First time here? Check out the FAQ!
![]() | 1 | initial version |
Hi, as in IRC talked, your problem is your external physical port. They need right configured and patch correctly in your DC.
Cheers Heiko
![]() | 2 | No.2 Revision |
Hi, as in IRC talked, your problem is your external physical port. They need right configured and patch correctly in your DC.
Like this one:
auto eth2
iface eth2 inet manual
up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down
Cheers Heiko