Am Mittwoch, den 08.04.2009, 00:20 +0200 schrieb Michelle Konzack: > Hello IPT Geeks, > > thuesday evening I kicked me of with IP tables and can not more get it > running... > > OK, I have > > ----[ '/etc/network/interfaces' ]--------------------------------------- [cut] > # public network > auto eth2 > iface eth2 inet static > address 192.168.0.193 > netmask 255.255.255.64 > network 192.168.0.193 > broadcast 192.168.0.255 > dns-nameservers 192.168.0.194 192.168.0.195
There, you have a mistake at netmask. There must be the same as at eth3 (255.255.255.192). > # private network > auto eth3 > iface eth4 inet static > address 192.168.0.65 > netmask 255.255.255.192 > network 192.168.0.64 > broadcast 192.168.0.127 > dns-nameservers 192.168.0.194 192.168.0.195 > ------------------------------------------------------------------------ best regards Sascha -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

