Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Surely it isn't ifconfig /release from the terminal?
And if you could guide me to a very simple guide on how to install packages such as errr tar.gzw or rpm I would be most appreciative. Not that there is much need to install a antivirus program on Linux?
Where's the free programs at? Kids want games, I want the rest and all to secure this OS as windows constantly is attacked and taken down no matter how secure microsoft claims nor the claims of firewall/antivirus companies regarding their constantly updated and faulty windows programs.
Free programs? Well that depends on your distribution.... Debian-based has apt, Gentoo has portage, etc.
Also, check out freshmeat.net and sourceforge.org for HUGE repositories of (mostly) free software.
As for DHCP releasing of ips, if you use 'dhcpcd' (many modern distributions do), then you can release the IP by running 'dhcpcd -k' which both shuts down dhcpcd and sends DHCP_RELEASE to the DHCP server.
Perhaps I'll have to start a new thread in the proper forum but I understand Linux is able to view and write firmware for hardware. Any FAQ's on this topic?
Which dhcp client does fedora use? Type 'ps -ef | grep dh' and post the output, please. I don't know about the firmware bit, your best bet is indeed to ask in the hardware forum.
Originally posted by p_s_shah hi ....
To realease your ip address just down your interface card using
$ifconfig eth0 down<ENTER>
To start network again
$ifconfig eth0 up<ENTER>
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.