acollard83
IS-IT--Management
Guys I am having difficulties getting the port forwarding working on my 1841. Config below.
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 XXXXXXX
!
no aaa new-model
no ip cef
!
!
!
!
ip domain name ustransport.local
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 50.76.x.x 255.255.255.240
ip nat outside
no ip virtual-reassembly
speed auto
full-duplex
no mop enabled
!
interface FastEthernet0/1
ip address 10.22.100.1 255.255.255.0
ip nat inside
no ip virtual-reassembly
speed auto
full-duplex
no mop enabled
!
ip route 0.0.0.0 0.0.0.0 50.76.x.x
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/0 overload
ip nat inside source static tcp 10.22.100.6 5060 50.76.x.x 5060 extendable
ip nat inside source static udp 10.22.100.6 5060 50.76.X.X 5060 extendable
!
access-list 1 permit any
access-list 1 permit 10.22.100.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
password XXX
login
!
scheduler allocate 20000 1000
end
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 XXXXXXX
!
no aaa new-model
no ip cef
!
!
!
!
ip domain name ustransport.local
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 50.76.x.x 255.255.255.240
ip nat outside
no ip virtual-reassembly
speed auto
full-duplex
no mop enabled
!
interface FastEthernet0/1
ip address 10.22.100.1 255.255.255.0
ip nat inside
no ip virtual-reassembly
speed auto
full-duplex
no mop enabled
!
ip route 0.0.0.0 0.0.0.0 50.76.x.x
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/0 overload
ip nat inside source static tcp 10.22.100.6 5060 50.76.x.x 5060 extendable
ip nat inside source static udp 10.22.100.6 5060 50.76.X.X 5060 extendable
!
access-list 1 permit any
access-list 1 permit 10.22.100.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
password XXX
login
!
scheduler allocate 20000 1000
end