Results 11 to 12 of 12
Glad to hear that you got this sorted....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-27-2011 #11
Glad to hear that you got this sorted.
- 09-05-2012 #12Just Joined!
- Join Date
- Sep 2012
- Posts
- 1
Hi, i am using this
-t nat -A PREROUTING -d $EXTIP -p tcp --dport yx -j DNAT --to $SERVER_TWO:yx
-t nat -A POSTROUTING -d $SERVER_TWO -p tcp --dport yx -j SNAT --to $EXTIP
-A FORWARD -i $WAN -p tcp --dport yx -m state --state NEW -j ACCEPT
How I can get original client IP into $SERVER_TWO ? I tried few things from this theard but its not worked... Can anybody help me please?


Reply With Quote
