CentOS 5 Server :: Install / Configure A LTSP In 5.3

Apr 15, 2009

I'm trying to install/configure a LTSP in CentOS 5.3

I have dhcp, nfs and tftp installed, but i can't install/configure XDMCP. I was reading some manuals and "hows to" and all says that, to configure XDMCP, i have to change de atribute "Enable = true" in the file "/etc/X11/gdm/gdm.conf", but i don't have this rute, only "/etc/X11/", gdm folder doesnt' appear :S also... why i can configure XDMCP?

When i run "ltspcfg", he says:

[root@localhost ~]# ltspcfg
ltspcfg - Version 0.11
Checking Runlevel....: 5
Checking Ethernet Interfaces

[Code]....

View 9 Replies


ADVERTISEMENT

Ubuntu Servers :: Install And Configure LTSP On A Server For A HP Thin Client To Boot Off?

Jul 22, 2011

I am trying to install and configure LTSP on a server for a HP thin client to boot off. The version of Ubuntu that I am using is 11.04 x86 and it is a fresh install on a dual core system with 2GB RAM. I followed a guide which comprised of these commands.

sudo apt-get install ltsp-server-standalone openssh-server sudo ltsp-build-client or if your on a 64-bit system with 32-bit machines do sudo ltsp-build-client arch i386 for editing the servers IP values use /etc/ltsp/dhcpd.conf after that you need to restart DHCP server sudo /etc/init.d/dhcp3-server restart
and update sshkeys -sudo ltsp-update-sshkeys and if you updated dhcpd.conf then you need to update you image also by typing in terminal ltsp-update-image

Everything seemed to install as it should but when I try to boot from the thin client it just times out and says no DHCP or proxy invites received. I turned DHCP off on the router and even tried another router, but I still get nothing. I am at a bit of a loose end and I hope someone on here can point me in the right direction of where I am going wrong.

View 1 Replies View Related

Ubuntu :: Install 11.04 And Install And Configure LTSP

Aug 8, 2011

I install ubuntu 11.04 and install and configure LTSP. My problem is the ip in the computer.

But my ip is 10.37.232.1(Gateway)...subnet mask 255.255.255.192......DNS 10.251.3.2 , 10.249.10.14.....can someone help me......

How to setting and put this number in dhcpd.conf.....

View 1 Replies View Related

CentOS 5 Networking :: How To Install And Configure Vpn Server

Jun 17, 2010

i want to install and configure vpn server on centos 5.5 final i want to work it like that my server is in other city or country, i want to connect it in other city or country and want to use remote server internet on my computer.

View 1 Replies View Related

Ubuntu Networking :: LTSP Server Install On 10.10?

Nov 17, 2010

I installed in Virtualbox many times and the clients would not connect. The config of the dhcpd.conf was the problem.Now, Everywhere I kept reading it said I had to turn off my hardware routers dhcp. Thats wrong, I have it working with it on and with one network card. Heres the nuts and bolts. Dlink 4100 hardware router assigning address block 192.168.2.200-250 to pcs on the lan. Router is set to reserve and IP for the ltps server nic so it gets the same IP assigned every time from the hardware router. No need to force linux to an ip when it can be set in the router. Then installed LTSP from alt-cd. Once done, dhcp wont run because it conflicts with the hardware dhcp. Found out by trying to restart it and it said stop - Fail when it tried to stop it.

sudo /etc/init.d/dhcp3-server restart
So edit /etc/ltsp/dhcpd.conf.
sudo gedit /etc/ltsp/dhcpd.conf

Mine attached below: The subnet, as long as the 1st three numbers match the rest of lan setup it will work.(192.168.2.0), rest of my lan is 192.168.2.x. Now notice the range is a different block than the hardware dhcp server uses. So all thin clients that connect will be assigned something 192.168.2.100-150 and all hardware connected pcs will be assigned 192.168.2.200-250 from the hardware router. So no conflicts. Then for the domain name server, set it to the hardware router ip. My hardware router is 192.168.2.2. Set option router to the same as hardware router of 192.168.2.2 Nothing in my dhcpd.conf file is pointing to the ltsp dhcp server. Nothing else had to be edited in the dhcpd.conf Next hurdle I had, after any change of the dhcpd.conf, ip's might have changed and you have to reconfig the ssh and the image. run these 2 commands.

