On Mon, 2005-07-18 at 23:27 -0400, [EMAIL PROTECTED] wrote:
> First routing.  When I try to define it as the default route using "route add
> -net 0.0.0.0 netmask 255.255.255.255 dev w1ad" (where w1ad is the device 
> name),
> route reports "SIOCADDRT: No such device", which is odd because ifconfig shows
> it in the list.

firstly, to add a default route I use
# route add default gw <gateway-ip>
secondly, I think you have to make the _other_ end of the connection the
default route, not your end (ie, not your card, but the aDSL pppoe end)
There are pppoe tools to do this.

> Firewalling had no problems adjusting rules for the device, which again makes
> me question the route error above.

Did you try with a completely disabled firewall?

> But when I make a copy of net.eth0 to /etc/init.d/net.w1ad

you should symlink it, not make a copy.  `ln -s`.

>  and then try to
> start it it complains about not knowing how to start this type of interface;
> if it's not supported, why add comments to /etc/conf.d/net about it?

I think you need to make /etc/conf.d/net.w1ad to match.

> Any assistance that you can throw my way will be *greatly* appreciated.

I don't actually use pppoe, so I hope this helps you in some way.
-- 
Iain Buchanan <[EMAIL PROTECTED]>

-- 
gentoo-user@gentoo.org mailing list

Reply via email to