Because a thing seems difficult for you, do not think it impossible for anyone to accomplish. – Marcus Aurelius
Header

iptables port forwarding

February 14th, 2012 | Posted by CcR in Uncategorized - (0 Comments)

port 80 forwarding from 172.64.64.8 to 172.64.64.23

iptables -t nat -A PREROUTING -d 172.64.64.8 -p tcp --dport 80 -j DNAT --to 172.64.64.23:80
iptables -t nat -A POSTROUTING -d 172.64.64.23 -p tcp --dport 80 -j MASQUERADE

sip forwarding from 172.64.64.8 to … Read more

Welcome

August 1st, 2011 | Posted by CcR in Uncategorized - (0 Comments)

Welcome to shishir.com.np.

Welcome! This bolg is a fusion of problems, solutions and tutorials related from VoIP , Programming, OS from Linux to Solaris to various *NIX based applications, where there is a listing of straightforward solutions to straightforward … Read more