|
||||||||
> Soekris: > sis0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet x.x.x.202 netmask 0xfffffff8 broadcast x.x.x.207 > inet x.x.x.203 netmask 0xffffffff broadcast x.x.x.203 > inet x.x.x.204 netmask 0xffffffff broadcast x.x.x.204 > ether 00:00:24:c1:97:40 > media: Ethernet autoselect (10baseT/UTP) > status: active > > > PC: > xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > options=1<RXCSUM> > inet x.x.x.202 netmask 0xfffffff8 broadcast 216.169.176.207 > ether 00:01:03:23:42:50 > media: Ethernet autoselect (10baseT/UTP) > status: active > Looks like there are IP aliases defined for the sis0 interface on the Soekris box but not on the Generic PC. Go to: http://m0n0-ip/exec.php and execute: /sbin/ifconfig sis0 x.x.x.203 netmask 255.255.255.255 alias /sbin/ifconfig sis0 x.x.x.204 netmask 255.255.255.255 alias Notice: the changes won't be active after a reboot. -- Vincent |