ipopartner
Programmer
Hi,
I am trying to create a few remote H323 users but having bunch of troubles configuring the port forwarding/NAT properly on the 1811 Cisco router at the IPO hosting location.. Anyone had lucks with configuring the 1811 for remote H323 phones?
My NAT config looks like:
ip nat service allow-h323-keepalive
ip nat service allow-h323-even-rtp-port
ip nat pool PORTFWD 192.168.42.1 192.168.42.1 netmask 255.255.255.0 type rotary
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source list 101 pool PORTFWD
ip nat inside source static udp 192.168.42.1 1719 74.112.44.186 1719 extendable
ip nat inside source static tcp 192.168.42.1 1720 74.112.44.186 1720 extendable
!
access-list 1 permit 192.168.42.0 0.0.0.254
access-list 101 permit udp any any range 49000 54000
dialer-list 1 protocol ip permit
!
access-list 1 permit 192.168.42.0 0.0.0.254
dialer-list 1 protocol ip permit
!
ACIS
ACSS
I am trying to create a few remote H323 users but having bunch of troubles configuring the port forwarding/NAT properly on the 1811 Cisco router at the IPO hosting location.. Anyone had lucks with configuring the 1811 for remote H323 phones?
My NAT config looks like:
ip nat service allow-h323-keepalive
ip nat service allow-h323-even-rtp-port
ip nat pool PORTFWD 192.168.42.1 192.168.42.1 netmask 255.255.255.0 type rotary
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source list 101 pool PORTFWD
ip nat inside source static udp 192.168.42.1 1719 74.112.44.186 1719 extendable
ip nat inside source static tcp 192.168.42.1 1720 74.112.44.186 1720 extendable
!
access-list 1 permit 192.168.42.0 0.0.0.254
access-list 101 permit udp any any range 49000 54000
dialer-list 1 protocol ip permit
!
access-list 1 permit 192.168.42.0 0.0.0.254
dialer-list 1 protocol ip permit
!
ACIS
ACSS