Solaris DHCP Client. The term “client” is sometimes used to refer to a physical machine that is performing a client role on the network. However, the DHCP client described here is a software entity. The startup scripts issue the ifconfig interface dhcp start command, which instructs dhcpagent to start DHCP as described in How DHCP Works.

Hi, I am not able to change my netmask for bge0 NIC. I've just run Oracle CRS installer and it changed my netmask. I didn't install CRS. bash-3.00# ifconfig -a lo0: flags=2001000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 bge0: flags=1000843 mtu 1500 index 2 inet 10.160.19.49 netmask ff000000 broadcast 10 ifconfig is a system administration utility in Unix-like operating systems for network interface configuration.. The utility is a command-line interface tool and is also used in the system startup scripts of many operating systems. ifconfig — Configure Network Interface Parameters Synopsis /sbin/ifconfig interface [address-family][address [dest-address]] [up][down][auto-revarp][netmask mask][broadcast address] [metric n][mtu n][tsrc address][tdest address] … - Selection from Solaris™ 8 System Administrator's Reference [Book] I have 2 interfaces on Solaris box # ifconfig -a lo0: flags=2001000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=10008

Solaris のネットワークインタフェースを設定する ifconfig コマンドの引数で-a や plumb オプションは有名ですが、-a と plumb オプション を続けて使用するコマンド "ifconfig -a plumb" って使った事ありますか?

On Solaris 11 the ifconfig command is considered legacy and is being replaced by ipadm. ipadm show-addr will show the IP addresses on the system for Solaris 11 and later.

Sun Solaris Servers Network Configuration Guide (SPARC Platform Only) To bind an IP address to a Network Interface Card #ifconfig -a --- to check the configuration #ifconfig qfe0 plumb --- to enable the first Network Interface Card #ifconfig qfe0 netmask up --- to bind IP address, subnet, and enable the configuration

Remove a virtual interface in Solaris - Tech-Recipes: A Oct 03, 2003 Solaris UNIX: How to Setup DNS Client configuration / name Jan 28, 2005 Netmask is not set properly in Solaris 10 | Oracle Community Oct 15, 2007 solaris 10 route add on specific interface - Server Fault