時(shí)間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評論(0)
激活網(wǎng)卡,配置IP地址
假如網(wǎng)卡名稱為pcn0
ifconfig -a? #查看網(wǎng)卡信息
ifconfig pcn0 plumb? #激活網(wǎng)卡
ifconfig pcn0 unplumb? #關(guān)閉網(wǎng)卡
ifconfig pcn0 192.168.1.133 netmask 255.255.255.0 up #配置IP地址
solaris要上網(wǎng)還需要配置以下四個(gè)文件:
/etc/hosts or /etc/inet/hosts
/etc/defaultrouter
/etc/resolv.conf
/etc/nsswitch.conf
其中defaultrouter與resolv.conf兩個(gè)文件需要新建
配置:
/etc/hosts or /etc/inet/hosts
127.0.0.1?? localhost
192.168.0.3 lion? loghost
/etc/defaultrouter
192.168.1.1
/etc/resolv.conf
nameserver 202.96.64.68
/etc/nsswitch.conf
hosts:?? files?? dns
關(guān)鍵詞標(biāo)簽:solaris,網(wǎng)絡(luò)配置
相關(guān)閱讀
熱門文章 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 Tomcat9.0如何安裝_Tomcat9.0環(huán)境變量配置方法 多種操作系統(tǒng)NTP客戶端配置 Linux操作系統(tǒng)修改IP
人氣排行 Linux下獲取CPUID、硬盤序列號與MAC地址 dmidecode命令查看內(nèi)存型號 linux tc實(shí)現(xiàn)ip流量限制 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 linux下解壓rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 關(guān)機(jī)、重啟、注銷 命令 查看linux服務(wù)器硬盤IO讀寫負(fù)載