Add and Remove ip alias into OpenBSD System
Set an IP Alias To put a second IP address to the same interface, just enter on the commandline as root: OpenBSD# ifconfig re0 inet alias 192.168.10.199 netmask 255.255.255.0 This sets an IP address 192.168.10.199 to vr0. Check again with ifconfig: OpenBSD# ifconfig -A lo0: flags=8049 mtu 33208 groups: lo inet 127.0.0.1 netmask 0xff000000 inet6 [...]
Read the rest of this entry »