Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Okay; I know that this isn't possible using Windows, maybe someone can tell me how to do it in Linux.
I have a cable connection coming into my father's office. The cable modem is plugged into a router; my father's computers are plugged into the router, and then there's one line going from the router in my father's office to a 5-port minihub in my room.
There are two computers on the minihub; My laptop and my desktop. What I want to do is set up proftpd on my desktop--No problem in and of itself; I can access that server from anywhere on MY side of the router by using 192.168.1.100.
question is, how can I find the address that someone on the OTHER side of the router can use to get at my server? I know it's not possible in Windows without another computer (Acting as a proxy server and firewall) on the outside of the router. I do not wish to purchase a whole new computer to do this; If I had that kind of bucks, I'd just get another connection coming in, and hell, I'd probably just get a SPARC to act as a server. But I don't have that kind of money, so I need to trick my router.
The router is not a computer--It's one of those $100 Cable/DSL routers that acts as a black-box. I don't even KNOW what OS it's running.
sounds like you just want to users from outside your home network to be able to access your ftpd. if that is what you are trying to do, the best thing, is to find the book on the router, and find out how to forward ports, and forward port 21 (change if your ftpd is on another port) for the internal ip of the server, and it should work fine.
actually masq wouldnt work considering he's behind a router, and a hub. if the router were a linux box, ip masq would work for a machine behind the box.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.