godwill
07-25-2004, 02:47 AM
here's the config: (both side is the same except the IP and the username (for ppp chap))
line aux 0
modem inout
transport input all
speed 38400
flowconfrol hardware
int async 65
ip address xxx.xxx.xxx.xxx x.x.x.x
encapsulation ppp
async default routing
async dynamic routing
async mode dedicated
ppp authentication chap
With this config, I can ping the IP of router on the other side.
Then I wanna config DDR, first I need to config 'dialer in-band' on the int asy 65 before all dialer command.
However, I failed to ping the IP of router on the other side once I add this command.
Then I use debup ip packet and notice that it's encapsulation failed.
What is wrong???
Thanks in advance.
line aux 0
modem inout
transport input all
speed 38400
flowconfrol hardware
int async 65
ip address xxx.xxx.xxx.xxx x.x.x.x
encapsulation ppp
async default routing
async dynamic routing
async mode dedicated
ppp authentication chap
With this config, I can ping the IP of router on the other side.
Then I wanna config DDR, first I need to config 'dialer in-band' on the int asy 65 before all dialer command.
However, I failed to ping the IP of router on the other side once I add this command.
Then I use debup ip packet and notice that it's encapsulation failed.
What is wrong???
Thanks in advance.