2
인터페이스 브로드 캐스트 주소를 수동으로 설정해야합니까?
오래된 net-tools에서 스크립트를 변환하고 있습니다. ifconfig eth0 192.168.2.1 netmask 255.255.255.0 iproute2로 : ip link set eth0 up ip addr add 192.168.2.1/24 dev eth0 새 명령은 기본적으로 브로드 캐스트 주소를 설정하지 않습니다. 뭐였 어: 1: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP link/ether 1c:6f:65:c5:d6:d7 brd ff:ff:ff:ff:ff:ff inet 192.168.2.1/24 brd 192.168.2.255 …