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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HOW TO ENABLE NETMEETING ON 1720

Status
Not open for further replies.

1alonso

ISP
Sep 19, 2005
3
0
0
US
Hi

I am new to cisco routers and know a bit of programming as standard configurations. I have configured my cisco 1720 to acces tha internet fine and have natted ports 1720, 1723 tcp and udp from aouside and inside and I can make netmeeting calls fine. The problem arrives when trying to have someone call me.
I get the ring at my pc but when I answer, the other PC keeps ringing and no connection is performed. I suppose is because the udp negotiation is not being performed but I just do not know how to doit... I have tried what I know bu I cannot go no further. I have replaced the 1720 with a normad broadband router like linksys to test my pcs and everything works fine woth them.. can make and receive calls.

Any help will be gratefully appreciated.

 
Thanks. I forgot to mention the IOS version is 12.3(13)
Here is the full config.

Current configuration : 1650 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
memory-size iomem 25
no aaa new-model
ip subnet-zero
!
!
ip name-server 192.168.1.254
ip name-server 205.152.144.23
ip dhcp excluded-address 192.168.2.1
ip dhcp excluded-address 192.168.2.150
!
ip dhcp pool CLIENT
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
dns-server 192.168.1.254 205.152.144.23
domain-name Datacom
!
ip flow-cache timeout active 5
ip cef
!
username Cisco privilege 15 password 0 $1$W1fA$o1oSEpahIwFVFQsbWn
!
!
!
interface Ethernet0
ip address 192.168.1.10 255.255.255.0
ip nat outside
ip route-cache flow
full-duplex
hold-queue 100 out
!
interface FastEthernet0
ip address 192.168.2.1 255.255.255.0
ip nat inside
ip route-cache flow
speed auto
!
ip nat pool homenet 192.168.1.10 192.168.1.10 netmask 255.255.255.0
ip nat inside source list 101 interface Ethernet0 overload
ip nat inside source static udp 192.168.2.150 1731 interface Ethernet0 1731
ip nat inside source static udp 192.168.2.150 1720 interface Ethernet0 1720
ip nat inside source static tcp 192.168.2.250 1731 interface Ethernet0 1731
ip nat inside source static tcp 192.168.2.150 1720 interface Ethernet0 1720
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.254
ip http server
ip flow-export version 5
ip flow-export destination 192.168.2.130 2055
!
access-list 101 permit ip 192.168.2.0 0.0.0.255 any
!
line con 0
stopbits 1
line aux 0
line vty 0 4
exec-timeout 0 0
login local
length 0
!
scheduler max-task-time 5000
end
 
is your third nat statement a typo?
ip its being redirected to is 250 isntead of 150
 
Yes... it is a typo... it is intended for 150...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top