Re: [CentOS] How to add virtio modules automatically to initrd in CentOS4?

2010-03-21 Thread Felix Schwarz
Am 20.03.2010 16:12, schrieb Alexander Dalloz: > Create the recommended /etc/modprobe.conf entry > > alias scsi_hostadapter${NUM} virtio_blk Thanks a lot - somehow I missed the Red Hat knowledge base entry. fs ___ CentOS mailing list CentOS@centos.org h

Re: [CentOS] bruteforce protection howto

2010-03-21 Thread Mihai T. Lazarescu
On Sat, Mar 20, 2010 at 05:24:34PM -0500, Larry Vaden wrote: > On Sat, Mar 20, 2010 at 5:17 PM, Vadkan Jozsef > wrote: > > > > What's the best method to ban that ip [what is bruteforcig a server] > > what was logged on the logger? > > I need to ban the ip on the router pc. > > http://www.fail2b

[CentOS] release

2010-03-21 Thread mattias
I upgraded my centos from 5.0 to 5.4 But i still see 5.0 n the version number ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] release

2010-03-21 Thread Robert Heller
At Sun, 21 Mar 2010 14:31:29 +0100 CentOS mailing list wrote: > > I upgraded my centos from 5.0 to 5.4 > But i still see 5.0 n the version number Did you hand modify /etc/issue and/or /etc/issue.net? Are there files named /etc/issue.rpmnew and/or /etc/issue.net.rpmnew? If so, then you need t

[CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Niki Kovacs
Hi, I've setup a small LAN of two desktops running CentOS 5 in a medical office. Both are connected to the Internet via a small modem/router. Recently I played around with FreeNX on my own desktop, and I'd like to install it on these two computers. On my PC, I just redirected port 22 in the ro

Re: [CentOS] release

2010-03-21 Thread Kai Schaetzl
You may want to consider adding some details if you want an answer. Kai -- Get your web at Conactive Internet Services: http://www.conactive.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Looking for experiences with filesystem choices....

2010-03-21 Thread Tom Bishop
Lots of opinions out there and I have read and read, so I have a home server that I have finally setup with a hot swap hdd cage and what I am planning on doing is copying my data drive every other day and rotating them offsite, haven't figured out how often though. So I did my first test last nigh

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Ned Slider
Niki Kovacs wrote: > Hi, > > I've setup a small LAN of two desktops running CentOS 5 in a medical > office. Both are connected to the Internet via a small modem/router. > > Recently I played around with FreeNX on my own desktop, and I'd like to > install it on these two computers. On my PC, I j

Re: [CentOS] Looking for experiences with filesystem choices....

2010-03-21 Thread Timo Schoeler
On 03/21/2010 04:01 PM, Tom Bishop wrote: > Lots of opinions out there and I have read and read, so I have a home > server that I have finally setup with a hot swap hdd cage and what I am > planning on doing is copying my data drive every other day and rotating > them offsite, haven't figured out h

Re: [CentOS] Looking for experiences with filesystem choices....

2010-03-21 Thread Tom Bishop
Thanks Timo I'll go read that... On 3/21/10, Timo Schoeler wrote: > On 03/21/2010 04:01 PM, Tom Bishop wrote: >> Lots of opinions out there and I have read and read, so I have a home >> server that I have finally setup with a hot swap hdd cage and what I am >> planning on doing is copying my data

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Niki Kovacs
Ned Slider a écrit : > Choose a random unused high port number (above 1023) > > http://www.iana.org/assignments/port-numbers. > >> 2) How do I configure these different ports ? By that, I mean : how do I >> tell SSH to use them instead of port 22 ? >> > > http://wiki.centos.org/HowTos/Network/

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Les Mikesell
Niki Kovacs wrote: > Hi, > > I've setup a small LAN of two desktops running CentOS 5 in a medical > office. Both are connected to the Internet via a small modem/router. > > Recently I played around with FreeNX on my own desktop, and I'd like to > install it on these two computers. On my PC, I j

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Stephen Harris
On Sun, Mar 21, 2010 at 05:03:12PM +0100, Niki Kovacs wrote: > Now I can ssh into my two machines from the outside, using my public IP > address. E. g. : > > # ssh my.ip.add.res -p 10022 --> I'm logged into bernadette > > # ssh my.ip.add.res -p 10023 --> Logs me into raymonde [ Key changed...

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Ned Slider
Les Mikesell wrote: > Niki Kovacs wrote: >> Hi, >> >> I've setup a small LAN of two desktops running CentOS 5 in a medical >> office. Both are connected to the Internet via a small modem/router. >> >> Recently I played around with FreeNX on my own desktop, and I'd like to >> install it on these t

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Craig White
On Sun, 2010-03-21 at 17:03 +0100, Niki Kovacs wrote: > Ned Slider a écrit : > > > Choose a random unused high port number (above 1023) > > > > http://www.iana.org/assignments/port-numbers. > > > >> 2) How do I configure these different ports ? By that, I mean : how do I > >> tell SSH to use th

Re: [CentOS] Looking for experiences with filesystem choices....

2010-03-21 Thread Ned Slider
Tom Bishop wrote: > Lots of opinions out there and I have read and read, so I have a home server > that I have finally setup with a hot swap hdd cage and what I am planning on > doing is copying my data drive every other day and rotating them offsite, > haven't figured out how often though. So I d

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Niki Kovacs
Les Mikesell a écrit : > > You don't really need to change the ports on the hosts. Just configure the > router to accept different ports on the internet side and redirect to port 22 > at > the different IP addresses on the inside. Then you only have to change the > client settings for access

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread JohnS
On Sun, 2010-03-21 at 17:29 +0100, Niki Kovacs wrote: > Les Mikesell a écrit : > > > > You don't really need to change the ports on the hosts. Just configure the > > router to accept different ports on the internet side and redirect to port > > 22 at > > the different IP addresses on the insi

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Niki Kovacs
Stephen Harris a écrit : > >>From "man ssh_config" look into CheckHostIP > > For example: > > Host bernadette > HostName my.ip.add.ress > Port 10022 > HostKeyAlias bernadette > CheckHostIP no > > Host raymonde > HostName my.ip.add.ress > Port 10023 > HostKeyAlia

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Simon Billis
Hi Nikki, Niki Kovacs sent a missive on 2010-03-21: > Les Mikesell a écrit : >> >> You don't really need to change the ports on the hosts. Just configure >> the router to accept different ports on the internet side and redirect >> to port 22 at the different IP addresses on the inside. Then yo

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Les Mikesell
Niki Kovacs wrote: > Les Mikesell a écrit : >> You don't really need to change the ports on the hosts. Just configure the >> router to accept different ports on the internet side and redirect to port >> 22 at >> the different IP addresses on the inside. Then you only have to change the >> cli

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Les Mikesell
Ned Slider wrote: > >>> 2) How do I configure these different ports ? By that, I mean : how do I >>> tell SSH to use them instead of port 22 ? >> You don't really need to change the ports on the hosts. Just configure the >> router to accept different ports on the internet side and redirect to po

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Niki Kovacs
Les Mikesell a écrit : > > Yes, just pick different port numbers for the router to redirect to port 22 > at > each internal IP. Then everything works normally internally and externally > you > use 'ssh -p nnn public_address' where your port number will be the one > redirected to the inte

Re: [CentOS] release

2010-03-21 Thread William Warren
On 3/21/2010 9:31 AM, mattias wrote: > I upgraded my centos from 5.0 to 5.4 > But i still see 5.0 n the version number > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > did you reboot? __

Re: [CentOS] release

2010-03-21 Thread mattias
The /etc/issue Looks fine But way i not sure are I think the openvpn are not in the centos 5.4 repo I no openvpn are in centos 5.0 but no in 5.4 Sorry my english -Ursprungligt meddelande- Från: centos-boun...@centos.org [mailto:centos-boun...@centos.org] För Robert Heller Skickat: den 21 m

Re: [CentOS] release

