このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
- 03 Zed editor 設定 [Windowsでビルド]
- 09 ↷ 50_dialy:2025:09:09 から 50_dialy:2025:09:08 へページを名称変更しました。
- 06 ↷ 50_dialy:2025:06 から 50_dialy:2025:09:06 へページを移動しました。
最近の更新
文書の過去の版を表示しています。
このIP追加方法だと、secondaryとしてIPが追加される。
# ip addr add 192.168.100.5/24 brd 192.168.100.255 dev eth0
# ip addr del 192.168.100.5/24 brd 192.168.100.255 dev eth0
# ip -4 a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
inet 127.0.0.1/8 scope host lo
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
inet 192.168.100.195/24 brd 192.168.100.255 scope global eth0
inet 192.168.100.1/24 brd 192.168.100.255 scope global secondary eth0
inet 192.168.100.5/24 brd 192.168.100.255 scope global secondary eth0
ip link add link eth1 name eth1.210 type vlan id 210
ip link set eth1.210 up
ip link set eth1.210 down
ip link del eth1.210