All of lore.kernel.org
 help / color / mirror / Atom feed
* Web server access
@ 2003-07-14 15:10 Jorge Umaña
  2003-07-15 12:52 ` Ray Leach
  2003-07-15 14:19 ` Michael Martinez
  0 siblings, 2 replies; 4+ messages in thread
From: Jorge Umaña @ 2003-07-14 15:10 UTC (permalink / raw)
  To: netfilter

I have a LINUX box with a public ip. I need to use iptables to send all the 
packages that come to the 80 port to my Web server in Windows. I am using 
this chain:
iptables -t nat -A PREROUTING -p tcp -d $ipPUBLIC --dport 80 -j DNAT 
--to-destination $ipWEBSERVER

I tried to access my web page from outside but does not work

I will appreciate your help
Thanks

_________________________________________________________________
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.yupimsn.com/



^ permalink raw reply	[flat|nested] 4+ messages in thread
* RE: Web server access
@ 2003-07-15 12:44 Eugene Joubert
  0 siblings, 0 replies; 4+ messages in thread
From: Eugene Joubert @ 2003-07-15 12:44 UTC (permalink / raw)
  To: 'Jorge Umaña', netfilter

[-- Attachment #1: Type: text/plain, Size: 878 bytes --]

Is your web server gateway set to your be that of your linux box?

Have you tried using tcpdump to "see" what is happening with those packets
on that specific port?



-----Original Message-----
From: Jorge Umaña [mailto:jorgeaub@hotmail.com] 
Sent: 14/07/2003 05:10 PM
To: netfilter@lists.netfilter.org
Subject: Web server access


I have a LINUX box with a public ip. I need to use iptables to send all the 
packages that come to the 80 port to my Web server in Windows. I am using 
this chain:
iptables -t nat -A PREROUTING -p tcp -d $ipPUBLIC --dport 80 -j DNAT 
--to-destination $ipWEBSERVER

I tried to access my web page from outside but does not work

I will appreciate your help
Thanks

_________________________________________________________________
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.yupimsn.com/


[-- Attachment #2: Type: text/html, Size: 1756 bytes --]

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

end of thread, other threads:[~2003-07-15 14:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-14 15:10 Web server access Jorge Umaña
2003-07-15 12:52 ` Ray Leach
2003-07-15 14:19 ` Michael Martinez
  -- strict thread matches above, loose matches on Subject: below --
2003-07-15 12:44 Eugene Joubert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.