OpenBSD 3.8 GENERIC -patch Can someone confirm or negate if this is a correct possible use of trunk. I have two 'external' interfaces (em1 & em2) which grab dynamic IPs from my ISP. I have a single 'internal' interface (em0) which is bound to my internal network 10.10.50.0/24. I boot, receive the dynamic IPs on each external interface and from there am able to connect to the internet.
I then manually, after boot, create trunk0 via the following command: ifconfig trunk0 create 192.168.0.1 trunkport em1 trunkport em2 At this point I lose internet connectivity. I then tried manually changing the default route to the trunk0 interface via: route flush route add default 192.168.0.1 route show confirms the new default route is 192.168.0.1 I still have no internet access. I can ping the individual IPs of the two ISP interfaces, but I can not ping the trunk0 192.168.0.1 address. pf has remained disabled throughout this process. What am I missing? My next course of action was to try and nat my 10.10.50.0 network through the trunk0 interface in pf.

