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

Re: Two tuxes, an xp and a DNS problem



Robbo said...
> marc said...
> > I have three machines in a small network: one XP, two Linux - let's call 
> > them xp, tux1 and tux2. xp connects to the Internet via a dial-up modem. 
> > Internet Connection Sharing (ICS) is enable and works fine. ICS forces 
> > xp's IP to be 192.168.0.1, so the hosts file of tux1 and tux2 contains a 
> > line to that effect. ICS also provides DHCP services, which is how tux1 
> > and tux2 assign their IPs.
> 
> > xp can ping tux 1 and tux 2 (and see other IP services)
> > tux1 and tux2 can ping xp, use its IP services, and connect to the Net 
> > through it.
> 
> > But tux 1 and tux 2 can't find each other.
> 
> > However, tux1 and tux2 both run Samba servers and "see" each other 
> > without problems - via their Windows workgroup.
> 
> > /etc/resolv.conf on both tuxes contains:
> > search mshome.net
> > nameserver 192.168.0.1
> 
> > How can I make tux1 and tux 2 talk to each other without resorting to 
> > fixed IPs?

> I presume when you mean talk you mean you can't resolve ipaddress of
> tux1 from tux2 and vice versa?   If so have a look at the config
> file /etc/dhcp3/dhclient.conf for the option send host-name which will
> send the hostname to the DHCP server to update the DNS.  For example...

> send host-name "foo.example.com"

That did it. Thanks.

I have to confess that I didn't expect M$'s ICS DHCP/DNS service to 
respond in a sensible way, but it did, and the two Linux machines are 
merrily chatting away to each other.

BTW, the file I used was /etc/dhclient.conf w/o the /dhcp3

-- 
Best,
Marc



Reply to: