Page 1 of 1

Setting up NAT Network

Posted: 25. Jan 2018, 04:30
by N0YB
Trying to set up a nat network and need some help.

Host: Windows 8.1 Pro
WiFi Broadcom 802.11n Network Adapter, 192.168.2.21

VB: 5.2.6
VB Preferences - Network
Enabled, NatNetwork, Network CIDR 192.168.249.0.24
Port Forwording:
TCP, , 22, 192.168.249.4, 22
TCP, , 443, 192.168.249.4, 443

VB Machine - Settings - Network
Adapter 1, enabled, Bridged Adapter, Broadcom 802.11n Network Adapter (no problem with this network)
Adapter 2, enabled, NAT Network, NatNetwork

Guest:
FreeBSD 11.1
em0 DHCP 192.168.2.44 (no problem with this network)
em1 static 192.168.249.4 (can't access the web server or ssh via 192.168.2.21)

Web server and ssh have both been verified via host only adapter.

What do am I doing wrong here?

Thanks

Re: Setting up NAT Network

Posted: 25. Jan 2018, 04:55
by N0YB
Using the host only network ack response goes out the em1 interface as expected.
Using the nat network, ack responses goes out the em0 interface instead (the bridged interface).