04-25-2019 02:07 PM
I have a VXR7206 NPE-G2 router running as a PPPoE server. My lan network is 172.16.99.0/24, and after creating access-list 1, I lost the ability to ping the lan network from outside the Router. I only have this acces-list, and when I delete it the ping to Lan network from outside the router works normally.
Thanks in advance!!
interface GigabitEthernet0/1
description LINK
ip address X.X.220.158 255.255.255.252
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
media-type rj45
negotiation auto
ipv6 address X:X:5E00::F2/124
ipv6 enable
interface GigabitEthernet0/2
description ***LAN_PPPOE***
duplex auto
speed auto
media-type rj45
negotiation auto
ipv6 enable
ipv6 nd managed-config-flag
ipv6 dhcp server PPPv6 rapid-commit
pppoe enable group clientes
interface Virtual-Template1
mtu 1492
ip unnumbered Loopback0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly in
no ip route-cache
ip nat inside source list 1 interface GigabitEthernet0/1 overload
access-list 1 permit 172.16.99.0 0.0.0.255
Solved! Go to Solution.
04-25-2019 04:55 PM
04-25-2019 04:55 PM
04-26-2019 01:06 AM
Hello,
what if you just exclude ICMP from being translated ?
access-list 101 deny icmp any any echo
access-list 101 deny icmp any any echo-reply
access-list 101 permit ip 172.16.99.0 0.0.0.255 any
!
ip nat inside source list 101 interface GigabitEthernet0/1 overload
04-26-2019 01:32 AM - edited 04-26-2019 01:34 AM
Hello
Are you missing something off your post? - The only acl i see relates to an ipv4 subnet and NAT but I dont see any nat applied to your lan interface or any ipv4 addressing?
The virtual temple isnt doing anything as far as I can see and it has the wrong nat applied to it anyway.
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