sudo ltsp-update-sshkeys
then
sudo ltsp-upadte-image
then
sudo /etc/init.d/dhcp3-server restart

Then thin clients/lan boot pcs all can connect after that.

I have since installed again at work in virtual box, booted from another vbox client and booted from a separate lan pc. Then installed again at home on AMD 3200 Athlon, 1 gig mem. Booted from my main pc PhenomX4, no problems. Pc's must have lan boot available in the bios or net boot available on the network card(most consumer add on cards do not). But most motherboard lan connection do.

#
# Default LTSP dhcpd.conf config file.
#
authoritative;

[code].....

View 3 Replies View Related

CentOS 5 Server :: Automation Of Ftp Server \ Configure A FTP Server Where Upload And Download Files?

Jan 8, 2011

i have been trying to complete the following project1) Configure a FTP server where we can upload and download files.........2) server must run at 9 pm & stop at 9 am automatically ............although the first task was easy ,i have no idea how to accomplish the 2nd task(not to mention I'm a new user)

View 5 Replies View Related

CentOS 5 Hardware :: Configure Soundcard In Centos 5.5 Clean Install?

Aug 10, 2010

How do I know what sound system my Centos 5.5 install is using and how would I configure which soundcard output to use? I want to use the digital coax output from my M-Audio PCI soundcard, which appears to be detected and loaded. When I launch MPD, it autodetects an alsa sound system, but programs like alsamixer don't exist and I can't hear any sound out of the digital coax output. I haven't checked the 3.5mm stereo out yet.A little confused as to which documentation to be looking at at this point.

View 9 Replies View Related

CentOS 5 Server :: Configure Postfix On 5 To Relay Email From The Internet To The Exchange Server

Apr 24, 2011

i need to configure postfix on centos to relay email from the internet to the Exchange Server and i also need that emails sent from the exchange within the same domain be sent to postfix then resent to exchange because i have spamassassin and clamav installed on centos to filter all incoming and outgoing mails ...

View 1 Replies View Related

Server :: PHP Installation On Centos Server - Error: Mysql Configure Failed

Nov 19, 2010

I tried to install php from source file on centos server and i got the error as # ./configure --with-apxs2=/usr/local/packages/apache/bin/apxs --with-mysql --prefix=/usr/local/packages/apache/php --enable-force-cgi-redirect --disable-cgi --with-zlib --with-gettext --with-gdbm

checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock checking for mysql_close in -lmysqlclient... no checking for mysql_error in -lmysqlclient... no configure: error: mysql configure failed. Please check config.log for more information.

View 6 Replies View Related

CentOS 5 Server :: Configure A Mail Server Over A Home Internet Connection?

Feb 12, 2009

I have one server at home, connected through a router that gives me a static IP:192.168.1.2 - My PC192.168.1.3 - CentOS serverI enabled the port 80 into router forwarding system and I can connect properly to CentOS server, using the IP my internet provider gives me. My router automatically forwards a changed IP to my dyndns.com account so I can also access the server through a domain name (I pay to have it linked to one of my domains).My next step is to configure the mail server (dovecot) , so I can send emails from my local server(192.168.1.3).I was wondering if anyone has any tutorial links or tips to have the mail server configured through a home internet provider + home router.

View 5 Replies View Related

CentOS 5 Server :: What Is Configure Option Of Mysql Server From Repo?

May 6, 2010

what is configure option of Mysql server from Centos repo? I mean configuration option used before compilation.

View 1 Replies View Related

CentOS 5 Server :: How To Configure 2 Nic

Jan 5, 2010

i'm teacher and have been assigned to take care a small computer lab in my school.in my computer lab there is a centos box with 2 network cards, switches and computers.at this moment all the computer can access the internet directly without connected to the router or server..(bypassing the centos box).so now i would like to make my life more " difficult" where i want all the computers access internet through my centos box so that i could have a better internet usage management.

I've been reading some forum and even centos document regarding establish networking but it seem difficult for me to understand all the terms and jargon overnight.I also have been try to configure the 2 nic using the "trial and errors" approach but no luck..i'm really hoping that someone could guide me so that i could configure the 2 nic correctly hence my centosbox could be more beneficial..below is the scheme how my network will be..internet------>modem--------->centosbox--------->switches------->computers(eth0)(eth1

View 5 Replies View Related

Debian Configuration :: Install A Multi-core System And Configure It To Run Several VMs, One Each For A Firewall, A Caching Proxy Server, A Mail Server, A Web Server?

Jan 25, 2011

I will be relocating to a permanent residence sometime in the next year or two. I've recently begun thinking about the best way to implement a home-based network. It occurred to me that the most elegant solution might be the use of VM technology to eliminate as much hardware and wiring as possible.My thinking is this: Install a multi-core system and configure it to run several VMs, one each for a firewall, a caching proxy server, a mail server, a web server. Additionally, I would like to run 2-4 VMs as remote (RDP)workstations, using diskless workstations to boot the VMs over powerline ethernet.The latest powerline technology (available later this year) will allow multiple devices on a residential circuit operating at near gigabit speed, just like legacy wired networks.

In theory, the above would allow me to consolidate everything but the disklessworkstations on a single server and eliminate all wired (and wireless) connections except the broadband connection to the Internet and the cabling to the nearest power outlets. It appears technically possible, but I'm not sure about the various virtual connections among VMs. In theory, each VM should be able to communicate with the other as if it was on the same network via the server data bus, but what about setting up firewall zones? Any internal I/O bandwidth bottlenecks? Any other potential "gotchas", caveats, issues? (Other than the obvious requirement of having enough CPU and RAM).Any thoughts or observations welcome, especially if they are from real world experience in a VM environment. BTW--in case you're wondering why I'm posting here, it's because I run Debian on all my workstations/servers (running VirtualBox as a VM for Windows XP on one workstation).

View 14 Replies View Related

General :: Configure VNC Server In CentOS 5-5?

Jan 17, 2011

How to Configure VNC Server In CentOS 5-5;

View 1 Replies View Related

Server :: CentOS 5 - How To Configure Domain

Jun 27, 2011

I have centOS 5 server & have configure web server. I want to this webserver share on my network. How to configure domain.

View 8 Replies View Related

Server :: CentOS 5.3 - How To Configure RAID 1

Dec 28, 2010

I have centos 5.3. I have two h/d 1st h/d used as primary and backup of reqd things of first h/d is copied into 2nd h/d. I want to configure mirroring in this server how to configure this, raid 1 is ok or not.

View 1 Replies View Related

CentOS 5 :: How To Configure Syslog Server

Nov 20, 2009

how to configure syslog server in centos?

View 3 Replies View Related

CentOS 5 Server :: Configure SVN In 5 Without Apache

Sep 23, 2010

I'M trying to configure SVN in CentOS 5 without Apache, the connection should be possible with some SVNClient like tortoisesvn or another.

Following this guide i proceeded:

yum install subversion
useradd -d /home/svnroot -c subversion svn
passwd svn
svnadmin create /home/svnroot/proyecto_1
pico /etc/csf/csf.conf (enabled ports and restart with csf -r)

[Code].....

how to connect to the repository from my PC?

I don't know how to do it

I understand that this svn are running with svnserve but i don't know the way to connect from my PC with a svnclient, like rapidsvn or another.

View 2 Replies View Related

Red Hat / Fedora :: Configure Centos 5 As Public Dns Server?

Jan 27, 2011

i have a requirment for giving my ip address a domain name.

can i esteblish a server as dns provider so than i can give a domain name for my own ip address.

i want to give it public not in local network.

View 3 Replies View Related

Networking :: Configure Dhcp Server On Centos?

Feb 9, 2010

how to configure DHCP server on centos linux and how to configure FTP server on centos linux

View 2 Replies View Related

General :: Vnc Server Configure Centos 5.4 Error

Mar 22, 2010

i am trying to configure below commands and it through error some one can advise where to check and how to fix this issue

[root@2rem .vnc]# vncserver :1 -name 2rem -depth 16 -geomatry 800x600
You will require a password to access your desktops.
Password:
Verify:
xauth: creating new authority file /root/.Xauthority
Unable to start Xvnc, exiting

View 1 Replies View Related

CentOS 5 Server :: Need Info To Configure Squid?

Aug 5, 2009

I need information to configure squid proxy server in centos 5.3 i need that urgent.

View 1 Replies View Related

CentOS 5 Server :: Steps To Configure SMTP?

Sep 2, 2009

Can anyone help me regarding SMTP configuration? I can able to configure and i can send mail from my domain to other domains but cant receive from outside domain

My question is what are the steps to configure SMTP...suppose i wanna configure SMTP server test.com and my hostname is ns1.test.com. so please mention the steps

View 1 Replies View Related

CentOS 5 :: Install And Configure RHN

May 12, 2010

If it possible to install and configure RHN on centos...........

View 4 Replies View Related

Debian Configuration :: LTSP How To Link To Another Server

Aug 24, 2010

I have four server :

- the first of them is the router (firewall, htb, squid, etc.)
- the second have installed apache2
- the third sql
- and the last one is LTSP server for 40 client.

When the ThinClient connect to the LTSP server ewerything works good, but i can't see all of them on squid access log. Isee one ip address (LTSP server), but i want to see 40 ip adrresses. The same situation is in htb. It's doesn't work on the thin client. Is there any way to get this work that how i want ?

View 1 Replies View Related

Fedora Networking :: LTSP - NFS Server Not Responding?

Feb 12, 2009

Currently have a problem with my LTSP server when using a gigabit switch with a megabit thin client.I am using K12LTSP with Fedora 9.The thin clients get most of the way through booting up then I get error messages saying:nfs: server 172.31.6.1 not responding, still trying.I don't get this problem if I use a 100 meg switch though.I have found several forum posts on the internet which all seem to point to the following webpage with a solution:However, when I make the recommended changes It doesnt make a difference.Below is an example of the default file located at /var/lib/tftpboot/ltsp/i386/pxelinux.cfg with its default settings:

Code:
prompt 0
label linux

[code]....

View 5 Replies View Related

Ubuntu Servers :: Cannot Connect To NBD Server - LTSP

Feb 17, 2011

I setup Ubuntu 10.10 (edubuntu) along with ltsp. I have an environment with a windows network (192.168.1.0) and a subnet (192.168.0.0) that the new terminal server is on. Everything seemed to be connecting properly, but when I attempted to boot the first client, I get the error message: "Cannot connect to NBD server".

View 1 Replies View Related

General :: Configure Squid Proxy Server In Centos 5.5?

Apr 12, 2011

how do i configure squid proxy server in centos 5.5 final text mode only to block facebook from 9am to 4pm

View 3 Replies View Related

Server :: Configure Pure-ftp In CentOS In Non-anonymous Mode?

Nov 4, 2010

I am trying to configure a ftp server (pure-ftp) where I am using CentOS 5.5.

View 1 Replies View Related

CentOS 5 Networking :: Documents On How To Operate And Configure VPN Server

Apr 12, 2009

i'm looking for any documents or video tutorial for How to Start VPN SERVER on Cent os 5, i'm going to make VPN accounts and set monthly bandwidth on each ,on my Server and let to client's to connect to server via VPN Connetion, such as [URL]...

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved