I have 3 servers
PFSENSE server which has 4 interfaces:
- WAN
- LAN – 10.0.0.0/24
- Servers (vlan) - 10.0.1.0/24, VLAN tag 1
- DMZ (vlan) - 192.168.1.1/24, VLAN tag 2
ESXI server which has 1 NIC and runs 2 virtual machines with 1 Vswitch. Vswitch has 3 Network port
- Management network which has VLAN tag 0 which means I can reach from LAN interface. Ip: 10.0.0.6
- DMZ network which has VLAN tag 2 which means I can reach from DMZ (vlan) interface. IP: 192.168.1.2
- SERVER network which has VLAN tag 1 which means I can reach from Servers (vlan) interface. IP: 10.0.1.2
This 2-machine connected to Asus wireless router RT-AC59U which runs in AP mode.
Somehow, I could not pass DHCP request from virtual machines which are in DMZ and SERVER network to PFSENSE server.
This problem is about networking because this setup worked with my old router without any...