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.
hi there,
I'm getting into linux world in these days.
I have an home lan, 1 switch, 1 eth modem (not router) which is connected on the switch and some PCs.
The server that has the direct connection has winxp. (this is a temporary solution, I will set up a linux-box-router or I build another server-pc for me w/ linux).
Now I have a notebook w/ win and linux, but i prefer to use linux, but I do not know the shell commands for set up the network adapter.
actually my sever has this conf:
192.168.1.18
255.255.255.224
so how can I set up Ip, Gateway and subnet mask on my linux pc?
another question for my future plannings: with coyotelinux-like distros, I can use aMule (is this the name of eMule porting,isn't it?) with no restrictions and problems?
Originally posted by huzzzo hi there,
I'm getting into linux world in these days.
I have an home lan, 1 switch, 1 eth modem (not router) which is connected on the switch and some PCs.
The server that has the direct connection has winxp. (this is a temporary solution, I will set up a linux-box-router or I build another server-pc for me w/ linux).
Now I have a notebook w/ win and linux, but i prefer to use linux, but I do not know the shell commands for set up the network adapter.
actually my sever has this conf:
192.168.1.18
255.255.255.224
so how can I set up Ip, Gateway and subnet mask on my linux pc?
another question for my future plannings: with coyotelinux-like distros, I can use aMule (is this the name of eMule porting,isn't it?) with no restrictions and problems?
Thanks!
The "ifconfig" and "route" commands handle all that.
To assign an IP address (192.168.1.200) to an interface (eth0):
Originally posted by huzzzo Thank You very much!
I'll try immediatly
You are welcome!
Note that these changes won't last through a reboot. For that, you will probably have to edit /etc/network/interfaces. Type the following for details:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.