Problem NAT 1:1 on VMWARE!
-
I have installed Pfsense 1.2.3 on Vmware machine!
- Pfsense box:
WAN ADDRESS: 192.168.3.130/24
LAN ADDRESS : 10.0.0.1/8 - pc on lan:
ADDRESS: 10.0.0.2/8
I disabled NAT Reflection,Block private networks on Pfsense!
I create VIP type PARP has address 192.168.3.117
when I NAT 1:1 to map ip 192.168.3.117 to 10.0.0.2 it not working correctly!
Anyone can help me solve this problem?
Thanks! - Pfsense box:
-
What do you mean "it is not working correctly"?
what do you expect,
what do you get,
how do you test,
etc. -
I access port 80 to VIP 192.168.3.117 from WAN! But i can not connect to this port!
When I use port forwarding I can connect! -
Is the pfSense WebGUI port on port80?
Did you create a firewall rule allowing traffic in?
Is the service behind the pfSense actually running?
Did you test with another computer from the WAN side (not from the LAN side)? -
Pfsense WebGUI port 80 on IP 192.168.3.130
I tested from another computer on WAN!
I created firewall rule allow all to IP 192.168.3.130 on WAN Interface and rule allow all to ip 10.0.0.2 on LAN interface! -
This is wrong.
Delete the rule on the LAN interface.
It does nothing.You need a single rule on the WAN:
Allow, TCP, source: any, source-port:any, destination:10.0.0.2, destination-port:80 -
-
Did you read the note next to the field where you enter the IP of the VIP?
PARP and CARP VIPs are different in the way you enter them in the GUI.
You actually have to enter the IP to which you want to create the VIP. -
-
Now you only have to set the correct subnet-mask.
From your first post, this is /24. -
-
-
This problem happen because ethernet device in virtual machine can not enable promiscous mode! :D