Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NAT Issues

Status
Not open for further replies.

acollard83

IS-IT--Management
May 1, 2005
179
US
I am having issues with NAT translations. I am able to get the 5060 and 1000X ports to work it is the 8001 that isn't working. Config is below. Any suggestions would be helpful.


Using 3625 out of 245752 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Voxity-Office
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
!
dot11 syslog
no ip source-route
!
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 10.1.10.1 10.1.10.100
ip dhcp excluded-address 10.1.10.154
!
ip dhcp pool Internal
network 10.1.10.0 255.255.255.0
domain-name voxitynet.net
default-router 10.1.10.1
dns-server 207.179.70.27 207.179.71.27
lease 7
!
!
!
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
!
!
!
!
username adam privilege 15 secret 5 X
archive
log config
hidekeys
!
!
!
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address dhcp
ip access-group 101 in
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/1.4
encapsulation dot1Q 4
ip address 10.1.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 dhcp
no ip http server
no ip http secure-server
!
!
ip nat inside source list 108 interface GigabitEthernet0/0 overload
ip nat inside source static udp 10.1.10.10 5060 interface GigabitEthernet0/0 5060
ip nat inside source static tcp 10.1.10.10 5060 interface GigabitEthernet0/0 5060
ip nat inside source static udp 10.1.10.10 10000 interface GigabitEthernet0/0 10000
ip nat inside source static udp 10.1.10.10 10001 interface GigabitEthernet0/0 10001
ip nat inside source static udp 10.1.10.10 10002 interface GigabitEthernet0/0 10002
ip nat inside source static udp 10.1.10.10 10003 interface GigabitEthernet0/0 10003
ip nat inside source static udp 10.1.10.10 10004 interface GigabitEthernet0/0 10004
ip nat inside source static udp 10.1.10.10 10005 interface GigabitEthernet0/0 10005
ip nat inside source static udp 10.1.10.10 10006 interface GigabitEthernet0/0 10006
ip nat inside source static udp 10.1.10.10 10007 interface GigabitEthernet0/0 10007
ip nat inside source static udp 10.1.10.10 10008 interface GigabitEthernet0/0 10008
ip nat inside source static udp 10.1.10.10 10009 interface GigabitEthernet0/0 10009
ip nat inside source static udp 10.1.10.10 10010 interface GigabitEthernet0/0 10010
ip nat inside source static udp 10.1.10.10 10011 interface GigabitEthernet0/0 10011
ip nat inside source static udp 10.1.10.10 10012 interface GigabitEthernet0/0 10012
ip nat inside source static udp 10.1.10.10 10013 interface GigabitEthernet0/0 10013
ip nat inside source static udp 10.1.10.10 10014 interface GigabitEthernet0/0 10014
ip nat inside source static udp 10.1.10.10 10015 interface GigabitEthernet0/0 10015
ip nat inside source static udp 10.1.10.10 10016 interface GigabitEthernet0/0 10016
ip nat inside source static udp 10.1.10.10 10017 interface GigabitEthernet0/0 10017
ip nat inside source static udp 10.1.10.11 80 interface GigabitEthernet0/0 8001
ip nat inside source static tcp 10.1.10.11 80 interface GigabitEthernet0/0 8001
!
access-list 101 permit icmp any any echo
access-list 101 permit icmp any any echo-reply
access-list 101 permit ip any any
access-list 108 permit ip 10.1.10.0 0.0.0.255 any
!
!
!
!
!
snmp-server community public RO
!
control-plane
!
!
!
!
mgcp fax t38 ecm
mgcp behavior g729-variants static-pt
!
!
!
!
!
!
line con 0
login local
line aux 0
line vty 0 4
login local
!
scheduler allocate 20000 1000
end
 
is that nat suppose to be on .11 or is it suppose to be like the rest on .10?

We must go always forward, not backward
always up, not down and always twirling twirling towards infinity.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top