Operating System - HP-UX
1827662 Members
3471 Online
109966 Solutions
New Discussion

Re: Problem configuration vswitch (Integrity Machine 4.2)

 
Eli Daniel
Super Advisor

Problem configuration vswitch (Integrity Machine 4.2)

Hi,

I am setings vswitch in the Virtual Machine Hosts, but dont can connection in host to guess.

Anex more information(see file):

Host server (10.2.3.4)
1) hpvmnet -c S sw_lan6 -n 6
2) hpvmmodify -P sapl993 -a network:avio_lan::vswitch:sw_lan6
3) hpvmstart -p sapl993
4) ping 10.2.3.44
PING 10.2.3.44: 64 byte packets

----10.2.3.44 PING Statistics----
2 packets transmitted, 0 packets received, 100% packet loss


Guess server
1) The configuration IP in the SAM
2) sapl993:/>netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lo0 32808 127.0.0.0 127.0.0.1 638 0 638 0 0
lan12 1500 10.2.3.0 10.2.3.41 21 0 21 0 0
3) sapl993:/>ping 10.2.3.4
PING 10.2.3.4: 64 byte packets

----10.2.3.4 PING Statistics----
1 packets transmitted, 0 packets received, 100% packet loss


***********************************************
***********************************************

No connection lan in the virtual machine guess whit LAN. My PC i have same the fail:

C:\Documents and Settings\edramones>ping 10.2.3.44

Haciendo ping a 10.2.3.44 con 32 bytes de datos:

Tiempo de espera agotado para esta solicitud.
Tiempo de espera agotado para esta solicitud.
Tiempo de espera agotado para esta solicitud.
Tiempo de espera agotado para esta solicitud.

Estadísticas de ping para 10.2.3.44:
Paquetes: enviados = 4, recibidos = 0, perdidos = 4
(100% perdidos),



6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: Problem configuration vswitch (Integrity Machine 4.2)

From what you sent it is not clear if you ping the IP of the guest. (run ifconfig or nwmgr -c ... -v on the guest).

Please check this configuration again.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: Problem configuration vswitch (Integrity Machine 4.2)

Is the switch up and running?


From host do

# hpvmnet -v

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Eli Daniel
Super Advisor

Re: Problem configuration vswitch (Integrity Machine 4.2)

Hi torsten, in the anex file show the command hpvmnet.
Torsten.
Acclaimed Contributor

Re: Problem configuration vswitch (Integrity Machine 4.2)

OK, I didn't see this, sorry.


But just check IP address, mask and gateway inside the guest again.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Eli Daniel
Super Advisor

Re: Problem configuration vswitch (Integrity Machine 4.2)

Server Guest
IPv4 Address : 10.2.3.44
Subnet Mask : 255.255.255.0
Broadcast Address : 10.2.3.255

In the file /etc/rc.config.d/netconf

INTERFACE_NAME[0]="lan12"
IP_ADDRESS[0]="10.2.3.44"
SUBNET_MASK[0]="255.255.255.0"
BROADCAST_ADDRESS[0]="10.2.3.255"
INTERFACE_STATE[0]="up"
DHCP_ENABLE[0]="0"
INTERFACE_MODULES[0]=""

************************************

ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="10.2.3.1"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
ROUTE_SOURCE[0]=""

Server Guest
sapl993:/>ping 10.2.3.1
PING 10.2.3.1: 64 byte packets

----10.2.3.1 PING Statistics----
2 packets transmitted, 0 packets received, 100% packet loss



Eli Daniel
Super Advisor

Re: Problem configuration vswitch (Integrity Machine 4.2)

Thanks