u3g network problem
    Alberto Mijares 
    amijaresp at gmail.com
       
    Thu Apr  1 05:49:13 UTC 2010
    
    
  
> If your DNS are changed, I think that your network card is configured in DHCP mode.
> To dissallow DNS changes (in /etc/resolv.conf) by DHCP updates, you can add this line to /etc/dhclient.conf :
> prepend domain-name-servers <DNS_IP_adress_1>,<DNS_IP_adresse_2>,<DNS_IP_adresse_3>;
> After you must restart your network card and voilà.
Better if you write
supersede domain-name-servers <IP>
instead.
Regards
Alberto Mijares
    
    
More information about the freebsd-questions
mailing list