2010-03-21 Thread mattias
[r...@vps ~]# rpm -qi centos-release Name: centos-release Relocations: (not relocatable) Version : 5 Vendor: CentOS Release : 4.el5.centos.1Build Date: tor 1 okt 2009 14.28.40 Install Date: sön 21 mar 2010 14.20.07

Re: [CentOS] release

2010-03-21 Thread Michel van Deventer
Hi, On Sun, 2010-03-21 at 19:30 +0100, mattias wrote: > [r...@vps ~]# rpm -qi centos-release > > Name: centos-release Relocations: (not relocatable) > > Version : 5 Vendor: CentOS > > Release : 4.el5.centos.1Build Dat

Re: [CentOS] Looking for experiences with filesystem choices....

2010-03-21 Thread Les Mikesell
Ned Slider wrote: > Tom Bishop wrote: >> Lots of opinions out there and I have read and read, so I have a home server >> that I have finally setup with a hot swap hdd cage and what I am planning on >> doing is copying my data drive every other day and rotating them offsite, >> haven't figured out h

Re: [CentOS] Looking for experiences with filesystem choices....

2010-03-21 Thread JohnS
On Sun, 2010-03-21 at 14:35 -0500, Les Mikesell wrote: > Ned Slider wrote: > > Tom Bishop wrote: > >> Lots of opinions out there and I have read and read, so I have a home > >> server > >> that I have finally setup with a hot swap hdd cage and what I am planning > >> on > >> doing is copying my

[CentOS] sendmail sending out on port 587

2010-03-21 Thread Gregory P. Ennis
Dear List, I recently spent some time out of the USA, and found myself in a hotel that blocked port 25 which prevented my laptop's ability to connect to my office mail server. I did a scan on the internet and made the observation that this was a common problem. I had port 22 available so I was a

Re: [CentOS] Looking for experiences with filesystem choices....

2010-03-21 Thread Les Mikesell
JohnS wrote: > > > BUT: Since you have one server get a good raid 1 sata card and use it > like arecca. You don't have to invest a fortune in it. Finally rsynce > is going to bite you in the a$$ copying live data. It may work perfect > for the first few times but in the end it will get you. Y

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread Les Mikesell
Gregory P. Ennis wrote: > Dear List, > > I recently spent some time out of the USA, and found myself in a hotel > that blocked port 25 which prevented my laptop's ability to connect to > my office mail server. I did a scan on the internet and made the > observation that this was a common problem.

Re: [CentOS] Looking for experiences with filesystem choices....

2010-03-21 Thread Tom Bishop
So let me add some more detail, I have a hot swap disk cage that currently has my backup data on it almost all of them are in VM's. That disk is my primary data disk, all I need/want to do is to copy that data periodically to another disk that I then can rotate offsite, so I will have 2 more disks

Re: [CentOS] Looking for experiences with filesystem choices....

