All of lore.kernel.org
 help / color / mirror / Atom feed
* routing all HTTP requests to my own web server
@ 2008-10-17 17:40 Jeremy Pullicino
  2008-10-17 17:57 ` Grant Taylor
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Pullicino @ 2008-10-17 17:40 UTC (permalink / raw)
  To: netfilter

Hi,

I would like to route all outbound HTTP requests to my own HTTP server.

After consulting with the docs and online tutorials I came up with the
command below:

iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT 192.168.11.100

Is this the correct way to do it?

Any advice will be really appreciated.

Thanks,
Jeremy Pullicino

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

end of thread, other threads:[~2008-10-17 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-17 17:40 routing all HTTP requests to my own web server Jeremy Pullicino
2008-10-17 17:57 ` Grant Taylor
2008-10-17 18:29   ` Jeremy Pullicino
2008-10-17 18:32     ` Grant Taylor

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.