Results 1 to 3 of 3
Is there software that will redirect requests to port 80 on one PC to another on the NAT. I tried Firestarter but am completely lost i am using ArchLinux and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-17-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 1
Linux software like Port Forward Analog X
Is there software that will redirect requests to port 80 on one PC to another on the NAT. I tried Firestarter but am completely lost i am using ArchLinux and I would say have moderate knowledge
- 03-17-2010 #2
iptables can do it, but I can't remember enough about it to give you the answer. Just google for 'iptables ip masquerading'
should give you what you needNew to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4
- 03-20-2010 #3
IPTABLES TUTORIAL NAT'ing
The command would have to be in the nat table like this:
Code:iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination <Web Servers IP>


Reply With Quote
