Hey all, simple ifconfig question: How can I create "dummy" devices under OpenBSD for network testing without an ethernet card or connection to another computer? Under linux one can load the dummy module and just do: root# ifconfig dummy0 192.168.0.1 root# ifconfig dummy0:0 192.168.0.2 I imagine I am overlooking something in the documentation but I don't know where/what. --adam