Compare commits
1 Commits
main
...
Networking
| Author | SHA1 | Date | |
|---|---|---|---|
| 80aab1fa67 |
@@ -63,7 +63,7 @@ We will update the ***face enp1s0 inet dhcp***
|
|||||||
section to look like this
|
section to look like this
|
||||||
|
|
||||||
Example of updated file
|
Example of updated file
|
||||||
|
```
|
||||||
# This file describes the network interfaces available on your system
|
# This file describes the network interfaces available on your system
|
||||||
# and how to activate them. For more information, see interfaces(5).
|
# and how to activate them. For more information, see interfaces(5).
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ iface enp1s0 inet static
|
|||||||
dns-nameservers 192.168.50.254 8.8.8.8
|
dns-nameservers 192.168.50.254 8.8.8.8
|
||||||
# This is an autoconfigured IPv6 interface
|
# This is an autoconfigured IPv6 interface
|
||||||
iface enp1s0 inet6 auto
|
iface enp1s0 inet6 auto
|
||||||
|
```
|
||||||
After you have made this edit you can restart the service to get the new IP address
|
After you have made this edit you can restart the service to get the new IP address
|
||||||
|
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user