On Mon, 20 Dec 2004 12:29:59 -0500, Daniel L. Hunter
<dhunter at techmethods dot com> wrote:
> I've been working on this all weekend and it's driving me nuts. I've gone
> through the archives and followed every string related to this but can't get
> this to work. Here's my setup:
>
> DSL Router IP: 192.168.254.254
> Laptop IP: 192.168.254.33
> M0n0Wall WAN IP: 192.168.254.250
> M0n0Wall LAN IP: 192.168.1.1
> Web Server Behind m0n0wall: 192.168.1.3
>
> All I want to do is to be able to access the web server from my laptop. I
> can access the internet from the web server machine. I can access a web
> site if I'm behind the firewall using 192.168.1.3. So I know connectivity
> is not a problem and the web server is working properly.
>
> So I configured Server NAT like so:
>
> External IP Address: 192.168.254.248
> Description: HTTP on Weaver
>
> I then go into Inbound and configure it like this:
>
> If: WAN
> Proto: TCP
> Ext. port range: 80(HTTP)
> NAT IP: 192.168.1.3 (ext.: 192.168.254.248)
> Int. port range: 80(HTTP)
> Description: Weaver Web
> Auto-add a firewall rule...: checked
>
> So m0n0wall adds the following rule:
>
> Proto: TCP
> Source: *
> Port: *
> Destination: 192.168.1.3
> Port: 80(HTTP)
> Description: NAT Weaver Web
>
> But I get nothing when I try to hit the web server from my laptop. What am
> I missing?
>
You have "block private networks" on the WAN unchecked?
-Chris |