search for: coretek

Displaying 1 result from an estimated 1 matches for "coretek".

2008 Nov 03
1
Forward all traffic from public IP A to public IP B?
Need help. Im trying to forward all traffic to a public server(A) to another public server(B) except traffic to port 22. Found this on google but cant get it to work. Could someone help me please. Server A has one NIC server B has one NIC. Do i need 2 NICS in server A. #!/bin/sh iptables -F iptables -F INPUT iptables -F OUTPUT iptables -F FORWARD iptables -X iptables -F -t nat iptables -P