2010-03-21 Thread JohnS
On Sun, 2010-03-21 at 16:20 -0500, Tom Bishop wrote: > So let me add some more detail, I have a hot swap disk cage that > currently has my backup data on it almost all of them are in VM's. > That disk is my primary data disk, all I need/want to do is to copy > that data periodically to another di

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread Gregory P. Ennis
On Sun, 2010-03-21 at 16:18 -0500, Les Mikesell wrote: > Gregory P. Ennis wrote: > > Dear List, > > > > I recently spent some time out of the USA, and found myself in a hotel > > that blocked port 25 which prevented my laptop's ability to connect to > > my office mail server. I did a scan on the

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread JohnS
On Sun, 2010-03-21 at 16:47 -0500, Gregory P. Ennis wrote: > If you have other ideas would appreciate your assistance. > --- I have an idea... Dump Sendmail on your laptop!!! Use Evolution or Pine to fetch and read your mail from your office server. Seems a way lot simpler the sendmail.mc way

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread Jobst Schmalenbach
Install dovecot on the server. Use firewall rules to block out all networks for 993 BUT the network of your laptop (whatever ISP your on). Use thunderbird (or whatever) to read you email. I do that with all our mobiles/laptops. Jobst On Sun, Mar 21, 2010 at 03:55:47PM -0500, Gregory P. Enn

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread Gregory P. Ennis
O n Sun, 2010-03-21 at 18:07 -0400, JohnS wrote: > > > > If you have other ideas would appreciate your assistance. > > > --- > I have an idea... Dump Sendmail on your laptop!!! > > Use Evolution or Pine to fetch and read your mail from your office > server. Seems a way lot simpler the sendmai

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread Gregory P. Ennis
On Mon, 2010-03-22 at 09:21 +1100, Jobst Schmalenbach wrote: > Install dovecot on the server. > Use firewall rules to block out all networks for 993 BUT > the network of your laptop (whatever ISP your on). > Use thunderbird (or whatever) to read you email. > > I do that with all our mobiles/lapt

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-21 Thread Robert Spangler
On Sunday 21 March 2010 10:54, Niki Kovacs wrote: > Recently I played around with FreeNX on my own desktop, and I'd like to > install it on these two computers. On my PC, I just redirected port 22 > in the router, so SSH (and thus FreeNX) requests from the outside get > redirected to my deskto

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread Kahlil Hodgson
On 22/03/10 10:01, Gregory P. Ennis wrote: > I had been doing what you suggested above. This resulted in being able > to read all e-mail, but I could not send any e-mail in that port 25 was > being blocked by the hotel. I use thunderbird and have configured it to use multiple outgoing SMTP server

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread Gregory P. Ennis
On Mon, 2010-03-22 at 10:25 +1100, Kahlil Hodgson wrote: > On 22/03/10 10:01, Gregory P. Ennis wrote: > > I had been doing what you suggested above. This resulted in being able > > to read all e-mail, but I could not send any e-mail in that port 25 was > > being blocked by the hotel. > > I use th

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread Les Mikesell
Gregory P. Ennis wrote: > > On Mon, 2010-03-22 at 09:21 +1100, Jobst Schmalenbach wrote: >> Install dovecot on the server. >> Use firewall rules to block out all networks for 993 BUT >> the network of your laptop (whatever ISP your on). >> Use thunderbird (or whatever) to read you email. >> >> I d

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread Robert Nichols
On 03/21/2010 07:25 PM, Les Mikesell wrote: > Gregory P. Ennis wrote: >> >> On Mon, 2010-03-22 at 09:21 +1100, Jobst Schmalenbach wrote: >>> Install dovecot on the server. >>> Use firewall rules to block out all networks for 993 BUT >>> the network of your laptop (whatever ISP your on). >>> Use thu

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread Gregory P. Ennis
On Sun, 2010-03-21 at 15:55 -0500, Gregory P. Ennis wrote: > Dear List, > > I recently spent some time out of the USA, and found myself in a hotel > that blocked port 25 which prevented my laptop's ability to connect to > my office mail server. I did a scan on the internet and made the > observat

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread Christopher Chan
> The other common option is to use port 465 for smtp over ssl - which should be > something you can activate by uncommenting lines in your sendmail.mc and most > clients handle. Or use an outside account like gmail or yahoo that does this. Please do not promote port 465 when everything else oth

Re: [CentOS] sendmail sending out on port 587

2010-03-21 Thread JohnS
On Sun, 2010-03-21 at 22:55 -0500, Gregory P. Ennis wrote: > However, I did find an easy solution for evolution to use smtp on port > 587. I will record it here so that anyone looking for this in the > future will have the right methodology. > > All I had to do was to place the port number af

[CentOS] fsck problems

2010-03-21 Thread sync
hi , guys: when i reboot the server today ,the screen displays this ; --- Setting hostname xxx [OK] Your system appears to have shut down uncleanly Press Y within 1 seconds to force file system integrity check

Re: [CentOS] fsck problems

2010-03-21 Thread Eero Volotinen
2010/3/22 sync : > hi , guys: > > >  when i reboot the server today ,the screen displays this ; > > --- > Setting hostname xxx  [OK] > > Your system appears to have shut down uncleanly > Press Y within 1 seconds to