Configure dual stack on existing Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Configure dual stack on existing Solaris 10
# 1  
Old 11-15-2016
Configure dual stack on existing Solaris 10

I have a Solaris 10 server with the following interfaces:
Code:
  ifconfig -a
  lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1  inet 127.0.0.1 netmask ff000000 
  e1000g0: flags=209040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER,CoS> mtu 1500 index 2 inet xxx.xxx.xxx.52 netmask ffffff00 broadcast xxx.xxx.xxx.255 groupname nicgroup
  e1000g0:1: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 2 inet xxx.xxx.xxx.50 netmask ffffff00 broadcast xxx.xxx.xxx.255
  nxge0: flags=209040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER,CoS>  mtu 1500 index 3 inet xxx.xxx.xxx.53 netmask ffffff00 broadcast xxx.xxx.xxx.255 groupname nicgroup
  nxge0:1: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 3 inet xxx.xxx.xxx.51 netmask ffffff00 broadcast xxx.xxx.xxx.255
  nxge3: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 4 inet xxx.xxx.xxx.53 netmask ffff0000 broadcast xxx.xxx.255.255

I am trying to configure IPV6 on the IPV4 e1000g0:1 interface. I keep getting a bad address every time I try to do it.
Code:
#ifconfig e1000g0:1 inet6 plumb
ifconfig: e1000g0:1: bad address

your help is very much appreciated .
Regards

Last edited by e_mikey_2000; 11-15-2016 at 06:08 PM.. Reason: removed font tags
# 2  
Old 11-15-2016
# 3  
Old 11-15-2016
Corrected Syntax and still does not work,
# 4  
Old 11-15-2016
What was the used command? And what was the error message, if any?
# 5  
Old 11-16-2016
Code:
# ifconfig e1000g0:1 inet6 plumb
ifconfig: plumb: SIOCLIFADDIF: e1000g0:1: no such interface

# 6  
Old 11-16-2016
Try this one first:
Code:
# ifconfig e1000g0 inet6 plumb

# 7  
Old 11-16-2016
That commands works. However, e1000g0 has a different IP address than e1000g0:1. I want to be able to do it for e1000g0:1
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Dual screen in Solaris 10

Hi. I have a question.. how can i do a dual screen in CME with the same desktop.. with consule.. ?! sry for wrong selection in forum. (1 Reply)
Discussion started by: defs
1 Replies

2. Solaris

dual boot solaris/solaris zfs file system

Hi, I am running into a some problems creating a dual boot system of 2 solaris instances using ZFS file system and I was wondering if someone can help me out. First some back ground. I have been asked to change the file system of our server from UFS to ZFS. Currently we are using Solaris... (3 Replies)
Discussion started by: estammis
3 Replies

3. Windows & DOS: Issues & Discussions

Need to install red hat linux on existing windows vista OS as dual boot

HI ALL, I need to install linux on already existing windows vista OS. I tried to install linux,am getting error while creating patitions, i)selected manula patition with grude option.. after that when i m selecting free space to create mount points, its giving error "could not allocate... (2 Replies)
Discussion started by: jack00423
2 Replies

4. Solaris

Solaris and Xp in dual boot

Hello,I've a big problem. On my hd I've Windows Xp and after I've installed Solaris 10. Solaris now run perfectly but I can't boot the Xp partition.I've tried with grub super disk and I receive an error 12 when I try to boot the Windows partition.However with the windows cd the partition is... (2 Replies)
Discussion started by: bgf0
2 Replies

5. Solaris

solaris dual boot

hi ;) So I have 2 HDD (SATA and ATA). On the SATA I've installed WindwosXP and now I want to install solaris 10 on the ATA disk. Is it possible if the ATA disk is primary to make dual boot ? thank you very much (0 Replies)
Discussion started by: nocture
0 Replies

6. Solaris

Dual Solaris On same Disk

Hi, I have a 120GB Hard disk on SUN Blade 1500 machine. Is it possible to have Solaris 8 and Solaris 10 on same disk. In case if it is possible, then what would be the initail steps to be carried out before installation. Thanks in advance. (1 Reply)
Discussion started by: amit_sapre
1 Replies

7. UNIX for Dummies Questions & Answers

solaris dual boot

Hello friends, On sparc 5 with solaris 8 i like to have dual boot with solaris 9. is this correct that the minimum memmory must be 96 mb for dual boot? do you recommand dual boot on unix? solaris 8 will be the testing environment and solaris 9 the production. does any one has this type... (5 Replies)
Discussion started by: grep
5 Replies

8. UNIX for Dummies Questions & Answers

Dual Boot Solaris 8

Greetings, I have learned much since joining the message board, but I was unable to locate any information concerning dual booting Solaris with Windows on a machine with standardized equipment. I have read on the sun.com page that it is possible and can even be pushed to the rear partition, but... (3 Replies)
Discussion started by: TStoddard
3 Replies
Login or Register to Ask a Question