Server :: Proftp Can't Connect To Ftp Client?
Feb 3, 2011
I am running CentOS release 5.5 (Final) with PROFTP installed.
I am able to connect to the ftp server from local, but when I try it from dream weaver CS5 it can't connect to the server. I ran a port scan and 21 seems to be open:
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
53/tcp open domain
[Code]....
View 2 Replies
ADVERTISEMENT
May 24, 2011
have setup proftpd via gadmin, all is well and is activated.This is where im being stupid - what setting do i use in my ftp prog (filezilla)??
host: ive put my ip address (77.xx.xxx.xx)
user name and password
However, i have a number of computers on my network, obviously when i try to ftp into my server how does it know which one to connect to? or is this not required.i need to get this working within the next few hours, or ill be in do-dos.
View 1 Replies
View Related
Nov 9, 2010
I'm running a ProFTP 1.3.3 server on a CentOS 5.5.What has come to my mind in terms of security is to have the server disabling / deactivating account that enters the wrong password, lets say three times.Using MaxLoginAttempts only limits the possible retries on a open connection.
View 2 Replies
View Related
Oct 13, 2009
I bought VPS Linux server, but i would like remote desktop thought NX Client. Firstly I installed on server ubuntu like this:
Code:
gpg --keyserver keyserver.ubuntu.com --recv-keys 493B3065 && gpg --export -a 493B3065 | sudo apt-key add -
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install kubuntu-desktop
Then I proceed as described in this tutorial:
Code:
[URL] but it's not work when I try loging to the server via NX Client. Then I try this tutorial:
Code:
[URL] but I don't receive public key (when I put this code sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2a8e3034d018a4ce) .
View 1 Replies
View Related
Mar 20, 2010
I have reinstall my server. I think everything was okey. But i can not connect my server with NX Client.
View 3 Replies
View Related
May 22, 2011
until 2 weeks ago I had o.S11.3 on both my Siemens and Asus laptops. I have installed NX No Machine. ( I know it's not open source,I am using the free version). With commandline ( root) /usr/NX/bin/nxclient I was able to connect to the other machines. I got Qt: Locales not supported on X server, the NX menu popped up and I was able to connect by inserting resp codes. After fresh install of o.S.11.4 on the ASUS the commandline (root) answers:
xlib: connection to":0.0" refused by server
xlib: No protocol specified
nxclient: cannot connect to X server:0.0
The ASUS can still be reached from the other machines (one with o.S.11.3,the third one with o.S.11.2 ) SSH ( Lan)connections are all working forth and back between the machines, even to and from Win XP, however only from Win 7 on the ASUS, but that's a Win7problem. Comparing the installed xorg-x11- server-extra : on o.S. 11.3 Additional X servers ( Xmdx,Xephir,Xnest,Xvfb ) ,on o.S.11.4 the Xvfb is missing, might that be the reason?
View 1 Replies
View Related
Oct 10, 2010
I got the following message when starting the Jack Control.
Could not connect to JACK server as client.
- Overall operation failed.
- Unable to connect to server.
Please check the messages window for more info
15:25:37.902 Patchbay deactivated.
15:25:37.903 Statistics reset.
15:25:38.020 ALSA connection graph change.
15:25:38.216 ALSA connection change.
15:25:39.777 Startup script...
15:25:39.779 artsshell -q terminate
sh: artsshell: not found
15:25:40.182 Startup script terminated with exit status=32512.
15:25:40.183 JACK is starting...
15:25:40.183 /usr/bin/jackd -R -dalsa -dhw:0 -r44100 -p1024 -n2
15:25:40.190 JACK was started with PID=2052.
no message buffer overruns
jackd 0.116.1
View 3 Replies
View Related
Feb 16, 2009
in my office all users connect to internet via VPN.in our office there is one special server that we want when users connected via VPN,users can not connect to the special server and when users are not connect to via VPN can connect to that server.
View 3 Replies
View Related
Mar 25, 2010
I am getting this error when i try to connect a client to a server in windwos ,anybody knows why ?
View 3 Replies
View Related
Apr 26, 2010
What client can I use on a MAC to connect to an openvpn server?
All the client s seem to use password connections whereas the openvpn server uses certificates.
View 3 Replies
View Related
Sep 1, 2011
I have been using proftp for about 8 months. After getting the configuration right, it worked perfectly. It is only used intermittently, so I don't know for sure when the problems started, but I suspect it was triggered by a recent OS upgrade to Ubuntu 10.04 (64 bit). I have proftp set up so that TLS is required on both the data and control channels. The problem is that, after successful login, the server seems to be terminating the session because the client (FileZilla) is attempting to renegotiate something (probably the TLS). The client settings didn't change, nor did the server settings.
I have tried switching off the TLSRequired flag, and am then able to establish a non-secure FTP session which works (but that does not meet my requirements). I wondered whether the OS upgrade had somehow invalidated my TLS certificates, but the symptoms don't seem consistent with that cause. The TLS part of my proftpd.conf file is:
[Code]...
View 5 Replies
View Related
Jan 28, 2010
So a while back I was able to mount a directory from my OpenSuse server as a NFS on an Esxi server. After restarting the Esxi server, the NFS became inactive and I was unable to remount it. The error given was that the Esxi client was unable to connect to the Suse server. I was looking into the showmount -a command on the Suse server and it showed the mount point on the Esxi server. Could this be causing the Suse server to reject new attempts to mount the directory? What else can I try to fix this problem? Also I should note that both servers can ping each other.
View 2 Replies
View Related
Dec 2, 2009
I have Samba PDC server on CentOS 5..we have 10 thin clients in our network which were working fine previously with the windows Terminal services... Now i have replaced my windows 2003 Domain to Samba Domain Controller.. Is there any why i can connect our thin clients with SAMBA DC in the our environment?
View 2 Replies
View Related
Sep 28, 2010
Just installed openldap server on a VM CentOS called 'ldapsrv', it works fine, ldapsearch returns all ldap information.
Installed openldap client on another VM CentOS called 'ldapclient1', configured it with most basic configuration, no ssl/tls etc. but ldapsearch returns error:
ldapsrv is pingable:
Some outputs:
PHP Code:
PHP Code:
View 20 Replies
View Related
Nov 30, 2010
I have a real system user say 'test', created in a number of system groups, up to 3 additional groups (including ftp of course). Its set to the usual standard directory /home/test. But what if I wanted to use /home/test as their home directory but login to what would be unknown to them to be ProFTP to make them go in say [URL] or something random like that, how is this done? Just been through things like this:
Quote:
<VirtualHost 192.168.0.255>
ServerName "ftp.mydomain.com"
ServerAdmin "me@localhost"
[code]....
But nothing seems to work.
View 23 Replies
View Related
Jan 25, 2011
How to Nat. I wanted to be able to resolve something like
ftp.myfirstdomain.com to 192.168.0.2
Then ftp.mysecond.com to 192.168.0.3
Just as a random example, I know these cannot be done using name based virtual hosts like in Apache. But I got this working internally using my LAN connection and the 2 IP addresses above, with Bind DNS pointing the dns's to those 2 ip addresses respectively. This worked, yet when I tried connecting from my work place to transfer some files, it kept going to the default user's home directory. Just wanted to get this project finished, 2 domains and one public facing IP address.
View 3 Replies
View Related
Jan 5, 2010
More for my own posterity than anything else, I thought I'd document here the way to get to eDesktop through linux (debian, ubuntu) at the University of West Florida (UWF), since they appear to only support Windows through their documentation on the University web site, and the link through Argus (the secure web site) doesn't work in Linux. This is sometimes needed to use the University resources (libraries and computer programs) from remote locations, and otherwise a google search is fruitless. I had to have a guy in the computer science department show me how to do it.This may apply for other Universities with similar setups.
View 1 Replies
View Related
Nov 19, 2010
I followed this tutorial:
http://www.howtoforge.com/virtual-us...l-ubuntu-10.04
Minus the Quota for the mailboxes, since I don't really care about that. But I don't think that should cause any problems in the configuration.
The server is in my local network.
I tried to connect with Thunderbird and Kmail. Kmal brings up an error message eventually, saying something about a time-out.
Squirrelmail says code...
I searched everything & everywhere only to see that more people have that same error message come up with Squirrelmail. From my understanding some have fixed the issue but I couldn't actually find a solution to this.
Does anyone know how to fix this?
View 1 Replies
View Related
May 2, 2010
I am trying (desperately) to setup freeNX so that I can access my Mandriva box from my Macbook over my network. I have great need to be able to do this. Here's the necessary info for you: Mandriva PC: running Mandriva 2010.0 with freeNX installed from the Mandriva repos Macbook: running OS 10.4 with the Nomachine NX Client installed Now, I have followed the setup from the Mandriva wiki as well as the freenx wiki to no avail. I simply cannot connect the Macbook's NX client to the server. I get an authentication failed message. However, I can ssh from the Macbook to the server just fine (that's how I'm getting most of this work done).
[Code]...
View 3 Replies
View Related
Jan 7, 2011
I want to filter and block failed attempt to access my proftp server. Here are few line from the /var/log/secure file:Quote:
Jan 2 18:38:25 server1 proftpd[17847]: server1.XYZ.com (93.218.93.95[93.218.93.95]) - Maximum login attempts (3) exceeded
Jan 2 18:38:27 server1 proftpd[17864]: server1.XYZ.com (93.218.93.95[93.218.93.95]) -
[code]....
View 9 Replies
View Related
Nov 19, 2008
OS:
Red Hat ES 5.2
Kernel:
2.6.18-92.1.18.el5
Samba version:
[root@intranet samba]# rpm -qa |grep samba
system-config-samba-1.2.39-1.el5
samba-common-3.0.28-1.el5_2.1
samba-client-3.0.28-1.el5_2.1
samba-3.0.28-1.el5_2.1
When I try to connect to the share from my XP machine, I get a "network path cannot be found" error message.
Below is the entry in /var/log/samba/samba.log
[2008/11/19 11:57:51, 0] smbd/service.c:make_connection_snum(1003)
'/server2/test' does not exist or permission denied when connecting to [server2] Error was Permission denied
Here is my smb.conf file:
[global]
# Server name
server string = Intranet Server (Primary)
# These are the default password settings.
; encrypt passwords = yes
; smb passwd file = /etc/samba/smbpasswd
# Define NT domain/workgroup name.
workgroup = intranet
# Security mode. (See SAMBA documentation for details.)
; security = user
# Restrict conections to specific IP addresses.
hosts allow = all
# The %m variable sets a separate log file for each
# connecting machine.
# log file = /var/log/samba-log.%m
# Keep it basic - one file!
log file = /var/log/samba/samba.log
# The number of minutes inactivity before a connection is
# disconnected. (This disconnection should be transparent to most
# clients, which an have auto-reconnect feature. Removing inactive
# connections is to preserve the server's resources.)
deadtime = 10
# These socket options are suggested in the default smb.conf file.
# Who am I to disagree?
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
# Define both Ethernet interfaces. (Otherwise, I suspect only one
# will be configured??)
interfaces = eth0 eth1
username map = /etc/samba/smbusers
; guest ok = no
; guest account = nobody
[server2]
comment = server2
path = /server2/test
write list = @intranet
force create mode = 775
force directory mode = 2775
writeable = yes
; browseable = yes
valid users = intranet
/server2 and /server2/test are owned by user intranet and both directories have permissions set to 777.
Has anyone come across this problem in the past?
View 3 Replies
View Related
Sep 15, 2009
I'm trying to set up a VPN connection between our CentOS 5.3 server at work and my bosses XP computer at home. At this point, we are kinda locked into Quickbooks. I'm testing the connection from my XP boot at home to see if it works. I can log into our servicemanuals easily enough from XP at home however, the windows takes forever to update. I have the Samba server only listening on port 445 because is seems to work more efficiently at work. I connect to the Samba shares via linux from home and everything works well but, when I try to do anything with the shares from Windows client at home, it's very slow!
I'm thinking that it must have something either to do with the Windows OpenVPN client or the client.conf file. Is there anything I should look at in the .conf file for answers?
View 1 Replies
View Related
Jan 20, 2010
I have x11 forwarding enabled in /etc/ssh/sshd_config on a suse 11.2 32 bit box running kde I can open x apps on a windows machine using xming and putty just fine, but when I boot the same machine into suse 11.2 64 bit using kde and try using konsole I get: cannot connect to x server
The command I'm using to log in is: ssh -X -l username host I doubt the problem is with the server I'm logging into or it wouldn't work in windows, not really sure what to look for as I've never had a problem using x11 forwarding from a linux client before only windows ones
View 7 Replies
View Related
Feb 24, 2010
I am not exactly newbie with GNU/Linux, but definitely new to SSH/NX stuffs. I followed the below tutorials for installing FreeNX so that I can access my desktop like TeamViewer in windows.
https:[url]....
https:[url].....
But I don't see the folder NX like the one mentioned here.Then edit the file /usr/NX/etc/server.cfg
I don't see a folder called NX to proceed. Also when I use nomachine client to connect from Windows, it couldn't connect and I get the below errors.
nxssh: <host-name>: no address associated with name.
how to make connect to freenx server from windows using nomachine client?
View 1 Replies
View Related
Jun 2, 2010
i have a problem with one of my PCs which refuses to run the CCLc timer on its screen, i have tried to run the application so many times but every time i run it it does not connect to the server to show the timer automatically as the other PCs do,therefore the client cannot know how much he/she is supposed to pay.this forces us to manually time the clients that are using that PCs.
View 1 Replies
View Related
May 26, 2011
I have configured server ubuntu 11.04. Everything works fine, but there is a need for some clients to connect local hard drive. What should I do? How and what modules are added to the ltsp-image? How to register in the fstab on the client? Maybe I'm going the wrong way?
View 1 Replies
View Related
Jun 29, 2010
I would like to know how to install a webmail server and a suitable client to help connect to it that is compatible with both windows and linux ubuntu.
View 1 Replies
View Related
Jun 11, 2011
I configured openLdap in RHEL5 on virtual achines,everything is working fine, I created a user called ldapuser,in LDAP server and i created a home directory for ldapuser in my LDAP client, now i can able to login to the both Server and client with ldapuser account....
Now here what am expecting is i want to export my server's home directory to the client, i dont want to create home directories manually in the client machine, i googled about that, and it can be done through autofs.....
what need to be done on the client and server side.
View 6 Replies
View Related
Oct 13, 2010
I have question about the UNIX sockets. my goal is to connect multiple sockets from a single client to a single server and keep them open...I'm not sure if that is possible to create or not. Do you have any suggestion or an example of code?
View 1 Replies
View Related
Sep 10, 2010
I'm running Lucid on a laptop client and a desktop server. The server has windows partitions that I'd like to connect to from the client using nfs over a wireless link on my home network. Is this possible? (I'm currently using samba but find it slow and stalls shutdowns on the client.)I've successfully connected to ubuntu partitions on the server via nfs, but most of the data is on the windows partitions, and must remain there.
View 4 Replies
View Related