My ISP is @home I added the
"-h myhostname"
below for PUMPARGS= ,
put in the cc-xxx name that they use to identify you.
ifup file section
-----------------------------------
if [ -n "${DYNCONFIG}" ]; then
PUMPARGS="-h myhostname"
DHCPCDARGS=
if [ -n "${DHCP_HOSTNAME}" ]; then
PUMPARGS="-h ${DHCP_HOSTNAME}"
DHCPCDARGS="-h ${DHCP_HOSTNAME}"
fi
if [ -n "${NEEDHOSTNAME}" ]; then
PUMPARGS="${PUMPARGS} --lookup-hostname"
DHCPCDARGS="${DHCPCDARGS} -H"
fi
if [ "${PEERDNS}" = "no" ]; then
PUMPARGS="${PUMPARGS} -d"
DHCPCDARGS="${DHCPCDARGS} -R"
fi
---------------------------------------------------
netcfg needs to be set up for that interface with no ip, no gateway, no dns, no hosts, no domainname. Your resolv.conf will be overwritten.
this all got put in by my isp
test it with pump first if you want.
pump -h myhostname
then ifconfig
see if you have eth0 with an ipaddress
after editing the ifup file run it
ifup eth0
if this don't work try the link for different isp setups
http://otsys.myip.org:8080/howto/Cable-Modem.html