Al Lougher
2006-Jul-08 19:04 UTC
[asterisk-users] Help with router setup on new asterisk box
Hi - I hope someone out there can help. I've just built a new asterisk server running asterisk@home 2.7. and I'm having real difficulty setting up my cable modem for the internet connection. I have 1xcable modem and 1xnetgear router and 1xPCI nic card. I simply set the netgear up as 192.168.0.1 (which is default anyway) and plug the cable from the modem into the internet/input port on the router. Then I connect any port on the router to the PCI card on the asterisk box. Next I run netconfig and set the gateway to 192.168.0.1. Reboot everything, but I cannot ping any internet site. I can though ping the router. Any ideas? Thanks Al. --------------------------------- Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1?/min. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060708/ba259258/attachment.htm
Bob Chiodini
2006-Jul-08 19:16 UTC
[asterisk-users] Help with router setup on new asterisk box
Al Lougher wrote:> Hi - > > I hope someone out there can help. I've just built a new asterisk > server running asterisk@home <mailto:asterisk@home> 2.7. and I'm > having real difficulty setting up my cable modem for the internet > connection. I have 1xcable modem and 1xnetgear router and 1xPCI nic > card. I simply set the netgear up as 192.168.0.1 (which is default > anyway) and plug the cable from the modem into the internet/input port > on the router. Then I connect any port on the router to the PCI card > on the asterisk box. Next I run netconfig and set the gateway to > 192.168.0.1. Reboot everything, but I cannot ping any internet site. I > can though ping the router. > > Any ideas? > > Thanks > Al.Al, Did you set an IP address on your asterisk box? You could also let it get its address via DHCP. Probably the router defaults to being a DHCP server. That has the advantage of getting the proper DNS servers from your ISP and the proper default route. You did not specify who you cannot ping or whether it's by name or IP address. Bob...