Unable to ftp/telnet from ouside(internet) to my home network
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.
- the services are actually running (ps)
- the services are actually listening on the right port (netstat -l)
- firewall rules on your linux machine
- restriction rules for the service in the xinetd directory
- restriction rules in /etc/hosts.allow and /etc/host.deny
oops.. maybe i should read more closely then. it is strange though it works on his internal network but can't do it from outside his network.. got to be something with the router.
with the linksys router, i'm fairly certain that when you lease an IP from the router's DHCP server, it can't forward ports since the DHCP is on (don't know why that is). so turn off the DHCP server for your router, and just assign everything statically. this is how i used to set my tcp/ip settings when i had my linksys with port forwarding enabled:
oh yeah... and make sure to add the gateway to your routes, since when you set static tcp/ip settings it doesn't add the default gateway to your route tables.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.