Hello,
I've installed FreeBSD two days ago and I'm having problems setting up PPPoE. My ppp.conf file looks like this:
I also added these lines to the end of the rc.conf file:
This is what the ppp.log shows:
I already solved one problem by realising that I have to put inverted commas around the username as my username has a hash symbol in it.
What could cause the warning in the last line of the ppp.log file?
Many thanks in advance.
Albert
I've installed FreeBSD two days ago and I'm having problems setting up PPPoE. My ppp.conf file looks like this:
Code:
default:
set device PPPoE:dc0
set speed sync
set mru 1460
set mtu 1460
set ctsrts off
set log Phase tun command
enable lqr
add default HISADDR
disable ipv6
disable ipv6cp
set authname "xxxxxxxxxxxxxxxxxxxxxxxx#0001@t-online.de"
set authkey "xxxxxxxxxxxx"
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
I also added these lines to the end of the rc.conf file:
Code:
ppp_enable="yes"
ppp_mode="ddial"
ppp_nat="yes"
ppp_profile="default"
ifconfig_dc0_ipv6="inet6 accept_rtadv"
This is what the ppp.log shows:
Code:
Apr 26 10:03:15 pcbsd-439 ppp[2010]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "BRMX44-erx")
Apr 26 10:03:15 pcbsd-439 ppp[2010]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Apr 26 10:03:15 pcbsd-439 ppp[2010]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Apr 26 10:03:15 pcbsd-439 ppp[2010]: tun0: Phase: deflink: carrier -> login
Apr 26 10:03:15 pcbsd-439 ppp[2010]: tun0: Phase: deflink: login -> lcp
Apr 26 10:03:16 pcbsd-439 ppp[2010]: tun0: Phase: bundle: Authenticate
Apr 26 10:03:16 pcbsd-439 ppp[2010]: tun0: Phase: deflink: his = PAP, mine = none
Apr 26 10:03:16 pcbsd-439 ppp[2010]: tun0: Phase: Pap Output: xxxxxxxxxxxxxxxxxxxxxxxx#0001@t-online.de ********
Apr 26 10:03:16 pcbsd-439 ppp[2010]: tun0: Phase: Pap Input: SUCCESS ()
Apr 26 10:03:16 pcbsd-439 ppp[2010]: tun0: Phase: deflink: lcp -> open
Apr 26 10:03:16 pcbsd-439 ppp[2010]: tun0: Phase: bundle: Network
Apr 26 10:03:16 pcbsd-439 ppp[2010]: tun0: Warning: 0.0.0.0/0: Change route failed: errno: No such process
I already solved one problem by realising that I have to put inverted commas around the username as my username has a hash symbol in it.
What could cause the warning in the last line of the ppp.log file?
Many thanks in advance.
Albert