> Finally, if I was to go with an internal card, is it just a case of getting
> the driver and loading it as a module, then configuring the interface just
> as if it was a ppp0 or eth0 etc? Do you know what the kernel would call this
> interface on recognition? ppp0?
If you modem supports pppoa the you just need to load the module.
As far as the interface file is concerned, this should work:

auto lo ppp0 eth1

iface lo inet loopback

iface ppp0 inet ppp
        pre-up ip link set eth0 up
        provider dsl-provider eth0

iface eth1 inet static
        address 192.168.1.254
        masklen 24
        broadcast 192.168.1.255

     
(same config as the pppoe setup. See the Bering user's guide)
Jacques


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to