cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
350
Views
0
Helpful
1
Replies

Help me with 887VA and VDSL

Vincenzo3279
Level 1
Level 1

This is my configuration, but it doesn't work! Help me! i can't reach internet

Private Lan Network: 192.168.1.0 255.255.255.0

I have a static ip address (point to point) 



ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool Lan

import all
network 192.168.1.0 255.255.255.0
domain-name domain.local
dns-server 8.8.8.8 212.216.112.112
default-router 192.168.1.1
!
!

interface Ethernet0
no ip address
!
interface Ethernet0.835
encapsulation dot1Q 835
ip address xxxxxxxx xxxxxxx (local point-point)

ip virtual-reassemby in

ip nat outside 


!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside

ip virtual-reassemby in
!
ip forward-protocol nd 

ip http server
ip http secure-server
!
!

ip nat inside list 1 interface Ethernet0.835 overload
ip route 0.0.0.0 0.0.0.0 XXXXXXXXXX (remote point-point)
!
!
!
control-plane
!
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login local
transport input all

1 Accepted Solution

Accepted Solutions

Philip D'Ath
VIP Alumni
VIP Alumni

You have missed out access-list 1, which says which traffic to NAT.

access-list 1 permit 192.168.1.0 0.0.0.255

View solution in original post

1 Reply 1

Philip D'Ath
VIP Alumni
VIP Alumni

You have missed out access-list 1, which says which traffic to NAT.

access-list 1 permit 192.168.1.0 0.0.0.255