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.
Of course, substitute your IP address for 10.0.0.2, your netmask for 255.255.255.0, and your gateway address for 10.0.0.1. You shouldn't need to manually add the default gateway route to your routing table -- that should appear automatically when you run this command.
Also, know that just by running this command it will not save -- you must edit your networking startup scripts to make the changes permament.
<edit>
--oops: just realized that gw is not a valid option.
Uh, which distro are you using?
<edit>
Duh, I need to learn how to read... SuSE 7.3... Sorry...
Last edited by greggiepoo; 05-05-2004 at 01:41 PM.
Seems that if you have YaST installed that you can configure networking through it. Basically, these are the commands that you would have to run manually to get it to work:
ifconfig eth0 10.0.0.2 netmask 255.255.255.0 up
route add -net 10.0.0.0 netmask 255.255.255.0 dev eth0
route add default gw 10.0.0.1
If you run those commands, your networking SHOULD be set up properly, if I'm not mistaken.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.