01-05-2012 06:06 AM - edited 03-04-2019 02:49 PM
amigos bom dia, configurei um roteador para acesso pppoe porem estou tendo dificuldade para configurar o nat, veja todas as estações pingam ip publico porem não acessam internet abaixo arquivo de configuração.
interface GigabitEthernet0/0
no ip address
no ip proxy-arp
ip virtual-reassembly in
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
no cdp enable
!
interface GigabitEthernet0/1
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
clock rate 2000000
!
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname xxxxx
ppp chap password 0 xxxxxxxx
no cdp enable
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit 192.168.10.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
Solved! Go to Solution.
01-05-2012 06:49 AM
01-05-2012 06:54 AM
Read above.
01-05-2012 06:22 AM
Likely you are failing PPP authentication. Take "debug ppp neg! and "debug ppp auth" with "term mon".
01-05-2012 06:39 AM
na verdade estou autenticando sim pois das estações consigo pingar qualquer ip publico
01-05-2012 06:44 AM
So what's you problem ?
01-05-2012 06:46 AM
apesar de estar pingando todos os endereçoes externos as estação não acessam a internet
01-05-2012 06:49 AM
Try
interface GigabitEthernet0/1
ip tcp adjust-mss 1452
01-05-2012 06:52 AM
ok. vou tentar
01-05-2012 06:53 AM
ajustar a
interface GigabitEthernet0/1 ou
a dialer 1?
01-05-2012 06:54 AM
Read above.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide