On Tue, 6 Aug 2013, King Beowulf wrote: > Did you check /var/log/syslog and /var/log/messages for clues?
Ed, As I started looking at /var/log/messages it occurred to me to check the kernel routing table; sure enough, no default route. How that got clobbered I've no idea, but that -- along with /etc/resolv.conf -- will prevent connections outside the LAN. route add default gw 192.168.55.4 eth0 solved the problem. Thanks to you and Larry for getting me thinking of what I did not check, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
