- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ipconfig /renew Linux equivalent ?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-16-2003 01:59 AM
тАО01-16-2003 01:59 AM
ipconfig /renew Linux equivalent ?
I've been searching for a way to force a linux workstation to obtain an IP address without booting, similair to the 'ipconfig /renew' command under windows.
Anyone that can help ?
Cheers,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2003 02:15 AM
тАО01-16-2003 02:15 AM
Re: ipconfig /renew Linux equivalent ?
take a look at the "pump" command. It manages the ip configuration via dhcp on a linux machine.
Heiner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2003 02:39 AM
тАО01-16-2003 02:39 AM
Re: ipconfig /renew Linux equivalent ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2003 03:29 AM
тАО01-16-2003 03:29 AM
Re: ipconfig /renew Linux equivalent ?
Just give this command as root.
#dhcpcd -n
It will renew the IP address,
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2003 06:25 AM
тАО01-16-2003 06:25 AM
Re: ipconfig /renew Linux equivalent ?
Alternatives ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2003 07:09 AM
тАО01-16-2003 07:09 AM
Re: ipconfig /renew Linux equivalent ?
You can get dhcpcd here:
http://www.linux.org/perl-bin/search_db?q=dhcp&qid=2&spp=100
HTH,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2003 02:11 PM
тАО01-16-2003 02:11 PM
Re: ipconfig /renew Linux equivalent ?
'pump' is the 'dhcpcd' replacement on RH7+8 systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2003 12:53 PM
тАО01-17-2003 12:53 PM
Re: ipconfig /renew Linux equivalent ?
Often (in many distros) if you have configured to use DHCP in netconfig (or YaSt or debconfig or whatever), all you need is ifdown eth0; ifup eth0.
You need the ifdown in case you ended up half-up during bootup. Then ifup should call pump or dhcpd or dhclient automatically IF you configured for eth0 for DHCP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2003 06:50 AM
тАО05-20-2003 06:50 AM
Re: ipconfig /renew Linux equivalent ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2003 08:04 AM
тАО10-17-2003 08:04 AM
Re: ipconfig /renew Linux equivalent ?
ifconfig