i am doing a project in which i have to use xen to create virtualised environment.I have already done this.
now i am using the following setup
host os :- opensuse 11.1with ip 192.168.9.19 and with aliasing ip 192.16.9.14
guest os1:- opensuse 11.1 with ip 192.168.9.107
guest os2:- opensuse 11.1 with ip 192.16.9.13
Step 1 : In Hyper-v Machine i have created two Virtual Ports.
Step 2 : Now for these two diff ports two ip address with different subnet mask(e.g 192.168.9.19 and 192.16.9.20)have been assigned(and have checked using ifconfig).
Step 3 : In Host machine i have added one subnetmask for one machine next one for another machine,however i m not able to ping both the ports from either of the machines having static ip 192.168.9.13 or having ip 192.16.9.107.
Step 4 : If i add same subnet mask for both machine it is pinging properly between 2 machines.
This applies to my 2 opensuse PC's, my Windows PC is fine.I can ping a hostname, say "PC1" but I can not ping PC1.domain.local (even the host PC can not ping it's own FQDN). When I ping just the hostname the ping stats even list the FQDN.Onto the next issue, since all my PC's, have the domain prefix domain.local, my Synology can not. I can ping it's IP and that is it. I can resolve it's name with nmblookup just fine tho and that is what is killing me. How is this not resolving.Even weirder, I can browse to "Synology" in Network Servers under places on the slab.
I just installed open Suse 11.3, and I cannot SSH my school. Upon further investigation I could not even ping any machines outside my local area network. Ironically I could nmap machines outside my local area network.
I installed openSUSE on one of my work system. The network port wasn't working when I was installing, but works fine now (checked in Windows). But for some reason, I am not able to configure the network. I used both Dynamic and Static IPs (both work fine in Windows) but still no go. I am using Yast Control Center for this purpose. I can't even ping the default gateway when I am using custom settings. When I use dynamic settings, it says Unreachable Network.
I'm new to SuSe and lateley I was trying to establish a Network, when some weired problems occured. I was able to establish the network and i have connection to the internet. The suse-machine is rechable by ping from all the other computers in the network. If I'm tryiing to ping the other computers from the suse-machine, nothing happens. The router responds without packet loss, but every other ping occurs in:
From 192.168.2.6: icmp_seq=2 Destination Host Unreachable From 192.168.2.6: icmp_seq=3 Destination Host Unreachable From 192.168.2.6: icmp_seq=4 Destination Host Unreachable From 192.168.2.6: icmp_seq=5 Destination Host Unreachable
I've been searching for some ideas to solve this problem but couldn't find any.
i have installed virtualbox on centos , and installed xp as a guest os. my LAN is on 10.200.2.x/24 network inorder to avoid conflict i have given centos ip as 10.200.2.191/24 and a virtual ip 192.168.56.4/24 my gateway is 10.200.2.1 i am able to ping from my guest os to host os the ip address but not the gateway inorder for internet connectivity
I have VirtualBox v3.1.0 r55467 running on f12 2.6.31.6-162.fc12.i686. The guest is Windows XP SP3. I need to enable bridged mode for the virtual network interface on the guest. Everytime I enable bridge mode the following error occurs.
Quote:
Failed to start the virtual machine Windows XP. Failed to open/create the internal network 'HostInterfaceNetworking-wlan0' (VERR_SUPDRV_COMPONENT_NOT_FOUND). One of the kernel modules was not successfully loaded. Make sure that no kernel modules from an older version of VirtualBox exist. Then try to recompile and reload the kernel modules by executing '/etc/init.d/vboxdrv setup' as root (VERR_SUPDRV_COMPONENT_NOT_FOUND). When I run '/etc/init.d/vboxdrv setup' i get the following compilation error:
Quote:
Stopping VirtualBox kernel module [ OK ] Removing old VirtualBox netadp kernel module [ OK ] Removing old VirtualBox netflt kernel module [ OK ]
[code]....
dmesg gives me nothing. I have scoured the web .. and even asked on #vbox and #fedora cant get.
i'm trying to setup a permanent CIFS share from my nas, but it keeps prompting for a password dispite GUEST access set on the share.FStab is as follows:
Code: //192.168.0.253/media/ /mnt/nas1_media/ cifs guest,_netdev 0 0 if i do
Not sure if this post belongs here, but here it is.
Host: Win server 2003 Guest: Ubuntu server
Host: IS able to ping guest. Firewall is OFF. NOT able to access guest (which is a web-server) at browser. Guest: NOT able to ping host. Running a web server, you can check the website: (pegajosa.com) is running under that virtual Linux server.
Problem: guest needs to access host's sql database and/or any resources.
I'm a Windows person and will soon be tasked with UNIX/LINUX projects. I'm trying to learn as much as possible in a very short period of time. I'm very familiar with VMPlayer and VirtualBox. Recently I installed OpenSUSE 11.3 as a guest OS on VMPlayer (bridged network). The host is WinXP. I have also enabled shared folder to the host @ CRepositoryInstalls. Question - How do I access the shared folder from OpenSUSE (the guest OS) and vice-versa?
OpenSUSE installed in a Virtualbox Virtual Machine and I want to set a shared folder.
1 - Set up a Virtual Machine and install OpenSUSE 11.2
2 - Create a shared folder on host (HostFolder)
3 - Setup the shared folder in Virtualbox Via the Virtual Machine details or via Devices > Shared Folders...
4 - Install dependencies for running the Virtualbox installer You need to install the right development kernelpackage for your machinetype (use 'zypper search -i kernel' to see what's installed) sudo zypper make gcc kernel-source kernel-hosttype/default-devel
5 - Run the Virtual Machine and go to Devices > Guest Additions This mounts an iso image in your OpenSUSE guest.
6 - Open a root terminal and run
cd /usr/src/linux make oldconfig && make prepare && make scripts && make dep cp ../linux-obj/$HOSTTYPE/default/Module.symvers . make prepare
* A commenter on previously mentioned thread says this step is unnecessary but it doesn't work without on my system. I suggest trying step 7 first and returning to step 6 if that fails. *
7 - Run ./VirtualboxLinux yourhosttype .run from the mounted iso image.
8 - Create shared folder in OpenSUSE (GuestFolder)
9 - Test with sudo mount -t vboxsf HostFolder /home/user/GuestFolder It works? Great! Let's set up the system so it automounts for your regular useraccount instead of root-only access.
10 - Add this line to /etc/fstab HostFolder /home/user/GuestFolder vboxsf defaults,uid=1000,gid=1000 0 0
11 - It works for me but if it still doesn't automount after a reboot; sudo mount -a
I'm running openSUSE 11.2 (Linux piura 2.6.31.12-0.2-desktop #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 x86_64 x86_64 x86_64 GNU/Linux) and have a network problem. At work, ethernet works fine. When I plug it into my DSL router at home (which works with other computers), I encounter the following behavior: ping can resolve host names, however, traceroute and Firefox and Thunderbird cannot. It happens for both wired and wireless connections.
unreachable computer's ifconfig reports xxx.xxx.xxx.37 but when I ping that address from another computer it says "Destination Host Unreachable" (all the other computers on the LAN can ping each other except this one particular computer)I can ping other computers from the unreachable computer just fine...
Originally after an installation of openSUSE 11.4, I had no internet connection at all, even when connecting with ethernet cable. But then I tried switching back to YaST and then back to Network Manager, and restarted a couple times, and now I have internet connection. DNS is also working, for Ping. The problem is that firefox does not use DNS and cannot resolve host names. I can use Firefox with IP numbers.
I have configured connection properly through mobile phone (SonyEricsson C510) by bluetooth. I get dynamic IP address and can ping everything but can't ping my IP adress which was automaticaly granted, from outside. SuseFirewall is stopped.
I am using an virtual machine. where I need to ping from one machine to another. earlier I was able to ping. But after going to google.com once, I cannot ping back to this machine.
But if I gave ping -I eth1 <IP> then I can ping.
I cannot install any package, so tell me solution which includes not installing any package.
I've been trying to understand how Linux creates the network/interfaces on a machine (been reading the Linux admin guide), but as I'm pretty new to this subject, I've got lost in the forest.
To provide with my goal: 1.) Learn about network setups on Linux 2.) Be able to maintain my own (virtual) network 3.) Configure my (virtual) network
I have a Suse 11.2 machine named "susepc" on a network with some other windows machines. From the Suse 11.2 machine, I try ping winpchere winpc is the name of a windows machine on the LAN but the name resolves to an odd ip address:PING winpc.HOMENET (72.215.225.9)he "HOMENET" is the correct name of the windows workgroup, but the ip address is completely wrong. My LAN is based on 10.20.x.x and the winpc ip address should be 10.20.0.100. I can "ping 10.20.0.100" and it works correctly.Some things:- DHCP server is on the router- pinging from winpc to susepc works perfectly ("ping susepc" resolves to the correct IP address 10.20.0.101 and the pings respond)- "net view" on winpc lists the susepc - SAMBA is installed on susepc- the Netbios name is set to susepc- I have a shared folder on susepc that I can see, create files in, etc. on winpc with no problems.- IPV6 is disabled on susepc- I have tried setting up susepc as a WINS server (Wins Support) - I have tried setting up susepc as a Local Network Browser
I setup Xen guest at my home computer following this tutorial: [URL] In vm, network does not work. I tried with type=ioemu but no success and then I get messages like this
kernel:[10703.223592] unregister_netdevice: waiting for vif3.0 to become free. Usage count = 3
Host is 192.168.0.2 and network is working properly on it. Guest is 192.168.1.11, gateway 192.168.1.1. I tried to change guest to 192.168.0.11, gateway 192.168.0.2, then 192.168.0.1 with no success.
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.
I'm running Fedora 10 as host to vmplayer guests (win98se, Ubuntu 9.04). Each can connect to the Samba server and give me access to my home directory and 'backup' partition. Samba and nfs are both running. So far so good.
I've just installed Fedora 11 as a vmplayer guest. When I click Places > Network Nautilus opens up showing only Windows Network. Double-click on this item and I get a pop-up message: "Unable to mount location. Failed to retrieve share list from server." SELinux is disabled for the moment. I tried to mount the 'backup' partition: mount -t ext3 catinthehat2:/archive /mnt/archive but get the message: mount: special device catinthehat2:/archive does not exist.
I am not able to connect to the internet via Ubuntu guest in Vmware Workstation. Here is the ipconfig:
Here is the ifconfig -a:
I have the vmware os settings to connect through a nat connection and I am able to ping domains however I am unable to open a page in either firefox or chrome.
I'm trying to install the Guest Additions for a VM running a guest Lucid Lynx Server. The problem I'm encountering is this: The vboxadd-install.log for vbox says it "couldn't find the sources of your current Linux kernel" and to "Specify KERN_DIR=<directory> and run Make again."
I currently have VirtualBox installed on my Ubuntu 9.10 Desktop. I have windows xp as a guest os and it has network shares on it. My question is, is there a way for another computer to access those network drives on the guest os in virtualbox? I don't want to search for hours on end on google, a simple no would be fine - however if it is possible let me know because when I am in windows on another computer that has windows as a host os it sees it in the windows network folder but it says "....network location not found" or something similar but it still shows a pc picture of the virtual os of the virtual box program running in ubuntu.