cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
947
Views
0
Helpful
8
Replies

configuração nat

jacarebest
Level 1
Level 1

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

!

!

2 Accepted Solutions

Accepted Solutions

Try

interface GigabitEthernet0/1

ip tcp adjust-mss 1452

View solution in original post

8 Replies 8

paolo bevilacqua
Hall of Fame
Hall of Fame

Likely you are failing PPP authentication. Take "debug ppp neg! and "debug ppp auth" with "term mon".

na verdade estou autenticando sim pois das estações consigo pingar qualquer ip publico

So what's you problem ?

apesar de estar pingando todos os endereçoes externos as estação não acessam a internet

Try

interface GigabitEthernet0/1

ip tcp adjust-mss 1452

ok. vou tentar

ajustar a

interface GigabitEthernet0/1 ou

a dialer 1?

Read above.