Subject: RE: Network trouble....
To: 'agill8@rogers.com' <agill8@rogers.com>
From: Marechal, Laurent <lmarechal@rational.com>
List: netbsd-users
Date: 09/05/2002 22:32:12
The machine cannot have a fix IP.

le0 is connected to a different network with outside access.
le1 is just connected to one other computer. There should be no
communication between both

le1 is always working fine, but le0 is the one loosing the resolution.

I try to remove le1 and just keep le0, but the same problem exist


-----Original Message-----
From: Avtar Gill [mailto:agill8@rogers.com]
Sent: Thursday, September 05, 2002 10:24 PM
To: Marechal, Laurent
Cc: netbsd-users@netbsd.org
Subject: Re: Network trouble....


> The dhclient.conf is this one:
> 
> interface "le0" {
>            send host-name "maiko.xxxxxxx.xx";
>            request subnet-mask, broadcast-address, time-offset, routers,
>                 domain-name, domain-name-servers;
>            require subnet-mask, domain-name-servers;
>        }
> 
> interface "le1" {
>            send host-name "maikolocal";
>            request subnet-mask, broadcast-address, time-offset, routers,
>                 domain-name, domain-name-servers;
>            require subnet-mask, domain-name-servers;
>        }
> 

What are you using this box for? I'm going to assume that you
 might be using it as a router and if that's the case then 
le1 is the internal interface. Does it really need to request
 information using dhcp.. especially 'domain-name-servers'?