Results 1 to 8 of 8
I have DSL connection in eth0. For whatever reason, I want to communicate with my own machine routing the traffic as a non-local traffic.
But when I use my internet ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-28-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 4
Route external IP through the ISP
I have DSL connection in eth0. For whatever reason, I want to communicate with my own machine routing the traffic as a non-local traffic.
But when I use my internet IP, something happen and the connection is done local (like via localhost).
I've tried to change route without look. I've bring down "lo", and then my external IP just didn't work, while others internet IPs works.
How can I accomplish that?
Thanks,
Adriano
- 06-30-2009 #2Linux Enthusiast
- Join Date
- Dec 2004
- Posts
- 637
What are you using to attempt a remote connection? What distro are you using?
- 06-30-2009 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 4
- 07-01-2009 #4Linux Enthusiast
- Join Date
- Dec 2004
- Posts
- 637
Okay, sounds to me like your routing tables maybe the issue and/or (more likely) the appropriate protocols have not been properly configured in IP Tables. Have you allowed the protocols and the proper routes from the public IP to the internal IP? As I understand your OP, you are seeking to communicate to your Linux box remotely via public IP that is directly connected to your Linux box via a DSL modem, correct? If so, then your firewall must be configured to allow the necessary ports and protocols to communicate to either localhost and/or a private IP. Hope this clears the mud.
- 07-01-2009 #5Just Joined!
- Join Date
- Jun 2009
- Posts
- 4
I do want to communicate with my machine, from the same machine, but through the internet. This would be for testing purposes.
I don't see how can't it be the firewall or routes. I've tried all sort of route changes, and don't see how iptables could handle the "problem". The ports are already opened for in/out traffic.
I just want my public IP (with a DSL modem) destination traffic to go to my ISP and assume it route. But some shortcut is taken on my machine.
- 07-01-2009 #6
You say testing is what you want this for but what are you trying to test? What are you trying top prove?
- 07-01-2009 #7Just Joined!
- Join Date
- Jun 2009
- Posts
- 4
- 07-02-2009 #8


Reply With Quote

