|
From: Franck B. <fr...@fr...> - 2004-09-30 07:41:51
|
Le Jeudi 30 Septembre 2004 01:30, fli...@ii... a =E9crit : > I post this to IPCOP user mailing list a couple of days ago, with no > responce. I hope someone can help. > > Hi, > > I upgrade my IPCOP box from 1.3f9 to 1.4rc5 today. I use IPCOP as a router > for our private network as well as access to the internet. I have static > routes set up for each of the different subnet in rc.netaddress.up > > For example > route add -net 192.168.1.1 netmask 255.255.255.0 gw 192.168.0.1 > route add -net 192.168.2.1 netmask 255.255.255.0 gw 192.168.0.1 > route add -net 192.168.3.1 netmask 255.255.255.0 gw 192.168.0.1 > > With 1.4rc5, iptables started blocking the local traffic. Is there a way = to > turn this off? Or is there something wrong with my configuration? > This is what is shown in the log. > Use "surnetting". With a mask of 255.255.0.0 every addresse beginning with=20 192.168.x.x will be directed to correct ethX route add -net 192.168.0.0 netmask 255.255.0.0 gw 192.168.0.1 Use also the correct mask (255.255.0.0) everywhere in Ipcop config) Of course 192.168.0.1 is another router connected to GREEN isn'it ? bye =46ranck |