Tuesday, July 21, 2020

SHDSL Configuration

Hi, right now i have a config like below

controller dsl 0

mode atm

line mode 4-wire enhanced

ignore-error-detection-15

interface BRI0

no ip

encap hdlc

sutdown

isdn termination multidrop

interface ATM 0

no ip address

ip nat outside

ip virtual-reassembly in

no atm-ilmi-keepalive

pvc 0/35

encap aal5mux ppp dialer

dialer pool-member 1

interface vlan1

ip address 192.168.27.26 255.255.255.248

ip nat inside

ip virtual-reassembly in

interface Dialer 0

ip address negotiated

ip mtu 1492

encap ppp

dialer pool 1

dialer-group 1

ppp auth chap

ip nat pool pool1 192.168.27.0 192.168.28.0 netmask 0.0.0.255

ip nat inside source list 1 interface Dialer 0 overload

ip route 0.0.0.0 0.0.0.0 192.168.27.25

dialer-list 1 protocol ip permit

how can i configure g.shdsl to this so i can get positive feedback from a feed between 192.168.27.26 and .25? with this setting i can ping both ips without problem but i'd like to see if i can make a g.shdsl config.



No comments:

Post a Comment