I have some remote ip phones offsite. I am having trouble connecting through the router to the phone system.
The port range is crazy for the phones. what can I add to my config to allow the phone to coonect? a new ACL, if so what? Really need help as I am stuck.
Here is part of my config
!
ip nat inside source list 123 interface Serial0 overload
ip nat inside source static tcp 192.168.0.30 1024 216.x.x.x 1024 extendable
ip nat inside source static tcp 192.168.0.30 1025 216.x.x.x 1025 extendable
ip nat inside source static tcp 192.168.0.30 1026 216.x.x.x 1026 extendable
ip nat inside source static tcp 192.168.0.30 1027 216.x.x.x 1027 extendable
ip nat inside source static tcp 192.168.0.30 1028 216.x.x.x 1028 extendable
ip nat inside source static tcp 192.168.0.30 1029 216.x.x.x 1029 extendable
ip nat inside source static tcp 192.168.0.30 1030 216.x.x.x 1030 extendable
ip nat inside source static tcp 192.168.0.30 1031 216.x.x.x 1031 extendable
ip nat inside source static tcp 192.168.0.30 1032 216.x.x.x 1032 extendable
ip nat inside source static tcp 192.168.0.30 1033 216.x.x.x 1033 extendable
ip nat inside source static tcp 192.168.0.30 1034 216.x.x.x 1034 extendable
ip nat inside source static tcp 192.168.0.30 1035 216.x.x.x 1035 extendable
ip nat inside source static tcp 192.168.0.30 1036 216.x.x.x 1036 extendable
ip nat inside source static tcp 192.168.0.30 1037 216.x.x.x 1037 extendable
ip nat inside source static tcp 192.168.0.30 1038 216.x.x.x 1038 extendable
ip nat inside source static tcp 192.168.0.30 1039 216.x.x.x 1039 extendable
ip nat inside source static tcp 192.168.0.30 1040 216.x.x.x 1040 extendable
ip nat inside source static tcp 192.168.0.30 1719 216.x.x.x 1719 extendable
ip nat inside source static tcp 192.168.0.30 1720 216.x.x.x 1720 extendable
ip nat inside source static tcp 192.168.0.30 6100 216.x.x.x 6100 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 x.x.x.x
no ip http server
ip http authentication local
ip http secure-server
!
!
!
logging trap debugging
access-list 101 permit ip 192.168.0.0 0.0.0.255 172.168.1.0 0.0.0.255
access-list 101 deny ip 192.168.0.0 0.0.0.255 any
access-list 110 deny ip 192.168.0.0 0.0.0.255 172.168.1.0 0.0.0.255
access-list 110 deny ip host 192.168.0.205 any
access-list 110 deny ip host 192.168.0.30 any
access-list 110 deny ip host 192.168.0.31 any
access-list 110 deny ip host 192.168.0.2 any
access-list 110 permit ip 192.168.0.0 0.0.0.255 any
access-list 120 permit ip host 192.168.0.2 172.168.1.0 0.0.0.255
access-list 123 permit ip host 192.168.0.205 172.168.1.0 0.0.0.255
access-list 123 permit ip host 192.168.0.30 172.168.1.0 0.0.0.255
access-list 123 permit ip host 192.168.0.31 172.168.1.0 0.0.0.255
access-list 123 permit ip host 192.168.0.2 172.168.1.0 0.0.0.255
no cdp run
!
route-map nonat1 permit 10
match ip address 123
set ip next-hop 1.1.1.2
!
route-map nonat permit 10
match ip address 110
!