![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ifconfig and ipconfig | tsmotix | UNIX for Dummies Questions & Answers | 2 | 03-03-2008 07:35 AM |
| ifconfig!!!! | moco | Shell Programming and Scripting | 3 | 04-12-2007 05:22 AM |
| ifconfig | Jariya | OS X (Apple) | 0 | 08-12-2005 03:10 AM |
| ifconfig problem | amit_sapre | IP Networking | 3 | 07-18-2005 04:37 AM |
| ifconfig | breigner | UNIX for Dummies Questions & Answers | 7 | 04-16-2004 02:14 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Sun 5.8 IFCONFIG INFo
Hello I'm trying to get my sun box to keep its' ifconfig info after reboot. I can get it to keep the IP but it won't take the subnet mask. I'm using a /30 address.
thanks Conley |
| Forum Sponsor | ||
|
|
|
|||
|
You need an entry in the /etc/netmasks file that looks something like this:
192.168.0.0 255.255.255.0 where 192.168.0.0 is the network (not the IP), and 255.255.255.0 is the netmask. You can also read the manpage on netmasks.
__________________
[url=http://chuckb.1le.net/]My website[/url] |
|||
| Google The UNIX and Linux Forums |