- 论坛徽章:
- 0
|
我在路由器上能ping通电新DNS,能PING通我的DNS服务器,在客户端能PING通路有器的内、外网口,但无法PING通ADSL,所以无法上网,请高手执教,我的配置如下:hostname jlt2651
!
enable password zhangcy
!
ip subnet-zero
!
!
ip name-server 192.168.0.2
!
ip address-pool local
!
!
!
interface FastEthernet0/0
ip address 192.168.0.233 255.255.255.0
no ip redirects
no ip unreachables
ip nat inside
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface FastEthernet0/1
ip address 192.168.10.2 255.255.255.0
ip access-group 1 in
ip access-group 1 out
ip nat outside
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
!
interface Group-Async1
ip unnumbered FastEthernet0/0
encapsulation ppp
async dynamic address
async mode dedicated
peer default ip address pool add_pool
ppp authentication chap pap callin
group-range 33 40
!
ip local pool add_pool 192.168.0.241 192.168.0.248
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.10.1
ip http server
ip pim bidir-enable
!
!
access-list 1 permit 192.168.10.1
!
line con 0
line 33 40
modem InOut
modem autoconfigure discovery
transport input all
flowcontrol hardware
line aux 0
line vty 0 4
password zhaomj
login
!
!
end |
|