Explain how to configure a host network interface bge0 or bge1 or bge2 or bge3 with IP address?
James 23-December-2007 01:49:46 PM

Comments


www.opensolaris.com/use/network_administration.pdf
Posted by crouse


www.opensolaris.org/os/.../networking/readme.hxbt
Posted by crouse


9. Also you need to add the IP or hostname exactly how it appear in /etc/host file and add that hostname or IP in /etc/ hostname.bge3
10. Either reboot or do Ifconfig bge3 down/up to bring the interface with new IP

Posted by Sandeepen


1. Document the current and new IP addresses, netmasks and static routes
2. Do a ifconfig –a
3. Document cat /etc/hosts, cat /etc/netmask, netstat –rn
4. Login as root
5. ifconfig bge# plumb example ifconfig bge3 plumb
6. ifconfig bge3 192.10.235.100 255.255.255.248 arp
Ignore an error message if it is displayed:
ifconfig: setifdstaddr: SIOCSLIFDSTADDR:bge3:Cannot assign requested address
7. check with ifconfig -a
8. Same applies for any other interface
Posted by Sandeepen



Posted: 26-December-2007 04:13:17 PM By: Sandeepen

1. Document the current and new IP addresses, netmasks and static routes
2. Do a ifconfig –a
3. Document cat /etc/hosts, cat /etc/netmask, netstat –rn
4. Login as root
5. ifconfig bge# plumb example ifconfig bge3 plumb
6. ifconfig bge3 192.10.235.100 255.255.255.248 arp
Ignore an error message if it is displayed:
ifconfig: setifdstaddr: SIOCSLIFDSTADDR:bge3:Cannot assign requested address
7. check with ifconfig -a
8. Same applies for any other interface

Posted: 26-December-2007 04:15:49 PM By: Sandeepen

9. Also you need to add the IP or hostname exactly how it appear in /etc/host file and add that hostname or IP in /etc/ hostname.bge3
10. Either reboot or do Ifconfig bge3 down/up to bring the interface with new IP

Posted: 25-September-2009 09:42:56 AM By: crouse

www.opensolaris.org/os/.../networking/readme.hxbt

Posted: 25-September-2009 09:51:09 AM By: crouse

www.opensolaris.com/use/network_administration.pdf