I need help with setting up Access List on a Cisco 1720 router. I need to forward any traffic to the router on port 3389, Microsoft Terminal Service, to the computer running Terminal Services on an inside IP.
Any help would be great!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
enable secret 5 $1$cM1r$IjoFQfTjJRC5WUel9MvDF0
enable password 7 1436473B5F2A
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
!
!
!
interface Serial0
description connected to Internet
ip address xxx.xxx.xxx.234 255.255.255.252
ip nat outside
service-module t1 data-coding inverted
!
interface FastEthernet0
description connected to EthernetLAN
ip address 192.168.1.249 255.255.255.0
ip nat inside
speed auto
!
router eigrp 1
network 192.168.0.0
auto-summary
no eigrp log-neighbor-changes
!
ip nat inside source list 1 interface Serial0 overload
ip nat inside source static tcp 192.168.1.10 3389 interface Serial0 3389
ip classless
ip route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.233
no ip http server
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
line con 0
exec-timeout 0 0
password 7 123850274125
login
line aux 0
line vty 0 4
password 7 0800197E5A37
login
!
no scheduler allocate
end
Any help would be great!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
enable secret 5 $1$cM1r$IjoFQfTjJRC5WUel9MvDF0
enable password 7 1436473B5F2A
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
!
!
!
interface Serial0
description connected to Internet
ip address xxx.xxx.xxx.234 255.255.255.252
ip nat outside
service-module t1 data-coding inverted
!
interface FastEthernet0
description connected to EthernetLAN
ip address 192.168.1.249 255.255.255.0
ip nat inside
speed auto
!
router eigrp 1
network 192.168.0.0
auto-summary
no eigrp log-neighbor-changes
!
ip nat inside source list 1 interface Serial0 overload
ip nat inside source static tcp 192.168.1.10 3389 interface Serial0 3389
ip classless
ip route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.233
no ip http server
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
line con 0
exec-timeout 0 0
password 7 123850274125
login
line aux 0
line vty 0 4
password 7 0800197E5A37
login
!
no scheduler allocate
end