Martín De León writes:
> Hi, I have a problem regarding my adsl connection. I have compiled the driver 
> for my ethernet card (via rhine 2), then I disbled nwam, configured the ISP 
> information and added dns on the hosts:files section and ipnodes:files.
> 
> This is what I got from running "pppd call Adinet"
> 2009/06/22 00:06:37UYT: /usr/lib/inet/pppoec: PPPTUN_SCTL vfe0:pppoed: No 
> such process
> Connect script failed

You're almost there.  The missing part is the PPPoE plumbing.  Do
this:

        # echo vfe0 > /etc/ppp/pppoe.if
        # /etc/init.d/pppd start

If you want, you should be able to test the PPPoE plumbing (before
running PPP) like this:

        # /usr/lib/inet/pppoec -i vfe0

-- 
James Carlson         42.703N 71.076W         <[email protected]>
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to