Linux - Networking This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-26-2001, 12:12 PM
|
#1
|
LQ Newbie
Registered: Jun 2001
Location: Bolton,England
Distribution: redhat 7.0
Posts: 1
Rep:
|
ftp connection refused
I have A redhat linux 7.0 installation.
I can ftp from any other redhat, unix workstation no problem.
When I try to ftp from a windows.dos pc i get the connection refused
does anyone no the answer to my problem ?
|
|
|
06-26-2001, 04:21 PM
|
#2
|
Member
Registered: Feb 2001
Location: Texas
Distribution: Slackware, Mandrake, LFS
Posts: 306
Rep:
|
Are the other redhat/unix machines on the same subnet as the Redhat PC? If this is true, is the windows machine on the same subnet? Have you disallowed any addresses, or even played with your security settings? A bit more info would be helpful.
J
|
|
|
06-26-2001, 04:29 PM
|
#3
|
Member
Registered: Jun 2001
Location: Allen, Texas, USA
Distribution: Redhat
Posts: 82
Rep:
|
check out the settings in: /etc/xinet.d/wu-ftped
Mine looks like bellow, only allow connection from IP address
192.168.1.61, you can trust the whole local net if you wish, just modify so it look something like this "only_from = 192.168.1.0/24"
If you still get connection refused, then edit your /etc/hosts file and put your Windoze machine's IP address there, because that's likely the ftp server unable to resolve the incoming ip, this is common if you are on private IPs.
service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.ftpd
server_args = -l -a
log_on_success += DURATION USERID
log_on_failure += ATTEMPT HOST RECORD USERID
nice = 10
only_from = 192.168.1.61
}
|
|
|
All times are GMT -5. The time now is 01:22 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|