On Fri, Apr 01, 2005 at 03:03:46AM -0800, John Lowell wrote > > The setup here is almost trite: Three workstations with dynamic > addresses behind an ADSL router/switch which doubles as a dhcp > server, and the webserver mentioned earlier with a static address > outside the range authorized for dynamic service and with port 80 > forwarded. I have /etc/conf.d/net with iface_eth0="192,168.1.44 > Broadcast 192.168.0.255 NetMask 255.255.255.0" and gateway enabled > at 192.168.1.1. /etc/resolv.conf shows proper nameserver numbers.
Two items 192,168.1.44 You have 192 comma 168 dot 1 dot 44 Should be 192 dot 168 dot 1 dot 44 Broadcast 192.168.0.255 Should be 192.168.1.255 -- Walter Dnes <[EMAIL PROTECTED]> An infinite number of monkeys pounding away on keyboards will eventually produce a report showing that Windows is more secure, and has a lower TCO, than linux. -- [email protected] mailing list
