Linux Netfilter discussions
 help / color / mirror / Atom feed
* http acces
@ 2003-11-20 21:47 skydive
  2003-11-20 22:39 ` http access - fixing DNAT port forwarding access from internal networks Damien Mason
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: skydive @ 2003-11-20 21:47 UTC (permalink / raw)
  To: netfilter

hi all

i have been experienced a problem since i'm trying to
access my web server from my lan through my internet ip.
 
i have no problems doing DNAT, from those who access my
web page form the outside:

iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80
-j DNAT --to 192.168.0.1:80

this is solving the problem

let's say my web page has the following address
www.example.org, and that it is host  [like it is ;)) ]
in one machine on my lan with the following IP:

192.168.0.1

when i write www.example.org on my web browser, it just
 hits eth1 on my gateway/firewall and stucks there.
maybe i'm missing something on my prerouting rules, or
maybe my small brain just can't reach it :)

the way i see it, when i put www.example.org on my web
browser, i send i request to my gateway, and it was
supposed to take it back to my lan, where the site is
hosted.

not working though...

can somebody please help with these missing rules?! or
is it just something else i'm missing?

thanks to those who took the time to ride all this
garbage and i'm greatfull even if you are not able to
help whatever your reason is ;)))

[][] * * *
skydive!

-------------------------------------------------
Email Enviado utilizando o serviço MegaMail



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-11-21 11:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-20 21:47 http acces skydive
2003-11-20 22:39 ` http access - fixing DNAT port forwarding access from internal networks Damien Mason
2003-11-21 11:05   ` skydive
2003-11-20 22:54 ` http acces Antony Stone
2003-11-21 10:47   ` skydive
2003-11-21 11:37     ` Antony Stone
2003-11-21  2:02 ` Josh Berry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox