Dear all,
I have a debian machine and my program listen to 7777 such as: 127.0.0.1I want to send any packet to 127.0.0.1:7777 and it sends my packets to internet. my outgoing interface is eth0.
I don't want to use set proxy in firefox and other application, but I want to send any packets to 127.0.0.1:7777 and my program itself send to eth0.
How can I implement it? Yours, Mohsen