Whoops, my bad. I think I got carried away when I configured one remote site, and added an unnecessary (and problematic) line in /etc/sysconfig/static-routes.
fooler mail wrote: >> 192.168.1.0 192.168.1.1 255.255.255.0 UG 0 0 0 eth0 >> > > the route entry above means that when the destination ip address is in > the range of 192.168.1.0/255.255.255.0 it sends to your gateway ip > address 192.168.1.1 instead directly to its network segment (see the > second entry of your routing table as that is the correct entry).. > > you must remove that as that was the caused of your problem... > > after removing that... this is what your routing table looks like... > > >> 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 >> 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo >> 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 >> _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

