Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Accessing a local DSL machine by its external IP' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Accessing a local DSL machine by its external IP
Authored by: vlipper on Apr 09, '03 08:12:46PM

When I compare your case to mine, the main difference is that my OS X box is your Linux box. My modem does the NAT stuff for me (i.e. translate between outside address and inside address(es)).

If your modem can do NAT, and your that is also the only reason you use the Linux box, ditch the box. But you are probably doing firewalling as well.

I can only suggest to you to look into setting up the routing table on your mac properly. I don't know much about it, but it should be something like:

default linuxbox
osxbox 127.0.0.1
10.0.0.12 127.0.0.1
localhost 127.0.0.1

where the first column refers to the from host (your Mac), and the second to your loopback. (exept for the first, which is your router/NAT/Linux box)

success

ps. ditch Linux and use Darwin, it will save you the trouble of learning 2 routing methods (dialects)

---
Communication is coming on strong - j. hendrix



[ Reply to This | # ]