SLES VM Image Networking issue

Hi All,

Actually we have one EMC product called EMC Asset management and planning(AMP), It is a VM Image and its host OS is SUSE Linux Enterprise server, now I have done all the network setting that is available through YaST ,like static IP,DNS host, Default gateway, but I am not able to access that VM on the network (not able to ping it), and there is no problem with the network, it is able to ping it self.
Please tell me Is there any other setting I need to do in order to make it available on the network or what can be the problem I am facing.

help appreciated.

Regards.

Hi
So how are you connecting from the VM to the host network, NAT, a
bridge to a physical interface?


Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.39-47-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!

[QUOTE=malcolmlewis;28428]Hi
So how are you connecting from the VM to the host network, NAT, a
bridge to a physical interface?


Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.39-47-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks![/QUOTE]

Hi malcolmlewis, Thanks for the reply,
I am connecting the VM Through Bridge to the physical interface.

Hi
So if using virt-manager you can specify that it’s using brX (where X
is your bridge number) and select the virtio device not an e1000 and
should work fine.

I’m assuming you have also used either YaST network settings to create
the bridge from the physical interface, or brctl from the command line?


Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel
3.12.43-52.6-default If you find this post helpful and are logged into
the web interface, please show your appreciation and click on the star
below… Thanks!

[QUOTE=malcolmlewis;28444]Hi
So if using virt-manager you can specify that it’s using brX (where X
is your bridge number) and select the virtio device not an e1000 and
should work fine.

I’m assuming you have also used either YaST network settings to create
the bridge from the physical interface, or brctl from the command line?


Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel
3.12.43-52.6-default If you find this post helpful and are logged into
the web interface, please show your appreciation and click on the star
below… Thanks![/QUOTE]

hi malcolm, thanks for the reply,
yes i have used YaST to configure all the network settings like assigning IP, configure DNS, setting default gateway.
and i am not aware of what you are saying virt-manager so can’t say.

Regards.

Hi
So on the host system via YaST Network Device → Network Settings, you configure the bridges, then in virt-manager you assign those to the host bridge.

Then in the VM you configure the network interfaces as per your os and requirements.

[QUOTE=malcolmlewis;28503]Hi
So on the host system via YaST Network Device → Network Settings, you configure the bridges, then in virt-manager you assign those to the host bridge.

Then in the VM you configure the network interfaces as per your os and requirements.[/QUOTE]

hi malcolmewis , thanks for the reply,

I think there is some misunderstanding. actually the host machine is a windows server8 machine and on that I have hosted a VM image with SLES OS in it.
now I have done YaST Network Device → Network Settings, please find attached images, it shows the network setting I did.
please let me know, if you found any thing helpful.

Regards

Hi mosinshaikh,

I seem to be unable to access the attachments - could you please c&p (inside code blocks, use the “#” button of the web-based forum editor or add [ C O D E ] - [ / C O D E ] around the pasted blocks) the output of “ip addr list; ip route list” from within the VM, run as user root?

Do you have other VMs on that MS Windows host that are connecting via bridged networking ? Are these on the same IP subnet as the VM in question?

Also, you might want to run “tcpdump -nvv” inside the VM to see if any incoming traffic shows up on the network interface at all. If so, it could help to see that output, too (at least for 5 or 10 traced packets).

Regards,
Jens