|
||||||||
If you are natting back to a host then you do have to have firewall rule to allow this as well as the NAT rule. I use the following rule on the WAN interface to allow port 80 back to 10.0.1.2. Prot Source Port Destination Port TCP * * 10.0.1.2 80 (HTTP) I have a corresponding NAT rule: Prot Ext port NAT IP Int port TCP 80 (HTTP) 10.0.1.2 80 (HTTP) HTH, Frans -----Original Message----- From: ACE [mailto:aceofsnett at cox dot net] Sent: 20 October 2003 22:45 To: m0n0wall at lists dot m0n0 dot ch Subject: Re: [m0n0wall] Troubles Unfortunately - no, no blocked port in the logs... I checked. I don't understand what the problem is here, to be honest. ----- Original Message ----- From: "Christopher M. Iarocci" <iarocci at eastendsc dot com> To: "ACE" <aceofsnett at cox dot net>; <m0n0wall at lists dot m0n0 dot ch> Sent: Monday, October 20, 2003 12:17 PM Subject: Re: [m0n0wall] Troubles > Look in the logs. Does it show blocked connection attempts on port 8080? > If so, then you have a configuration problem. > > ----- Original Message ----- > From: "ACE" <aceofsnett at cox dot net> > To: <m0n0wall at lists dot m0n0 dot ch> > Sent: Sunday, October 19, 2003 9:22 PM > Subject: [m0n0wall] Troubles > > > I have a web server set up on my internal network on port 8080. I have a > Dynamic Dns address setup to forward to port 8080, as my isp (cox) blocks > port 80. The forwarding itself is setup perfectly fine. However, it does not > work. I did not have this problem with the hardware router I had - Only with > m0n0wall. No doubt I am missing some basic configuration.. Do I have to > manually add a rule to the firewall for each NAT entry? If so, in what > context in this instance? Thanks. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch > For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch > --------------------------------------------------------------------- To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch |