PDA

View Full Version : OpenBSD: ip after startup gone ?!?


Wat3rboy
December 2nd, 2008, 22:12
Hello!
i've a new/old openBSD 4.4 installed!
that was no problem.
i want no dynamic ipv4 addressing an so i use the command ifconfig for static ip!
but everytime when i start the pc it search for a dhcp_offer or anything! and when the system is up, there is no static ip...;(
what can i do to solve this

thx

SirDice
December 2nd, 2008, 22:58
Err.. Wrong forum dude
This forum is about FreeBSD, not OpenBSD :beergrin

danger@
December 2nd, 2008, 23:40
You should direct your questions related to OpenBSD to OpenBSD mailing lists....

However, this (http://www.openbsd.org/cgi-bin/man.cgi?query=hostname.if&sektion=5&arch=i386&apropos=0&manpath=OpenBSD+Current) might help you.

J65nko
December 2nd, 2008, 23:59
If you prefer a forum, www.daemonforums.org has an active OpenBSD section.

Wat3rboy
December 5th, 2008, 08:23
well thx for all!
but i think i change to freeBSD ;)

Oko
December 5th, 2008, 14:38
Hello!
i've a new/old openBSD 4.4 installed!
that was no problem.
i want no dynamic ipv4 addressing an so i use the command ifconfig for static ip!
but everytime when i start the pc it search for a dhcp_offer or anything! and when the system is up, there is no static ip...;(
what can i do to solve this

thx
Look your question. You said you want to use only static address but then you are looking for dhcp offer. Do you see how ridiculus is that statement. If the router is configured to work in the static mode then DHCP server is turned off. You have to
configure manually interface /etc/host.interface with IP address.
You also need manually to enter your DNS server.

Err.. Wrong forum dude
This forum is about FreeBSD, not OpenBSD :beergrin

Please, what is the big deal? It is a BSD for GOD's sake just a
little bit simpler than FreeBSD.

richardpl
December 5th, 2008, 15:45
Most ridiculous is that OP problem is not OpenBSD specific. It could happen on any POSIX OS.

cliedo
January 12th, 2009, 07:58
did you do an edit to your rc.conf if not do ee /etc/rc.conf then enable the nic

quintessence
January 12th, 2009, 12:30
did you do an edit to your rc.conf if not do ee /etc/rc.conf then enable the nic


there is no ee in OpenBSD :)

Wat3rboy, in OpenBSD by default dhcpd server is not running , so probably your network configuration is wrong and you have to disable PXE booting :)

Oko
January 12th, 2009, 13:41
there is no ee in OpenBSD :)

There is. It is just not in the base of the system but among the
packages;).

quintessence
January 12th, 2009, 15:06
Yes , I meant in base :) Good notice