On Thu, 2006-10-12 at 15:38 -0700, Ted Ozolins wrote:
> Michael Sullivan wrote:
>
> >I have SBC DSL with static WAN IPs. I use the 2Wire OfficePortal as my
> >DSL modem/router. SBC told me that in order to map my WAN addresses to
> >my individual PCs, I have to use DHCP. The problem is that using the
> >default DHCP configuration (no /etc/conf.d/net), my /etc/resolv.conf
> >file gets overwritten. This is annoying because it rewrites my domain
> >name. I've tried the following options in /etc/conf.d/net:
> >
> >set dhcp_ESSID="nodns"
> >dns_servers_ESSID=( "70.234.122.250" )
> >modules=( "ifconfig" )
> >config_eth0=( "dhcp" )
> >dhcpcd_eth0="-t 10"
> >dhcp_eth0="nodns nontp"
> >config_eth0=( "dhcp" )
> >
> >Whenever I try to restart /etc/init.d/net.eth0 with these options it
> >tells me:
> >
> >camille conf.d # /etc/init.d/net.eth0 restart
> > * Caching service dependencies ...
> >[ ok ] * ERROR: not enough args.
> >
> > * Usage: net.eth0 { start|stop|restart }
> > * net.eth0 without arguments for full help
> >
> >What exactly is the problem here?
> >
> >
> >
> I could be wrong, but should it not read:
> set dhcp_eth0="nodns"
> dns_servers_eth0=( "70.234.122.250" )
>
> ???
>
> --
> Ted Ozolins(VE7TVO)
> Cranbrook, B. C
>
I changed those two lines, and it still didn't work...
--
[email protected] mailing list