- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: dhcpc & default gateway
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
02-17-2002 04:04 PM
02-17-2002 04:04 PM
dhcpc & default gateway
TIA!
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 06:00 AM
02-18-2002 06:00 AM
Re: dhcpc & default gateway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 12:21 PM
02-18-2002 12:21 PM
Re: dhcpc & default gateway
Depending on the PPP version, you may add the "defaultroute" and possibly "replacedefaultroute" options in your /etc/ppp/options file (or in the pppd command line).
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 04:51 PM
02-19-2002 04:51 PM
Re: dhcpc & default gateway
This is an ethernet connection to a cable modem. So I am not using ppp. Thanks!
Eric,
I can see that the dhcpcd-eth0.info file is getting updated. Do you happen to know where that file should get sourced or where the routes should be built? I've added the info from dhcpcd-eth0.info to /etc/sysconfig/static-routes but that doesn't seem to help.
Thanks,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 09:29 PM
02-20-2002 09:29 PM
Re: dhcpc & default gateway
Are you connecting via an ADSL/Cable router, which is what is doing the IP serving? if so, that is where you should be looking for the default gateway assignment.
The DHCP server is what should spit out those details. If it was another linux box answering DHCP, it would be because the 'dhcpd.conf' doesn't have a valid 'option routers
If using some kind of router, it will be very specific to that router.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2002 09:38 PM
02-24-2002 09:38 PM
Re: dhcpc & default gateway
route add default gw 192.168.1.1
I know this doesn't answer you orig. question, but I hope it helps all the same : )
Jason B.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 08:09 AM
02-26-2002 08:09 AM
Re: dhcpc & default gateway
Look for the ifup script. It mentions DHCP a lot and I believe that's where the file is referenced. (don't have my Linux box in front of me at the moment).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 08:25 AM
02-26-2002 08:25 AM
Re: dhcpc & default gateway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 08:34 AM
02-26-2002 08:34 AM
Re: dhcpc & default gateway
He got this fixed. His box was running a firewall which blocked him. See his other post called Routing Experts.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xea7850011d20d6118ff40090279cd0f9,00.html
Ron