12 Apr
2001
12 Apr
'01
8:54 p.m.
William> I was wondering if someone can help me configure a cale modem William> to use in linux. I am on charters network. I have tried William> myself but it is not working. William> I setup my ethernet card eth0 this seems to have taken William> because I can ping localhost. However I cannot ping past it. You need to have DHCP setup on your linux box to use this properly. I would suggest you get 'pump' to do the work. You may already have it installed, and if so, just do the following as root: pump -i eth0 and see what it says. Check with 'ifconfig -a' and with 'netstat -nr' to see what IP address and routes you get. John