Saturday, July 29, 2023

Re: I need help to see if I can reboot new network OK. Wild misadventures with non-OpenBSD support and bad IPMI

Am 29.07.2023 21:29 schrieb Chris Bennett:
> The other IP's are randomly missing or give this:
>
> link#2 UHLc 0 450 - 3 em1
>
> Each route flush;sh -x /etc/nestart or a reboot changes the result.

Oh, you need an alias for each IP that should be bound on em1
so, like:
# cat /etc/hostname.em1
inet 103.103.103.170/29
inet alias 103.103.103.171/32
inet alias 103.103.103.172/32
inet alias 103.103.103.173/32
inet alias 103.103.103.174/32

# cat /etc/mygate
103.103.103.169

mygate and netstart has a manpage, as there is 'hostname.if' to read :)

PS: pointless to use '-x'; just a lot of debug noise

--
pb

No comments:

Post a Comment