- or download this
-------- ---------- -----------
| | | PC II | | |
| PC I | --> | (PROXY) | -> | GATEWAY |
| | | | | |
-------- ---------- -----------
- or download this
#!/usr/bin/perl -w
...
);
$proxy->start;
- or download this
iptables -F
iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports
+ 8080