ens3?
This commit is contained in:
parent
cc69ce0a7d
commit
114ed607a8
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ while true; do
|
|||
fi
|
||||
done
|
||||
|
||||
echo -e "\nauto eth0\niface eth0 inet static\n address 192.168.1.1\n netmask 255.255.255.0\n gateway 192.168.1.1" | tee -a /mnt/etc/network/interfaces
|
||||
echo -e "\nauto ens3\niface ens3 inet static\n address 192.168.1.1\n netmask 255.255.255.0\n gateway 192.168.1.1" | tee -a /mnt/etc/network/interfaces
|
||||
|
||||
cp /mnt/root/dhcpd.conf /mnt/etc/dhcp/
|
||||
sed -i 's/^INTERFACES=.*/INTERFACES="eth0"/' /mnt/etc/default/isc-dhcp-server
|
||||
sed -i 's/^INTERFACES=.*/INTERFACES="ens3"/' /mnt/etc/default/isc-dhcp-server
|
||||
|
||||
read a
|
||||
|
|
Loading…
Reference in a new issue