Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Virtual IP/NIC Problems

Status
Not open for further replies.

100mbs

MIS
Feb 14, 2002
142
US
I have 2 NICs in the a SUN E4500 running Solaris 8.

I have a few virtual IP's that have been setup and they are working fine but i am having problems with a new Virtual IP/NIC that i just setup.

For some reason i can not ping this new IP from a Workstation but i can ping the others that are similar.

See below for ScreenShots of my configs. If you see what i did wrong please let me know.

I appreciate it.


1. ifconfig hme1:2 plumb

2. ifconfig hme1:2 inet 10.10.103.34 netmask 255.255.255.0 broadcast + up

3. ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
ge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172.18.33.17 netmask ffffff00 broadcast 172.18.33.255
ether 8:0:20:c5:fb:80
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.10.103.17 netmask ffffff00 broadcast 10.10.103.255
ether 8:0:20:bd:17:3a
hme0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.10.103.31 netmask ffffff00 broadcast 10.10.103.255
hme1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
inet 198.183.164.xxx netmask ffffff00 broadcast 198.183.164.255
ether 8:0:20:bd:17:3a
hme1:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
inet 198.183.164.xxx netmask ffffff00 broadcast 198.183.164.255
hme1:2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
inet 10.10.103.34 netmask ffffff00 broadcast 10.10.103.255







4. netstat -rn

Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
198.183.164.xxx 10.10.103.1 UGH 1 0
198.183.164.xxx 10.10.103.1 UGH 1 0
10.10.103.0 10.10.103.17 U 1 14 hme0
10.10.103.0 10.10.103.31 U 1 0 hme0:1
10.10.103.0 10.10.103.34 U 1 0 hme1:2
198.183.164.0 198.183.164.xxx U 1 17 hme1
198.183.164.0 198.183.164.xxx U 1 0 hme1:1
172.18.33.0 172.18.33.17 U 1 0 ge0
172.18.0.0 10.10.103.1 UG 1 43
224.0.0.0 10.10.103.17 U 1 0 hme0
default 198.183.164.1 UG 1 31
127.0.0.1 127.0.0.1 UH 9 80 lo0
 
Wrong interface.
You have net 10 on hme0
You have net 198 on hme1

You probably meant to put it on hme0.
eugene
 
Eugene,

Thanks for the help. That worked....

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top