Hi All
I'm using an ISR1100 Router on a Leased Line. I'm having an issue where devices "Lan" side can communicate out to the internet via a default static route. The issue i'm experiencing is that inbound traffic to a VPN server is not getting any further than the Cisco router.
I have the following
WAN
Sub-interface 0/0/1.4094
Encapsulation dot1q 4094 (ISP use this VLAN)
IP xxx.xxx.xxx.133
IP route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.132
Internet access works
LAN
vlan1
IP Address: xxx.xxx.xxx.129
I have a device connected to Physical Interface 0/1/0 with the following Public Static IP: xxx.xxx.xxx.130
I'm unable to communicate with this device from the internet.
From the cisco console i can ping xxx.xxx.xxx.130
From the device itself i can ping xxx.xxx.xxx.129 and xxx.xxx.xxx.133 and internet address.
Any help with what is going on here would be greatly appreciated.
I've reset the router and have gone back to basics, the config is as follows:
!
!
multilink bundle-name authenticated
!
!
!
!
vlan internal allocation policy ascending
!
!
!
!
!
!
interface GigabitEthernet0/0/0
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet0/0/1
no ip address
negotiation auto
!
interface GigabitEthernet0/0/1.4094
encapsulation dot1Q 4094
ip address xx.xxx.xxx.133 xxx.xxx.xxx.xxx
!
interface GigabitEthernet0/1/0
!
interface GigabitEthernet0/1/1
!
interface GigabitEthernet0/1/2
!
interface GigabitEthernet0/1/3
!
interface Vlan1
ip address xxx.xxx.xxx.129 xxx.xxx.xxx.xxx
!
ip route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.132
!
!
!
!
!
!
All port are a member of vlan1.
Thank You in advanced