CentOS 5 Server :: FTP Web Interface For Clients?
Oct 19, 2010
At my work, we have several clients (outside clients) that have an FTP login to our FTP Server. Their login then leads them to their home FTP folder. The FTP server is currently a Win2003 box. Because we have so many clients, we would like to implement some form of WebGui that would allow each client to manage their own FTP home folder and user info, such as resetting their password if they lost it.
Is there anything like this available in linux that would provide us with that kind of control/usability?
View 1 Replies
ADVERTISEMENT
Sep 9, 2011
I have tftp-server running on Centos 5. Clients which are on the same subnet as the server are able to get and put without problems. I have a client that is across the internet that is having trouble getting files from my tftp server. A tcpdump reveals that the client is requesting the same file over and over again. In /var/log/messages, I am see the following error repeated over and over until the client finally gives up.
localhost in.tftpd[12727]: tftpd: read: No route to host
View 1 Replies
View Related
Apr 4, 2011
I have a server (called NAS) that shares out /public, and I also have this same server running KVM with some VM's. I am setting up the first VM now, and one of the things it does is download torrents onto the share. I am connecting it via "mount -t smbfs //nas/public /mnt/nas" from the VM on the host and it seems to work fine. However whenever I add a torrent to the queue on the VM to download, all downloads stop and seem to be disconnected. I can restart them after a few seconds, but they will stop after a few minutes with another disconnect error. I have the network interface bridged, so I thought it was talking directly to the host.
The appropriate lines in my smb.conf:
security = share
[public]
comment = Public Stuff
path = /public
[Code]....
View 12 Replies
View Related
Jun 27, 2010
I am trying to find the proper way to setup a NFS4 Server with two clients. I have:
FileServer: CentOS 5.5
-IP:10.1.1.200
-User: Max
-Export: /FS-Data
[code]....
User/Group Max owns FS-Data on the FileServer, How do I go about mounting it on the clients, since root can only mount?
View 2 Replies
View Related
Dec 9, 2009
We recently upgraded our NFS server from Centos 4.4 kernel 2.6.9-42.0.10.plus.c4 to Centos 5.4 kernel 2.6.18-164.6.1.el5
In our queue directory where we shuffle files to be processes some files will go missing.
Example structure
/Queues/Process1/subdir_xxx
/Queues/Process1/subdir_xxx
etc...
/Queues/Process2/subdir_xxx
/Queues/Process1/subdir_xxx
etc...
Where 'xxx' is a date/time string down to the second.
Each subdir entry contains a number of files, depending on load at the time.
What we see happening is that a subdir will appear empty from a client (ls -la shows . and .. ) but an rmdir will fail with a 'directory not empty' error. From all 7 clients (mix of Centos 4 and 5). However on the server the files are visible. If we 'touch' the files the clients will then pick them up and process them.
It doesn't appear that waiting any amount of time will make the files visible (we've waited 8 hours while testing).
We've tried different mount options, NFS4, etc. Nothing got rid of the issue. Changing one server to use CIFS however solved it. So it appears to be some bug in NFS.
The problem appears to be intermittent and random, we can go hours without seeing it, or minutes. I'd say it affects fare less then 1% of the files written.
View 2 Replies
View Related
Jan 8, 2009
I can't seem to get the X server to allow access from clients on other hosts. (I know, not exactly a network problem, but. I made the change in /usr/share/gdm/defaults.conf to be : DisallowTCP=false
and this worked on another CentOS system, but it hasn't fixed it on this one. What other things could prevent other clients from connecting to the X server? From the local host, I get :
Warning: Tried to connect to session manager, Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed although the client DOES actually create the window and work! So, maybe this message is a clue.
From the remote host, I get : Error: Can't open display: 10.10.1.20:0.0 Which is not terribly informative. Is there a log somewhere which details why a connect request was denied? The files in /var/log/gdm are not very informative.
View 2 Replies
View Related
Oct 20, 2009
Don't work nslookup from clients guest OS.I have LinuxMint 7 and I'm installed VirtualBox on her. I created three guests OS. Two CentOS and XP
Name
The first CentOS linux1.starline.ca
The second CentOS centos.starline.ca
The third XP xp2.starline.ca[code].....
On the clients guest OS nslookup don't work. It write : timed out; no servers could be reached .What is going on? Why nslookup don't work from clients guest OS?On client machine in the file /etc/resolv.conf have record ameserver 168.135.88.2
View 2 Replies
View Related
Jan 11, 2011
i have openldap server with phpldapadmin as a gui, i'm gonna use the ldap server just for address book.you can see in the picture how i built my ldap db.
View 6 Replies
View Related
May 26, 2011
I have setup openldap and samba for authenticating Windows and Linux clients on my server. They are working fine. Windows users are getting authenticated through server as Primary Domain Controller and Linux clients directly from Openldap directory. But I have little problem that is I want to mount home folders created on server to be available on clients so clients get a centralized storage with some quota on both Linux and Windows clients. Can you help me please how can I do that.
View 3 Replies
View Related
Sep 1, 2010
I'm new to Centos 5 (and Linux) and, after installing Centos, I configured Samba, Apche, ... w/o problems (through interactive interface). My problem is tha t I need to use DHCP (all our clients use dynamic IP addresses for the ease) but I don't find dhcpd ... nor the sample config file(s).
Note : the new server I intend to use is actually connected on a LAN with an 'old' DHCP server (still under W2K server), is this the reason why I can't find/activate dhcp on my new machine ???
View 3 Replies
View Related
Sep 6, 2011
I've started facing the weirdest problem. I have to restart the ethernet interface a couple of times a day and everytime i do that the server locks up completely and i have to hard reboot it.info: recently shifted to a new server, all new components and new installation, OS version CentOS 5.6
View 1 Replies
View Related
Sep 21, 2010
I have openvpn tunnel setup between two CentOS servers. One of the CentOS servers also acts as a DHCP server for some client computers.
Server A= OpenVPN server
Server B= OpenVPN client (connects to Server A with OpenVPN)
The two CentOS servers can ping each other (172.16.0.0/24) via the tun0.
However, client computer connected to Server B (DHCP server) can't reach 172.16.0.1 (which is the OpenVPN server).
I think I am missing some routing in my "ip route show". Following is the full picture:
What command can I issue to get this fixed? something along ip route add?
There is no firewall service on both end. service iptables stop! I can't bridge eth1 and tun0 as DHCP server might mess up the other side. I can't do a push of "redirect-gateway def1" because then clients loose their IP as they send DHCP requests to Server A.
View 2 Replies
View Related
Sep 23, 2010
I have a network on which all the wired and wireless connected clients are isolated from one another which is what our network requires.
One down side to this is that the isolation doesn't allow local clients to talk to one another and if they did, I would want it routed through the gateway. Is it possible to enable proxy arp on only the interface which the clients are connected (eth1) to make the gateway forward traffic between local clients?
View 3 Replies
View Related
Jul 14, 2010
I need to make some solution for my home network, I have a linux server which is: Linux Centos 5.5. So, what I need to do is to make a virtual interface for my clients which set its bandwidth up to 1Mb/s shared to them, but my real bandwidth is 2Mb/s. Also, after that, I have two questions:
1. How to set this rate limitation to that interface?
2. How to edit this interface to let it work and route the client data to my ADSL router?
I'm already generate the virtual interface using webmin managment tool, so I need to set its rate and route data.
View 14 Replies
View Related
Feb 7, 2009
I took the hard drive from my server and put it into another machine to install centos with, as the server does not have a working CD drive. So now the situation is that x refuses to start when centos boots. I get a message saying:
Failed to start the X server (your graphical interface). It is likely that it is not set up correctly. Would you like to view the X server output to diagnose the problem?
View 19 Replies
View Related
Jun 21, 2010
Just setup 5.5 as Server-GUI installation last night. Ran latest updates today; it requested a restart; logged in to console; GUI desktop all looked normal at first, except that the panels on top and bottom are empty, except for the menu "Applications Places System" items (upper left) are there, but non-functional. The desktop icons for "Computer, Home, Trash" are functional. Update as I am writing this: The menu header items are now GONE as well, but icons still work (but don't help me).
Problem is, I don't have access to any apps that will allow me to reboot the machine with access to "Shutdown/Restart". If I hit the reset button, will it be OK? Or will it blow up like a Windows machine? Luckily I can reinstall if necessary, but the update thing might crash me again. All was fine before applying updates. Anybody having problems with the latest updates?
View 2 Replies
View Related
Apr 26, 2009
I can install VMware Server 2.0.1 on CentOS 5.3 (32-bit and 64-bit) perfectly. However, I can't access Server's web interface by going to port 8222 on the machine's IP address. When CentOS 5.3 (32 or 64-bit) is loading, I am greeted with this message "VM communication interface socket family: vsock: no version for "VMCIDatagram_Send" found: kernel tainted." I assume this is the reason why I can't access my Server through a web browser. How do I correct this? Is there a package I need to install on CentOS prior to installation of Server 2.0.1?
It's strange, because I can install 2.0.1 on Ubuntu Server 8.10 with absolutely no problem and access its web interface. So I think this might be a CentOS-specific issue I've uncovered.
View 7 Replies
View Related
Mar 12, 2011
I just installed DarwinStreamingServer. All seems normal in admin panel But everytime I try to play the file using QTime player...the play button quickly turn into "Play" again as I push it. Then I try to open it via my nokia phone, I got message "Disconnected" as soon as it connected to the server.
View 1 Replies
View Related
Nov 19, 2009
the start up fails, but a process is left running. these machines are running the latest stable version of Centos 5, and we have been "messing" with the firewall. When I'm logged on through a console, I get error messages that lockd can not contact the server even though the nfs mounted home directories work fine.
View 5 Replies
View Related
Jan 18, 2011
ok I am using a customized CentOS distro that is looking for 3 network cards on boot. eth0, eth1, eth2. I do not need eth0 and need to bridge it to eth1.
View 1 Replies
View Related
Apr 26, 2010
How to configure linux vpn server for windows clients & roadwarriors connection?
View 4 Replies
View Related
Sep 3, 2009
Tutorial for setting up a
domain server, dns server, ldap, mail server, firewall and proxy
with centos and how can I join ubuntu clients to the domain?
View 1 Replies
View Related
Sep 8, 2009
we can't get the clients in our lab to do a kickstart install. we're doing the install by booting from the Centos 5.3 net install cd and anaconda starts, but terminates abnormally reporting a SIGSEGV fault. Interestingly, attempts at doing an install from a CD and without the network connection results in this error:
X11TransSocketINETConnect() can't get address for localhost:6001. Temporary failure in name resolution.
View 7 Replies
View Related
Jan 29, 2010
i want to configure an Open LDAP server in Ubuntu....and also want it to connect to its clients, i have two machines for testing,one for client & one for server, i followed the tutorials on ubuntu documentation,but did not succeed in making either the client or the server,
View 2 Replies
View Related
Mar 3, 2010
i have Centos 5.3 installed with TXT mode i want to create and share one folder to be accesible to me from the network, to download and share files into it with my Host, i created the folder but dont know how to share it,
View 6 Replies
View Related
Apr 29, 2010
In short we are booting Centos 5.4 over PXE to a bunch of diskless clients. Once they are booted - we can login (as local root account) and RDP to windows machines using rdesktop as we require.
The next step of the project is to get user authentication to the Windows Domain controller working for the PXE image.
To do so - we continued with our physical install of Centos 5.4 (used to create the pxe image with rsync as per the wiki page for diskless clients) by following through this page. AD auth works perfect on this box (it has a local HDD install of centos obviously).
Once we rsync'd the changes over to the pxeboot location - and rebooted one of the diskless pxe clients - we get issues.
The issue is that winbind seems to start - however the file "/etc/samba/secrets.tdb" cant be read. We tried removing this file that the PXE clients use and recreating it using
touch /etc/samba/secrets.tdb
View 3 Replies
View Related
May 13, 2010
I installed syslog-ng so I can receive remote logs. this is working however since I disabled syslog on my syslog-ng server I am not logging in /var/log/messages cron and some others.locally)I know this is because my syslog-ng.conf only references remote and not local.How can I edit the syslog-ng.conf file so that I can receive remote and local? I tried this however when adding in portions of the default config, I only receive local and not remote logs anymore. I am forwarding my config.
# syslog-ng configuration file.
#
# This should behave pretty much like the original syslog on RedHat. But
[code]....
View 2 Replies
View Related
Jan 3, 2011
I am stepping into Linux world ...and I have chosen CentOS.
I have installed CentOS 5.5 on a dedicated IBM server successfully. My server has two network cards. I have configured eth0 for lease line internet connection with a live IP (113.xxx.xxx.xxx) and eth1 for local LAN with a static IP (192.168.0.1).
Now,
1. DHCP is working fine and I can access the server from my Windows XP clients.
2. I can access the server with SSH client PuTTY from home ( with the live IP ) and from the local LAN (with static IP 192.168.0.1)
3. I can access my shared server directory 'public' from my XP clients
4. Internet is working on sever and I have updated the server with yum update.
But, I cannot access internet from my XP clients machines.
I read "The Definitive Guide to CentOS" and tweaked the config files in different ways but it did not help. now after two sleepless nights I am here as my last hope.
I admit, I am not aware of every linux terms and commands, but I am getting into it. code...
View 8 Replies
View Related
Jan 9, 2010
I have to have a Linux server for shell programming on Windows (XP) clients
View 3 Replies
View Related
Dec 29, 2010
if I use Linux File server with NFS Configured, Can MAC clients (workstations) access the files on Linux server over the LAN network
View 7 Replies
View Related