> Does it work with a configuration such as this?
>
> inet 123.123.123.1 255.255.255.128 NONE \
> pppoedev em2 authproto pap \
> authname '@solcon.net' authkey '' up
> dest 0.0.0.1
> ! /sbin/route add default 123.123.123.1
>
> I'm using a configuration like that with static IP over
On Tue, Jan 14, 2014 at 08:01:39PM +0100, Martijn Rijkeboer wrote:
> Hi,
>
> I'm trying to setup a PPPoE connection to my ISP (solcon.nl). I've read
> pppoe(4) and pppoe(8) and got the following configuration:
>
> cat /etc/hostname.pppoe0
> inet 0.0.0.0 255.255.255.255 NONE \
> pppoedev
Hi,
I'm trying to setup a PPPoE connection to my ISP (solcon.nl). I've read
pppoe(4) and pppoe(8) and got the following configuration:
cat /etc/hostname.pppoe0
inet 0.0.0.0 255.255.255.255 NONE \
pppoedev em2 authproto pap \
authname '@solcon.net' authkey '' up
dest 0.0.0.1
You possibly have other/previous pppoe sessions not being
terminated correctly. The reason is that, the kernel pppoe
does not terminate unknown sessions (ie. not handled by itself).
see pppoe(4) manual page for details, compiling a kernel
with PPPOE_TERM_UNKNOWN_SESSIONS option may help.
Can
concerning my original post:
sorry, I made a typo error in my hostname.pppoe0.
I have this line:
!/sbin/ifconfig \$if inet 0.0.0.0 0.0.0.1 netmask 0x
I do NOT have "link1" in the line, as written in the previous mail!!!
Hello,
(sorry for the long post!)
I used the ppp pppoe (for my dsl connection) for some while and decided to
switch to the kernel implementation.
I'm actually having a problem with kernel pppoe, after a reboot or when I try
to connect/reconnect it takes about
1 minute before it is able to conn
6 matches
Mail list logo