Final notes. Successful boot.
This commit is contained in:
@@ -22,9 +22,9 @@ bash /usr/lib/udev/init-net-rules.sh
|
||||
We need to setup the anticipated network interface.
|
||||
```
|
||||
cd /etc/sysconfig/
|
||||
cat > ifconfig.eth0 << "EOF"
|
||||
cat > ifconfig.ens18 << "EOF"
|
||||
ONBOOT=yes
|
||||
IFACE=eth0
|
||||
IFACE=ens18
|
||||
SERVICE=ipv4-static
|
||||
IP=192.168.2.250
|
||||
GATEWAY=192.168.2.1
|
||||
|
||||
Reference in New Issue
Block a user