I have tried to get MPPP working with RedHat 7.1, a custom built Linux 2.4.2
kernel and pppd version 2.4.0.
I can get the first interface working:
Mar 10 17:13:12 alexandria pppd[371]: New bundle ppp0 created
But when I bring up the second interface I get:
Mar 11 09:46:15 villawood pppd[3342]: New bundle ppp1 created
It created a new bundle, it doesn't join the existing bundle.
I am running the same kernel on both machines and both machines are 7.1.
The options files from the client are as follows:
/etc/ppp/options:
debug
kdebug 99
lock
modem
crtscts
/etc/ppp/options.ttyE0
defaultroute
ipcp-accept-local
ipcp-accept-remote
persist
name villawood
connect /etc/ppp/ppp-on-dialer
192.168.10.2:192.168.10.1
multilink
/etc/ppp/options.ttyE2
kdebug 2
debug
persist
name villawood
connect /etc/ppp/ppp-on-dialer1
multilink
/etc/ppp/pap-secrets
# Secrets for authentication using PAP
# client server secret IP addresses
villawood * password 192.168.10.2
The options files from the server as follows:
/etc/ppp/options
debug
kdebug 99
lock
modem
crtscts
/etc/ppp/options.ttyE1
192.168.10.1:192.168.10.2
multilink
asyncmap 0
require-pap
refuse-chap
login
/etc/ppp/options.ttyE2
multilink
asyncmap 0
require-pap
refuse-chap
login
/etc/ppp/pap-secrets
# Secrets for authentication using PAP
# client server secret IP addresses
villawood * password 192.168.10.2
Does anyone have any idea what I am doing wrong here?
Thanks,
JT