Hi, I'm newbie and I would like to create in my freebsd host an internal router gateway for many vms in internal networks rfc1918 addresses that can communicate to internet in nat networks.
in host I have:
- 1 physical interface: wlan0
in host I would have:
- I need 1 interface (loopback??) gateway for routing to and from private networks connected to Virtual Switch compliant with 802.1q vlans tagging
- vms that must communicate to internet only for update software or pass out and drop inbound traffic
The goal is create router/ pf firewall nat with internal virtual interface to switch and to vms attached to switch in private networks, How can I do It?
How can I create an interface to the private networks?
I have only physical interface: wlan0
For an idea there is a similar lab:
elatov.github.io
Thank you for the kind help
in host I have:
- 1 physical interface: wlan0
in host I would have:
- I need 1 interface (loopback??) gateway for routing to and from private networks connected to Virtual Switch compliant with 802.1q vlans tagging
- vms that must communicate to internet only for update software or pass out and drop inbound traffic
The goal is create router/ pf firewall nat with internal virtual interface to switch and to vms attached to switch in private networks, How can I do It?
How can I create an interface to the private networks?
I have only physical interface: wlan0
For an idea there is a similar lab:
FreeBSD Firewall and NAT with PF | Karim's Blog
Thank you for the kind help