It's working in the sense that I'm seeing packets that are being broadcast
on the lan coming in as etherip on the gif interface. If the laptop had a
bridge set up, it would forward them to it, but since it doesn't nothing
happens to them.
Well, there goes that idea..
Even forgetting the trunk failover, there is no way to give an IP from my
wired LAN to a remote device that doesn't actually have a connected
ethernet-like connection avaiable to receive etherip traffic for bridging?
That is, there is no way to use IPSEC on OpenBSD to get the traditional
"Remote VPN Access" thing where your mobile device is assigned a LAN IP?
Seconded. Maybe tun can be modified to actually accept packets (if it's in
layer 2 mode, it's being bridged, and tunX was created via ifconfig)
instead of always returning EHOSTDOWN?
Then I could simply bridge the gif and tun interface on my laptop, assign
tun an IP (or trunk it) and have it behave as if it was physically on the
remote LAN.
Thanks,
bbee