Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Is it possible via funplug to do a virt ip on a diff subnet, I have a neighbor on a wireless ap on a diff subnet to isolate my net from them, but would like to give them access to a shared folder on the DNS box.
Has anyone tried a virt ip on this thing?
Myk
Offline
You can create interface aliases. Assuming your network is 192.168.1.0/24 and your neighbour's net is 192.168.2.0/24, you can add an IP from your neighbour's subnet like this:
ifconfig egiga0:2 192.168.2.13 netmask 255.255.255.0 broadcast 192.168.2.255 up
This alone, however, might not solve your problem. You still need to ensure proper forwarding rules that depend on the details of your network.
Offline