# ifconfig     eth0    191.168.111.100     netmask   255.255.255.0   broadcast   192.168.111.255    up

  # route     add    -net    192.168.111.0    netmask    255.255.255.0    eth0

  # route    add    default    gw    192.168.111.2    dev    eth0

  # service network  restart


여기서 

2번쨰줄 맨뒤 eth0 을 dev eth0 을하고 3번쨰줄 dev eth0 을 eth0으로하면 명령어 먹혀요?