Red Hat / Fedora :: Network On RHEL 6 Virtual Host Installation - Not Working
Feb 25, 2011
i installed RHEL 6 as virtual host on one of the blades on HP enclosure. i set up network on eth0 and started it but i cannot even ping gateway from within this installation. i logged in as root. i set up everything such as IP, netmask, gateway, nameserver etc.
View 1 Replies
ADVERTISEMENT
Jun 16, 2011
I have setup apache webserver on RHEL5 working fine for months now. Next task is to add another domain name to the webserver using the same IP address. I have been trying to set up apache name based virtual host for the past several days without success. Each time I try elinks [URL] it went to the main page sales.example1.com. Main page sales.example1.com is on DNS but 2nd domain [URL] is not created on DNS yet. I just doing testing first on /etc/hosts.
10.145.13.10 sales.example1.com sales
10.145.13.10 www.exampletst.com
I have tried googling, search forum, and read documentation. I have checked my httpd.conf file several times but there must be some simple step or config error that I might miss:
Apache version is 2.2.3. Output of my httpd.conf file:-
NameVirtualHost *:80
# Default Virtual Host
<VirtualHost *:80>
ServerName sales.example1.com
DocumentRoot /var/www/html
DirectoryIndex index.html index.shtml index.php
</VirtualHost>
<VirtualHost *:80>
ServerName www.exampletst.com
DocumentRoot /var/www/virtual/tours
ErrorLog /var/log/httpd/tours_error_log
CustomLog /var/log/httpd/tours_access_log common
DirectoryIndex index.html index.shtml
<Directory "/var/www/virtual/tours/">
Options Indexes FollowSymLinks Includes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
View 11 Replies
View Related
May 1, 2011
can not ping from host (RHEL 6) to RHEL 5 in (virtual)? I have stopped iptables on both machines. But still not able to ping from host machine to virtual.
View 1 Replies
View Related
Feb 1, 2010
I am preparing for the RHCE and would like to get some feedback on network installation.
1. How can we practice network installation on the Vista? I have installed CentOS installed using VMware desktop on Vista windows?
2. In exam do we get network server installed or we have to install it?
View 1 Replies
View Related
Mar 9, 2010
I just intalled OpenSuse 11.2 on VmWare Server 2.0.2, the network is configured as Bridged and is sucefully configured a fixed IP in my network. Ok... The problem is... I can ping / trace all addresses from OpenSuse console. But I Can't wget all of them... It's a random thing. the same address that trace's ok, don't work for HTTP.
View 2 Replies
View Related
Sep 29, 2009
1) My Internet connection is COMCAST with a router box and one public IP address.2) My web server is Apache using 10.1.10.200 as its address.3) Now I want to add another host name (www.myhealth.com) on my server. I did DNS forwardin (with Godaddy) to my COMCAST static IP address.4) I also added (in my httpd.conf) a block for virtual hosting
View 4 Replies
View Related
Jan 16, 2011
I had made following entries in my httpd.conf file at centos5.5.
###########################
Listen 80
Listen 8080
Listen 8085[code]....
When i am trying to access the any directory other on port *80, its not being accessible from the static ip which is routed through a DMZ server. http://122.165.35.9:8085 something like this returns the error "could not connect to web browser"
View 3 Replies
View Related
Dec 29, 2009
installing Virtual Box on Fedora 12 (host O/S)? I need to install Fedora 12 then Virtual Box, then any other OSes as VMs? A list of available VMs under Fedora 12 / Virtual Box would be nice as well with any helpful hints on installing these VMs.
View 1 Replies
View Related
Dec 30, 2009
Anyone have any guides to installing Virtual Box on Fedora 12 (host O/S)? I need to install Fedora 12 then Virtual Box, then any other OSes as VMs? A list of available VMs under Fedora 12 / Virtual Box would be nice as well with any helpful hints on installing these VMs.
View 3 Replies
View Related
Jun 28, 2010
My laptop is running Linux Mint 9 and I am trying to install Fedora 13 in a virtual machine within Virtualbox. However, it's not working. It takes forever to get past the initial white/blue loading bar when it first boots and then it just goes white, so I can't see anything. I've already tried modifying the bootline parameter of the live CD to include noprobe, noacpi, noapic, nousb, and nofirewire. However, the result is the same. Am I missing something? Is it possible to install this?
View 1 Replies
View Related
Oct 30, 2009
Bit of an odd one, this. I've migrated a website from my old server to a new machine. Both servers run Ubuntu + Apache2. Both only serve a single site, apart from the default site.I've flipped the domain name to the new IP address.The trouble is that after moving the virtual host config over into sites-available, with the necessary link in sites-enabled, Apache attempts to serve from the default web root (/var/www) rather than the actual site content (in /var/www/technology). So for example, an attempt to browse.
View 1 Replies
View Related
Dec 13, 2010
I plan to use our RHEL6 server as a host for three virtual database servers. When allocating CPU and memory, how much do I need to retain for the the host?
View 3 Replies
View Related
Jul 3, 2009
apache virtual host to limit the concurrent connections of virtual hosts? Taking into account the host of each virtual user's home directory can also have more than one subdirectory, which should be restricted to a subdirectory. Is beyond the control of the operation of these sites in a subdirectory. Best local restrictions or limitations to the overall situation.
View 1 Replies
View Related
Apr 21, 2010
I'm having an issue with setting up the virtual hosts on my web server. I have 2 virtual hosts (example1.com, example2.com). example1.com works but example2.com is sent to the index file of example1.com. I did some searching on google and it seems the problem might be with my /etc/hosts file.
First virtual host that the second is also directed to...in sites-available/sites-enabled (note port 80 is blocked by my isp so I use 8080)
Code:
Second virtual host file
Code:
And my hosts file
Code:
# The following lines are desirable for IPv6 capable hosts
Also I'm using a dyndns.org...would that make a difference?
View 2 Replies
View Related
Jan 8, 2010
Is there anyway for one Virtual Server to access the main host, or another Virtual Server? Or would they be totally 100% independent?
View 5 Replies
View Related
Nov 22, 2010
I want to create a virtual host and virtual ip in proftpd linux centos. can anyone please help me on this,I'm new in linux.
View 8 Replies
View Related
Apr 17, 2010
I installed apache server on my Fedora 12. Its showing the test page 127.0.0.1, but when I give the address 97.168.234.76 (0r www.chaalu-kam.com), it tells that the requested url could not be retrieved.
I have made the following additions to the /etc/httpd/conf/httpd.conf file
Code:
NameVirtualHost 97.158.234.76
<VirtualHost 97.158.234.76>
ServerName www.chaalu-kam.com
DocumentRoot /var/www/html/
[Code]....
View 1 Replies
View Related
Mar 17, 2011
you add a rule which allows a virtual machine to connect to ssh on the main fedora host?so connecting from a virtual machine to the main fedora host installation? I think i have to use an iptables command but not really sure
View 3 Replies
View Related
Jun 26, 2010
FC13/KDE
How do I make a Guest img on hard drive and install Guest on a FC13 host? Is there a set of instruction for doing it on a FC13 host? I went to this website for the FC13 KVM instructions, but near the bottom of page 1 he starts off with making a Guest, Debian Lenny, on ubuntu. Chapter 4 Creating A Debian Lenny Guest (Image-Based).
He has got me so confused at this point on whether he is installing a Fedora or Ubuntu Guest. On that 1st page all steps for making a Host is completed on my Host computer. [URL]. I have got the Windows XP disk in the CD ROM ready to go. If you do a Google search on KVM. Any prior instructions just does not work for Fedora 13
View 2 Replies
View Related
Apr 15, 2010
I need some advice about virtual hosting on opensuse 11.1. I have about 6 domains running on the server. I use Webmin and Virtualmin on my server. Everything is working ok but I feel that I do something wrong
1. Lets say I have [URL] web and mail server running. When I write [URL] on my browser, the site is coming up but when I also write [URL] and I see the same page. There is no record on apache for [URL], there is only DNS record for the mail server. What do I do wrong?
2. Apache conf. is as below; do you think is it better to write "any" on address section instead of ip? What is the difference?
Address 88.11.11.111 (ip isn't true) Port 80Server Name domainname.com Document Root /srv/www/domainname.com/public_html
3. IP Address is the same for all domains. How I can configure that; when I write the ip address on my browser, only the specific site which I choose will be opened? Whichever I created last, that site is opening right now.
View 4 Replies
View Related
Jul 1, 2009
I've created a virtual host and when I try to access it it displays the root of the Default Server. Running Fedora 11. This works fine in our Fedora 8, same configuration.
192.168.0.200
Default server is set to
Listen 80
virtual server
[Code]....
View 2 Replies
View Related
Nov 8, 2010
In first place i am sorry about my horrible English. I want to make a web site with a virtual host of apache visible by all the computers connected to my networking. I put this in the end of the file "/etc/httpd/conf/httpd.conf"("192.168.1.194" is the IP address of my computer. The default gateway IP address is "192.168.1.1"):
[Code]...
It works if i go to "http://192.168.1.194/" with the browser of the computer with apache inside, but on the others PC of my networking this method don't work!
View 2 Replies
View Related
Apr 15, 2011
I am trying to access shared folders in Virtual Box with Host OS being Windows7 and Guest OS is Fedora. Did anyone face a similar problem? I have been going through many solutions but none of them worked out. I am able to keep the required folders in Shared Folders making them Auto-Mount and Permanent. I tried to install Guest Additions from Devices, but I am not sure how to install the Guest-Additions software in Fedora. how to proceed so that I can access files in my shared folder.
View 1 Replies
View Related
Mar 14, 2010
I met network connection problem in my previous installation, so I tried a second time. But when I try to "enable your network interface", it gave me an error: "An error occurred trying tobring up the eth0 network interface.". I tried again and it just freezed there and won't work anymore.I use Comcast cable service, and a Apple Exteme station as router with gateway "10.0.1.1". This desktop is new HP e9150t with Gigabit Network card. Don't know why.
View 9 Replies
View Related
Apr 17, 2010
I installed apache server on my Fedora 12. Its showing the test page 127.0.0.1, but when I give the address 97.168.234.76 (0r www.chaalu-kam.com), it tells that the requested url could not be retrieved.
I have made the following additions to the /etc/httpd/conf/httpd.conf file
Code:
In addition to this, I have added this to my /etc/hosts file
Code:
I wanted to test the Apache server on my laptop only by putting an html file in /var/www/html and naming it as index.html. I want this index.html page to be displayed when I put www.chaalu-kam.com in my browser. What should I do? My firewall is off too
View 10 Replies
View Related
Jun 28, 2011
I'm having major network issues. I cannot get a real IP address with this RHEL installation I have. Im using a Braodcom NetLink ethernet card and the tg3 driver that came with my install cd. When I go to services it says my NetworkManager is enables but dead.
View 5 Replies
View Related
Mar 8, 2011
Create machine and it tries to boot then all I get is :- ISOLINUX 3.86 2010-04-01 ETC....... Does it even work under Virtual Box? BTW - Its rhel-server-6.0-i386-dvd.iso - Downloaded as eval from Red Hat
View 10 Replies
View Related
Jan 27, 2009
The internal network is behind nat done by the PC Router.The TP Link is recieving wireless signal from outdoors and it has switching and basic routing capabilities. I'm using the PC router for better routing options.PC Router (or R for short) is a triple-booting machine - Linux, FreeBSD and Windows. It has two lan cards - external (ext_if) - 100Mbps Realtek 8139 and internal (int_if) - 1Gbps integrated Realtek 8169.The problem is that all traffic from R to the network is slow - about 5-20K, while the traffic in the oppoiste direction is all right - about 10MB that is fine for 100Mbps cables, NICs and switches. The problem persist no matter the OS the pc R is running.I've tried some debugging on the situation as follows:
- put another PC at the place of R - everything is fine. That exclude the possibility of damaged cables, RJ-45s, switches and etc.
- connected both of the NICs to the Internet while the internal network is being disconnected and they both work fine (no delays)
- traffic shaping is not running
- there is nothing in firewalls except NATing the internal network (and it is working fine). Actually these firewall rules have been operational for more than months and everything was fine untill a week or two ago.
- changed the internal NIC with another
- connected the internal network directly to the TP and all of the PCs are getting good network performance. Then connected the R machine to the TP as well and there was good performance between the internal network PCs and R.
- R has good performance to the TP. In fact everything has good performance directly to the TP (when not connecting trough R).
- the problem persist only between R and machines from the internal network.
View 2 Replies
View Related
Feb 3, 2009
My Windows guests see my VMware Host Only folders as \.hostShared Folders But when I try to see them from a Linux guest, all I get is frustrated. No permutation of that seems to work. Because the Windows guests see the shared folders I know the host is doing its part in providing them. After two days of not finding an answer on the VMware Workstation forum I finally figured out that the problem really is how to look for them with Linux. With Linux I can turn off all NICs accept the Host Only NIC, put smb://172.16.138.1 into the address bar and see all the shares on the host, but not the folder designated as the host only folder.
View 3 Replies
View Related
Sep 21, 2009
I have two machines on my local netowrk, one running Fedora 9 and the other Fedora 11,(64 bit version).I made one, machine A, into an NSF server and arranged to export a directory to the other machine B.I made sure the firewalls were allowing nsf traffic, and I restarted all the relevant daemons.But the mounting still doesn't work.I looked at the setup on my Linksys router, but I don't see anything obvious there that might be getting in the way.ping and ssh recognize my names for the two machines and work properly, bu t I've also tried using the numeric local ip addresses.I tried with the program showmount on B to see if there was any connectivity and I getB% showmount -e Aand I get the responseclint_create:RPC: Port mapper failure - RPC: unable to receive.I used to manage a departmental network and set up nfs mounts all the time, but things were simpler then. I am at a lost what to look at next
View 14 Replies
View Related