Results 1 to 3 of 3
HI,
How to set the ip address to particular device(ethernet device)..
Regards
Saravanan G...
- 11-20-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 29
How to set the Ip address to particular device?
HI,
How to set the ip address to particular device(ethernet device)..
Regards
Saravanan G
- 11-20-2010 #2
Can you be more specific please? Which distro? How did you set it up in the first place? Are you using Network Manager? WICD?
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 11-22-2010 #3
static ip configuration is quite always:
For example:Code:ifconfig device address
To keep the settings, one quite always can configure the network interfaces in the file:Code:ifconfig eth0 1.2.3.4
But most distris provide more high-level methods to configure these things. You should therefore read the chapter "Network configuration" in the manual pages and/or documentation for your distri.Code:/etc/network/interfaces


Reply With Quote