  LilYoda Feline with squirel personality disorder Premium join:2004-09-02 Mountains
1 edit | reply to LilYoda [Config] QoS+VoIP on a Cisco - Lingo
This is in case you have a Lingo ATA on your LAN. The below assumes you want your ATA to be 192.168.254.11, if that ain't the case, replace by the IP you wanna give it in all posts from here.
ip dhcp pool Lingo-ATA ! REPLACE THE IP BELOW IF YOU WANT TO GIVE ANOTHER ADDRESS TO YOUR LINGO ATA host 192.168.254.11 255.255.255.0 ! REPLACE THE MAC BELOW BY YOUR LINGO ATA MAC ADDRESS hardware-address 00c3.8c56.ef57 if your outside interface isn't Ethernet0 (Dialer1 in case of a DSL connection, for ex.), replace Ethernet0 by the appropriate interface
ip nat inside source static udp 192.168.254.11 69 interface Ethernet0 69 ip nat inside source static udp 192.168.254.11 5060 interface Ethernet0 5060 ip nat inside source static udp 192.168.254.11 13456 interface Ethernet0 13456 In the line below, after your ISP has given you a public IP address replace the XXX.XXX.XXX.XXX by your public IP This line isn't mandatory, so try it only if the service isn't reliabe without it. It is a major pain, as you would have to update this line every time your ISP gives you a new address, so I recommend using this as last resort and for troubleshooting ONLY!
ip nat inside source static 192.168.254.11 XXX.XXX.XXX.XXX no-alias |