[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Internet connection sharing with cable modem



On Fri, Mar 30, 2001 at 11:10:09AM +0100, JACKSON, DEAN wrote:
> 
> Right here's the scenario.
> 
> cable modem with dhcp allocated ip
> int ne t card connected to this
> 2nd int net card connected to local LAN using-static ip
> machines on local LAN can send ping's to external ip addresses
> problem-- machines in local LAN cannot browse internet (unable to resolve
> dns)
> my dns servers are 194.168.4.100 and 1942.168.8.100 (as provided by isp)
> im sure I have installed everything correctly and put dns settings in the
> correct places on the local machines but obviously I haven't on the Linux
> box
> question is there a document that shows how to set this sort of thing up
> properly, what files on the Linux box do I have to modify?
> anyone got any idea what I have missed?

Your /etc/resolv.conf file should look like:

#domain ?
#search ?
nameserver 194.168.4.100
nameserver 1942.168.8.100   ## shouldn't that be 194.168.8.100 ?

-- 
groetjes, carel



Reply to: