The current setup we have is that our internet service goes into the Cisco 2801, and then the other port on the 2801 is the small subnet of external IP address given to use by our internet access provider.
We want to make sure port 2080 always forwards to xxx.xxx.149.18, but since i'm new to cisco i'm not really sure how to setup the access lists. We don't need to restrict ports on the Cisco because there are other devices on the subnet that need access to many different ports.
Our current config is :
interface FastEthernet0/0
ip address xxx.x.3.118 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
ip address xxx.xx.149.17 255.255.255.240
duplex autoe debugging
network xxx.x.0.0
!
ip default-gateway xxx.x.3.117
ip classless
ip default-network xxx.x.0.0
ip route 0.0.0.0 0.0.0.0 xxx.x.3.117
I did the command show access-lists and nothing came up, so perhaps they are blank!!
Thanks in advance, and if you need more info i'll try to get it.
Terry
We want to make sure port 2080 always forwards to xxx.xxx.149.18, but since i'm new to cisco i'm not really sure how to setup the access lists. We don't need to restrict ports on the Cisco because there are other devices on the subnet that need access to many different ports.
Our current config is :
interface FastEthernet0/0
ip address xxx.x.3.118 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
ip address xxx.xx.149.17 255.255.255.240
duplex autoe debugging
network xxx.x.0.0
!
ip default-gateway xxx.x.3.117
ip classless
ip default-network xxx.x.0.0
ip route 0.0.0.0 0.0.0.0 xxx.x.3.117
I did the command show access-lists and nothing came up, so perhaps they are blank!!
Thanks in advance, and if you need more info i'll try to get it.
Terry