そこで起動時にNICの確認を行っているスクリプト中の老番のethを有効にするため,若番のethはコメントアウトする.
/etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules # program, run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single # line, and change only the value of the NAME= key. # PCI device 0x1022:0x2000 (pcnet32) (custom name provided by external tool) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:1f:ce:60", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # PCI device 0x1022:0x2000 (pcnet32) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:50:56:00:00:02", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"→
# This file was automatically generated by the /lib/udev/write_net_rules # program, run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single # line, and change only the value of the NAME= key. # PCI device 0x1022:0x2000 (pcnet32) (custom name provided by external tool) #SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:1f:ce:60", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # PCI device 0x1022:0x2000 (pcnet32) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:50:56:00:00:02", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
2.クライアントのIPアドレスをstaticに変更する
/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0 BOOTPROTO=none ONBOOT=yes IPADDR=10.2.5.*** NETMASK=255.0.0.0 GATEWAY=10.1.0.1
IPアドレス割り当て
IPアドレス | 利用者名 |
10.2.5.2 | 佐藤 |
10.2.5.101 | 相木 |
10.2.5.102 | 井上 |
10.2.5.103 | 小川 |
10.2.5.104 | 川村 |
10.2.5.105 | 小暮 |
10.2.5.106 | 関野 |
10.2.5.107 | 高橋 |
10.2.5.108 | 武山 |
10.2.5.109 | 橋本 |
10.2.5.110 | 浅野 |
10.2.5.111 | 平嶋 |
10.2.5.112 | 佐々木 |
10.2.5.113 | 塩津 |
10.2.5.114 | 熊谷 |
10.2.5.115 | 内谷 |
10.2.5.116 | 大嶋 |
10.2.5.117 | 澁谷 |
10.2.5.118 | 趙 |
10.2.5.119 | 長島 |
10.2.5.120 | 溝部 |
10.2.5.121 | 山口 |
10.2.5.122 | 山崎 |
10.2.5.123 | 吉田 |
10.2.5.124 | 予備1 |
10.2.5.125 | 予備2 |
10.2.5.100 | 共有サーバ(物理サーバ) |
※初期状態でSSH可能です.
※httpd,mysql-server,PHPは別途インストールする必要があります.