Results 1 to 4 of 4
I am wanting to make traffic pass through my computer to another computer.
Here is my network setup:
[WAN] > [MODEM] > [10.1.1.3] > [192.168.56.101]
How can I make my ...
- 03-17-2011 #1Banned
- Join Date
- Mar 2011
- Posts
- 8
Help with a moderate networking issue
I am wanting to make traffic pass through my computer to another computer.
Here is my network setup:
[WAN] > [MODEM] > [10.1.1.3] > [192.168.56.101]
How can I make my computer ([10.1.1.3]) forward incoming traffic on port 25 to another computer ([192.168.56.101])?Last edited by nkae100; 03-17-2011 at 03:54 AM.
- 03-17-2011 #2
Look HERE for how to turn on packet forwarding.
- 03-17-2011 #3Banned
- Join Date
- Mar 2011
- Posts
- 8
That did not solve my issue.
sudo echo 1 > /proc/sys/net/ipv4/ip_forward
bash: /proc/sys/net/ipv4/ip_forward: Permission denied
- 03-17-2011 #4
Why do you think you got permissions denied?
You need to be root to do this.
So yes, this is the fix.


Reply With Quote