Dear all,
I am new to FreeBSD and trying to connect to my ISP by using the PPP according to the handbook.
It is disconnecting with the following in the log
I used the standard ppp.conf from the handbook
I also tried another configuration mentioned in an old post on this forum with similar problem
Can someone tell me how this can be fixed?
BW,
B
I am new to FreeBSD and trying to connect to my ISP by using the PPP according to the handbook.
It is disconnecting with the following in the log
Code:
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "acc-aln1.mr-alt")
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: deflink: carrier -> login
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: deflink: login -> lcp
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: bundle: Authenticate
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: deflink: his = CHAP 0x05, mine = none
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: Chap Input: CHALLENGE (41 bytes from acc-aln1.mr-alt)
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: Chap Output: RESPONSE (login name)
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: Chap Input: SUCCESS (CHAP authentication success)
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: deflink: lcp -> open
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Phase: bundle: Network
Jan 18 21:09:40 testingbungalow ppp[534]: tun0: Warning: 0.0.0.0: Change route failed: errno: No such process
Jan 18 21:17:14 testingbungalow ppp[534]: tun0: Phase: deflink: open -> lcp
Jan 18 21:17:14 testingbungalow ppp[534]: tun0: Warning: 0.0.0.0: Change route failed: errno: No such process
Jan 18 21:17:14 testingbungalow ppp[534]: tun0: Phase: bundle: Terminate
Jan 18 21:17:14 testingbungalow ppp[534]: tun0: Phase: Received NGM_PPPOE_CLOSE
Jan 18 21:17:14 testingbungalow ppp[534]: tun0: Phase: deflink: Device disconnected
Jan 18 21:17:14 testingbungalow ppp[534]: tun0: Phase: deflink: Disconnected!
Jan 18 21:17:14 testingbungalow ppp[534]: tun0: Phase: deflink: lcp -> logout
Jan 18 21:17:14 testingbungalow ppp[534]: tun0: Phase: deflink: Disconnected!
I used the standard ppp.conf from the handbook
Code:
default:
set log Phase Chat tun Command Connect Filter Error Alert
set ifaddr 10.0.0.1/0 10.0.0.2/0
plusnet:
set device PPPoE:nfe1 # replace xl1 with your Ethernet device
set authname xxxxxxx
set authkey yyyyyyyy
set dial
set login
add default HISADDR
enable dns
Code:
default:
set log Phase Chat tun Command Connect Filter Error Alert
plusnet:
set device PPPoE:nfe1 # replace xl1 with your Ethernet device
set redial 1 0
set reconnect 3 23
set mtu max 1492
set mru max 1492
set speed sync
set server /var/run/internet "" 0177
set dial
set login
set authname xxxxx
set authkey xxxxxx
disable acfcomp protocomp
disable ipv6cp
enable mssfixup
enable dns
enable lqr
enable echo
accept lqr
add! default HISADDR
set timeout 0
open
Can someone tell me how this can be fixed?
BW,
B
Last edited: