Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm trying to open a port in a Cisco 2801, the port 3001 to give internet access for a cisco switch which IP is 172.16.8.40 thanks in advance cisco 2801 config match access-group 110class-map type inspect match-all vpn-traffic match access-group 111!...
the Goal i'm trying to achieve is having a Cisco outer 2801 (which is the internet ip: 75.150.67.105) open a port 3001 tcp to give internet to another cisco device with a IP of 172.16.8.40interface FastEthernet0/0ip address 75.150.67.105 255.255.255....
the Goal i'm trying to achieve is having a Cisco outer 2801 (which is the internet ip: 75.150.67.105) open a port 3001 tcp to give internet to another cisco device with a IP of 172.16.8.240 interface FastEthernet0/0 ip address 75.150.67.105 255.255....
Sorry, I didn't wrote the question correctly. I want to provide internet access to the 172.16.8.40 via the 3001 port from the cisco 2801 This is what i tried so far: ip nat inside source static tcp 172.16.8.40 3001 172.16.250.1 3001 access-list 7 pe...