2024-05-15, 09:53 PM
My IP address is set on static and I had to do this 2 awnsers to stopping my server from searching for 2 min before really start.
https://askubuntu.com/questions/972215/a...erver-17-1
My netplan .yaml config
# This is the network config written by 'subiquity'
network:
version: 2
wifis:
wlp2s0:
access-points:
wifi_doe:
password: *******************
dhcp4: false
addresses:
- 192.168.0.253/24
routes:
- to: 0.0.0.0/0
via: 192.168.0.254
nameservers:
addresses:
- 1.1.1.1
- 8.8.8.8
https://askubuntu.com/questions/972215/a...erver-17-1
My netplan .yaml config
# This is the network config written by 'subiquity'
network:
version: 2
wifis:
wlp2s0:
access-points:
wifi_doe:
password: *******************
dhcp4: false
addresses:
- 192.168.0.253/24
routes:
- to: 0.0.0.0/0
via: 192.168.0.254
nameservers:
addresses:
- 1.1.1.1
- 8.8.8.8