This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:ubuntu [2025/02/17 23:37] – created - external edit 127.0.0.1 | linux:ubuntu [2025/11/11 22:03] (current) – Name | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| 2.1T 6783bc23-58cd10f8-12df-b8ca3a70f900 | 2.1T 6783bc23-58cd10f8-12df-b8ca3a70f900 | ||
| 270.0M | 270.0M | ||
| + | |||
| + | ====Configure NTP==== | ||
| + | < | ||
| + | To check Ubuntu version | ||
| + | lsb_release -a | ||
| + | sudo apt update -y | ||
| + | sudo apt upgrade -y | ||
| + | sudo apt install chrony -y | ||
| + | sudo nano / | ||
| + | Configure NTP servers | ||
| + | add | ||
| + | allow | ||
| + | or add | ||
| + | allow 192.168.1.0/ | ||
| + | or add | ||
| + | allow 192.168.1.1/ | ||
| + | save and quit | ||
| + | sudo systemctl restart chrony.service | ||
| + | sudo chronyc | ||
| + | sources | ||
| + | View NTP sources and statrum status | ||
| + | exit | ||
| + | |||
| + | Configure firewall | ||
| + | sudo ufw allow 123/ | ||
| + | |||
| + | ====IPv4 Static Config=== | ||
| + | < | ||
| + | version: 2 | ||
| + | renderer: networkd | ||
| + | ethernets: | ||
| + | ens33: | ||
| + | addresses: | ||
| + | - 10.30.10.62/ | ||
| + | nameservers: | ||
| + | search: [vsphere.local] | ||
| + | addresses: [10.30.10.1] | ||
| + | routes: | ||
| + | - to: default | ||
| + | via: 10.30.10.1</ | ||
| + | ====IPv6 DNS Config==== | ||
| + | < | ||
| + | network: | ||
| + | version: 2 | ||
| + | ethernets: | ||
| + | ens34: | ||
| + | dhcp4: no | ||
| + | dhcp6: no | ||
| + | addresses: | ||
| + | - 2001: | ||
| + | accept-ra: true | ||
| + | nameservers: | ||
| + | addresses: | ||
| + | - 10.31.11.31 | ||
| + | - 2001: | ||
| + | search: | ||
| + | - ciscoworldtour.com | ||
| + | routes: | ||
| + | - to: default | ||
| + | via: 2001: | ||
| + | metric: 1 | ||
| + | on-link: true | ||
| + | |||
| + | root@dns:/ | ||
| + | |||
| + | https:// | ||
| ====Backlinks==== | ====Backlinks==== | ||
| [[: | [[: | ||