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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I am trying to setup FTP server using vsftpd, but i the middle i face some problems. My local connected pc's are not able to access the local FTP server.
The below are the results of "ping", "ifconfig -a", "route" for both of my pc (ftp server and client pc). Anybody knows what is my probem please help..... Thank You.....
Client PC IP address 192.168.1.221
FTP server IP address 192.168.1.185
I had solve the connection of the FTP client to FTP server. Actually the problem is from the Linux internal firewall. I didnt enable FTP. About the connection is solve now.
Here is another error for me when my LAN client PC try to search dir in FTP server
Code:
[root@localhost root]# ftp 192.168.1.xxx
Connected to 192.168.1.xxx (192.168.1.xxx).
220 Welcome to TYJ's FTP
Name (192.168.1.xxx:eugene): user1
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (192,168,1,xxx,221,85)
ftp: connect: No route to host
ftp>
can i know what is going on? What is the next step i should do?
Anyone knows please help...
Thanks....
Such an issue occurs when the 'ip_conntrack_ftp' kernel module is not loaded. To work with iptables enabled you need to configure the system's init scripts (e.g. via /etc/sysconfig/iptables-config on RedHat-like Linux) to load it on system startup.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.