I was looking and people keep saying the same things to fix what seems
to be my problem. I've been fumbling around for hours and can not get
this to work.
My setup:
LAN is 10.100.100.0/24
WAN is 192.168.1.0/24 ("Block private networks" is disabled)
LAN is connected to my network which contains a webserver
(10.100.100.150) and everything else m0n0 LAN is 10.100.100.234.
WAN is connected to my laptop by a crossover cable. m0n0 WAN is static
192.168.1.1 and Laptop is static 192.168.1.5.
I have entered a Server NAT for external IP of 192.168.1.100 and named
it "Test Website".
I created an Inbound NAT that uses the "Test Website" Server NAT as it's
external address. Protocol: TCP, External Port: HTTP, NAT IP:
10.100.100.150, Local Port: HTTP, Desc: Test Website
I checked "Auto-add a firewall rule to permit traffic through this NAT
rule"
Under Firewall Rules it created: TCP * * 10.100.100.150 80
(HTTP) NAT Test Website
When I try and go to 192.168.1.100 from my laptop (192.168.1.5), it just
comes up with "page cannot be displayed".
I can ping my laptop from m0n0. I added a firewall rule: ICMP * *
* * Enable Pinging
So now I can ping 192.168.1.1 from my laptop, but I can't ping
192.168.1.100
I've been trying this for hours and can't get anywhere. I even tried not
using a server NAT but that doesn't work either. I couldn't seem to get
the 1:1 NAT to work using the same process.
What am I doing wrong???
Thanks in advance for any shred of wisdom that might help me here!!!! |