- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Cable Internet not working.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2004 03:20 PM
12-30-2004 03:20 PM
I have a cable internet. The RJ45 cable from the cable modem terminates in my ethernet card eth0.
#Configuration of my /etc/resolve.conf
nameserver (ipaddress of the DNS)
#CONFIGURATION OF /etc/syconfig/network
NETWORKING=yes
HOSTNAME=Server
GATEWAY=203.X.X.X
#CONFIGURATION OF /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=Static
IPADDR=203.X.X.X
NETMASK=255.X.X.X
GATEWAY=203.X.X.X
#CONFIGURATION OF /etc/hosts
127.0.0.1 Server localhost.localdomain localhost
service network restart
service iptables stop
Yet my internet is not getting connected. The cable modem is
SB5100
Surfboard Cable Modem
The machine is selfpinging its own ip address
its not pinging the gateway
and its not even pinging the DNS
When i use the same modem and the same configurations in XP the net gets connected
Kindly help
Thanking you
Deep
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2004 10:11 PM
12-30-2004 10:11 PM
Re: Cable Internet not working.
Hth....
--
Ragu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2004 02:47 PM
12-31-2004 02:47 PM
Re: Cable Internet not working.
1/Check cable modem , cable ,nic ensure it works
2/Check config file very carefully again
3/perform command ifconfig , check collisions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2004 03:23 PM
12-31-2004 03:23 PM
Re: Cable Internet not working.
Other than that
Ive checked for ifconfig there are no colisions. In fact its not even pinging the gateway.
when i say ping to the gateway 203.X.X.X
Directly there is network not reachable
It even dosent give me an error saying
Destination host unreachable or something else.
I have checked each configuration file very carefully.
Any other suggestion?
thanx in advance
Deep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2005 01:59 AM
01-01-2005 01:59 AM
Re: Cable Internet not working.
Try to upgrade NIC driver or linux offical kernel ,If it still not work. Gather os and hardware info by sysreport (rhel tool) to be attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2005 10:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2005 03:31 PM
01-03-2005 03:31 PM
Re: Cable Internet not working.
Thanx for your help. Well i had contacted the ISP and the problem was at their end. Actually they give static ipaddress. This static ip address binds with the mac address of the computer.
I had XP Work station... and there it was wroking coz it had the MAC address which was binded in the ISP. So they had flush the entries of mac address which was binded to my ip and then i could connnect.
ANY WAYS GUYS ALL of ur answers were correct so full ponts from my side and thanx for helping me with my question and quiries
Regards
Deep