![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
Hello friends
I get this when i execute "sh /etc/netstart": ifconfig: SIOCAIFADDR: File exists In my nic definition file hostname.re0 I have: inet xx.yy.zz.xxx 255.255.255.252 NONE inet alias xx.yy.zz.xxx 255.255.255.255 I cant figure out why this happening? regards |
|
||||
|
Quote:
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Code:
inet [alias] addr netmask broadcast_addr options Code:
broadcast_addr
The optional broadcast address for the interface, e.g.,
190.191.192.255. The word ``NONE'' can also be specified
in order to configure the broadcast address based on the
netmask. The netmask option must be present in order to
use this option.
|
|
||||
|
Sorry, my error for reading your problem report too quickly; I've always manually added the broadcast address in my hostname.* files.
I've seen the SIOCAIFADDR: File exists error message discussed in misc@ -- from what I can gather there, it usually means the alias is already configured. $ ifconfigdoes not show alias addresses. $ ifconfig -Ashould show them.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
The /etc/netstart script should only be executed by the rc script, you should never need to execute it manually.
If you have a specific issue, perhaps then we can help.
|
|
|||
|
Quote:
http://openbsd.org/faq/faq6.html#Setup.activate |
|
|||
|
Never have I had to run that script manually, perhaps it would be easier to help fix the specific problem the OP is experiencing?
Quote:
|
|
|||
|
thanks, everyone!
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sh, checknig if file exists | graudeejs | Programming | 7 | 21st August 2008 03:57 PM |
| need some basic help on ifconfig | daemon-dd | FreeBSD General | 4 | 29th July 2008 03:21 PM |
| FreeBSD's Ifconfig for WEP | tz24 | FreeBSD General | 15 | 13th June 2008 02:17 AM |
| hard lock on ifconfig wi0 up | reuteler | OpenBSD General | 11 | 25th May 2008 06:22 PM |
| ifconfig problem | ichigo | OpenBSD General | 3 | 20th May 2008 10:59 PM |