Re: [CentOS] Cisco DPC3825 - Web Server

2013-08-08 Thread John R Pierce
On 8/8/2013 4:23 PM, Fidel Dominguez wrote: > The router is connected by network cable, and the only thing that changes > in the configuration of the router was add the web server IP to the DMZ > zone. since we have no idea what your network topology is, and what "DMZ" means in this context, meh

Re: [CentOS] Cisco DPC3825 - Web Server

2013-08-08 Thread Fidel Dominguez
This is the error messages: "Server error The server for http://www.mydomain.com took too long to respond. It may be overloaded. Error code: 504" Any idea??? On Thu, Aug 8, 2013 at 4:23 PM, Fidel Dominguez wrote: > The router is connected by network cable, and the only thing that changes > i

Re: [CentOS] Cisco DPC3825 - Web Server

2013-08-08 Thread Fidel Dominguez
The router is connected by network cable, and the only thing that changes in the configuration of the router was add the web server IP to the DMZ zone. On Thu, Aug 8, 2013 at 3:28 PM, John R Pierce wrote: > On 8/8/2013 2:46 PM, Fidel Dominguez wrote: > > The IP to access my router via web fro

Re: [CentOS] Cisco DPC3825 - Web Server

2013-08-08 Thread John R Pierce
On 8/8/2013 2:46 PM, Fidel Dominguez wrote: > The IP to access my router via web from the local network is 192.168.100.1, > and the IP of the server I put in the DMZ is 192.168.0.17. assuming the network masks for both those are /24 (255.255.255.0) they won't be able to communicate directly as th

Re: [CentOS] Cisco DPC3825 - Web Server

2013-08-08 Thread Eliezer Croitoru
How exactly is the Cisco related to the CentOS server?? If ssh works then you should get the same result unless the device is loaded and not fit for the job!! How do you setup this cisco device?? by CLI or other methods? try this: http://www.cisco.com/web/consumer/support/modem_DPC3825.html#~user-g

Re: [CentOS] forcing linux kernel 3 to recognize cdrom as hdX

2013-08-08 Thread John R Pierce
On 8/8/2013 8:09 AM, Oguz Yilmaz wrote: > I have a problem with older version of anaconda linux installer. I have > upgraded kernel in my distro, but, when this anaconda boot with new 3.4.52 > kernel, can NOT find cdrom. As far as I understand, this is because the new > kernel recognize cd drive as

[CentOS] Cisco DPC3825 - Web Server

2013-08-08 Thread Fidel Dominguez
Friends I have the following Cisco DPC3825. Enter the settings and put in the DMZ web server that I have, but when I try to access it from another network I get the error code 504, which is the gateway problem. I can access the server via ssh without problems. Research on google for 3 days and can

Re: [CentOS] forcing linux kernel 3 to recognize cdrom as hdX

2013-08-08 Thread Ljubomir Ljubojevic
On 08/08/2013 05:09 PM, Oguz Yilmaz wrote: > Hello, > > I have a problem with older version of anaconda linux installer. I have > upgraded kernel in my distro, but, when this anaconda boot with new 3.4.52 > kernel, can NOT find cdrom. As far as I understand, this is because the new > kernel recogni

Re: [CentOS] forcing linux kernel 3 to recognize cdrom as hdX

2013-08-08 Thread Eero Volotinen
how about using initrd-inject? https://lists.fedoraproject.org/pipermail/virt/2011-January/002508.html -- Eero 2013/8/8 Oguz Yilmaz > As you can see from my post in kickstart list, this method will not work. > > -- > Oguz YILMAZ > > > On Thu, Aug 8, 2013 at 8:11 PM, Manish Kathuria < > mkath

Re: [CentOS] repoforge :: is it still active?

2013-08-08 Thread Ljubomir Ljubojevic
On 08/08/2013 05:42 PM, Adrian Sevcenco wrote: > On 08/07/2013 08:27 PM, Reindl Harald wrote: >> >> >> Am 07.08.2013 19:12, schrieb Adrian Sevcenco: >>> On 08/07/2013 06:41 PM, Patrick Flaherty wrote: They off up their SRC rpms right? Grab the .spec file and have a go at >>> i already did this

Re: [CentOS] forcing linux kernel 3 to recognize cdrom as hdX

