On Sun, 2009-06-07 at 22:02 -0700, Kevin Pan wrote: > I have a queston on Solaris 10 (not OpenSolaris; I cannot find a forum for > Solaris 10, so I am posting here.):
The networking forum at forums.sun.com is likely to be helpful to you in the future: http://forums.sun.com/forum.jspa?forumID=903 > I would like to configure multiple external IP address listening on the > same physical device on Solaris 10. Of course, these external IPs are on > the same subnet. How do I do that? I tried several approach but it does > not work. I think this is very simple, and I would appreciate if someone > could point it out. Thanks! You can add additional addresses to your /etc/hostname.<intf> file by adding ifconfig "addif" command lines to the file. For example: addif 10.11.12.13/24 up You can add multiple such lines in the file associated with a given interface, one for each address that you need to add. To have the configuration take effect immediately without rebooting, simply type the ifconfig commands by hand (e.g., "ifconfig bge0 addif 10.11.12.13/24 up"). -Seb _______________________________________________ networking-discuss mailing list [email protected]
