Solaris下網路卡繫結多個IP
記錄一下Solaris下一個網路卡繫結多個IP的方法,以免用的時候找不到。
首先利用plumb啟用,然後新增ip、掩碼和廣播地址就可以了。
# ifconfig ce0:2 plumb
# ifconfig ce0:2 172.25.198.230 netmask 255.255.0.0 broadcast 172.25.255.255 up
檢查一下結果:
# ifconfig -a
lo0: flags=1000849
inet 127.0.0.1 netmask ff000000
ce0: flags=1000843
inet 172.25.198.223 netmask ffff0000 broadcast 172.25.255.255
ether 0:3:ba:38:45:67
ce0:2: flags=1000843
inet 172.25.198.230 netmask ffff0000 broadcast 172.25.255.255
ce1: flags=1000843
inet 10.0.0.2 netmask ffffff00 broadcast 10.0.0.255
ether 0:3:ba:38:45:66
如果希望這個ip在系統啟動的時候自動新增,可以將上面命令編輯成指令碼新增到/etc/rcN.d目錄下。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4227/viewspace-69196/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Windows下單網路卡繫結多個IP地址Windows
- 多塊網路卡繫結IP在linux下Linux
- Linux單網路卡繫結多IP與多網路卡共用單IPLinux
- SCO一個網路卡上面繫結多個IP地址(轉)
- SUSE linux雙網路卡繫結一個IPLinux
- Redhat linux雙網路卡繫結一個IPRedhatLinux
- Linux雙網路卡繫結單個IP之(team)Linux
- CentOS 5.4上雙網路卡(多網路卡)繫結CentOS
- liunx下雙網路卡繫結
- mysql繫結多個ip地址MySql
- RHEL5.6 多網路卡bond 繫結
- Windows 一個網路卡配多個IPWindows
- Liunx 網路卡繫結
- 雙網路卡繫結
- linux繫結多個ip(轉載)Linux
- 基於centos6.8配置多網路卡繫結CentOS
- linux下一個網路卡配置多個IPLinux
- Linux網路卡繫結Linux
- 剖析網路卡繫結模式模式
- linux 網路卡繫結Linux
- 深度分析Linux下雙網路卡繫結七種模式 多網路卡的7種bond模式原理Linux模式
- Linux下繫結網路卡的操作記錄Linux
- Linux下雙網路卡繫結bond0Linux
- Linux下設定網路卡繫結 (final)Linux
- 在 Linux 中用 nmcli 命令繫結多塊網路卡Linux
- (轉)linux 實現多網路卡繫結BondingLinux
- 一個網路卡下設定兩個ip地址
- Linux(09):網路卡繫結Linux
- linux雙網路卡繫結Linux
- Oracle RAC 與 網路卡繫結Oracle
- redhat 6.3 雙網路卡繫結Redhat
- Linux 繫結雙網路卡Linux
- Linux 雙網路卡繫結Linux
- Redhat AS 5.4 雙網路卡繫結Redhat
- 網路卡繫結七種模式模式
- centos 6.5 雙網路卡繫結CentOS
- linux rac 網路卡繫結Linux
- 【轉】redhat 雙網路卡繫結Redhat