2013-08-08 Thread Oguz Yilmaz
As you can see from my post in kickstart list, this method will not work. -- Oguz YILMAZ On Thu, Aug 8, 2013 at 8:11 PM, Manish Kathuria < mkathu...@tuxtechnologies.co.in> wrote: > On Thu, Aug 8, 2013 at 9:03 PM, Oguz Yilmaz >wrote: > > > Actually I have tried lots of things. As far as I see,

Re: [CentOS] forcing linux kernel 3 to recognize cdrom as hdX

2013-08-08 Thread Manish Kathuria
On Thu, Aug 8, 2013 at 9:03 PM, Oguz Yilmaz wrote: > Actually I have tried lots of things. As far as I see, this is not as > simple as a symlink. Anaconda C application find CDROM according to some > info provided by kernel. Also, Anaconda stage1 has a very limited debug > option. I have possibili

Re: [CentOS] repoforge :: is it still active?

2013-08-08 Thread Adrian Sevcenco
On 08/07/2013 08:27 PM, Reindl Harald wrote: > > > Am 07.08.2013 19:12, schrieb Adrian Sevcenco: >> On 08/07/2013 06:41 PM, Patrick Flaherty wrote: >>> They off up their SRC rpms right? Grab the .spec file and have a go at >> i already did this (for el6 - see below) .. i have the rpms, but at thi

Re: [CentOS] forcing linux kernel 3 to recognize cdrom as hdX

2013-08-08 Thread Oguz Yilmaz
Actually I have tried lots of things. As far as I see, this is not as simple as a symlink. Anaconda C application find CDROM according to some info provided by kernel. Also, Anaconda stage1 has a very limited debug option. I have possibilities to recompile kernel with some options or run kickstart

Re: [CentOS] forcing linux kernel 3 to recognize cdrom as hdX

2013-08-08 Thread Manish Kathuria
On Thu, Aug 8, 2013 at 8:39 PM, Oguz Yilmaz wrote: > Hello, > > I have a problem with older version of anaconda linux installer. I have > upgraded kernel in my distro, but, when this anaconda boot with new 3.4.52 > kernel, can NOT find cdrom. As far as I understand, this is because the new > kerne

[CentOS] forcing linux kernel 3 to recognize cdrom as hdX

2013-08-08 Thread Oguz Yilmaz
Hello, I have a problem with older version of anaconda linux installer. I have upgraded kernel in my distro, but, when this anaconda boot with new 3.4.52 kernel, can NOT find cdrom. As far as I understand, this is because the new kernel recognize cd drive as srX, scdX instead of older hdX with 2.6

[CentOS] CentOS-announce Digest, Vol 102, Issue 6

2013-08-08 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

Re: [CentOS] problem configuring grub for a dual-boot

2013-08-08 Thread Ljubomir Ljubojevic
On 08/08/2013 12:04 PM, Vanhorn, Mike wrote: > > I tried the suggestion of swapping the disks assignments: > >> Try telling grub to swap the disks: >> >>> title Windows 7 >> map (hd1) (hd0) >> map (hd0) (hd1) >>> rootnoverify (hd1,0) >>> chainloader +1 > > But that still just gets me > > >

Re: [CentOS] problem configuring grub for a dual-boot

2013-08-08 Thread Vanhorn, Mike
I tried the suggestion of swapping the disks assignments: >Try telling grub to swap the disks: > >> title Windows 7 >map (hd1) (hd0) >map (hd0) (hd1) >> rootnoverify (hd1,0) >> chainloader +1 But that still just gets me invalid EFI file path Error 1: Filename must be either an absolute pa

Re: [CentOS] Openssl vulnerability - SSL/ TLS Renegotion Handshakes

2013-08-08 Thread Alexander Dalloz
Am 08.08.2013 09:04, schrieb Anumeha Prasad: > Thanks for the update. > > I'd updated most of my rpms to CentOS 5.9. I'd even updated openssl > to openssl-0.9.8e-22.el5_8.4 (though now the latest is version > is openssl-0.9.8e-26.el5_9.1). My concern is that even upgrading openssl to > version ope

Re: [CentOS] Openssl vulnerability - SSL/ TLS Renegotion Handshakes

2013-08-08 Thread Anumeha Prasad
Thanks for the update. I'd updated most of my rpms to CentOS 5.9. I'd even updated openssl to openssl-0.9.8e-22.el5_8.4 (though now the latest is version is openssl-0.9.8e-26.el5_9.1). My concern is that even upgrading openssl to version openssl-0.9.8e-26.el5_9.1 might not solve my problem. This i