John Syn <
john...@gmail.com> [14-12-21 03:10]:
Hi,
I dont know exactly whether you need a second eth port in the sense of a
physically exiting jack...
But if you need a second IP-address range this can easily be achieved
in linux.
Suppose ifconfig show this:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.17.18 netmask 255.255.255.0 broadcast 192.168.178.255
ether XX:XX:fX:XX:bX:XX txqueuelen XXXX (Ethernet)
RX packets XXXXXX bytes XXXXXXXXX (XXX.X MiB)
RX errors X dropped X overruns X frame X
TX packets XXXXX bytes XXXXXXX (X.X MiB)
TX errors X dropped X overruns X carrier X collisions X
device interrupt XX
and you need for example another eth interface with the address
192.168.00.7
submit the command
ifconfig eth0:1 192.168.00.7 up
and there it is...
HTH!
Best regards,
Meino