Site Tools


linux:ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:ubuntu [2025/07/29 04:23] adminentlinux:ubuntu [2025/11/11 22:03] (current) Name
Line 48: Line 48:
 Configure firewall Configure firewall
 sudo ufw allow 123/udp</code> sudo ufw allow 123/udp</code>
 +
 +====IPv4 Static Config===
 +<code>network:
 +    version: 2
 +    renderer: networkd
 +    ethernets:
 +        ens33:
 +            addresses:
 +                - 10.30.10.62/24
 +            nameservers:
 +                search: [vsphere.local]
 +                addresses: [10.30.10.1]
 +            routes:
 +                - to: default
 +                  via: 10.30.10.1</code>
 ====IPv6 DNS Config==== ====IPv6 DNS Config====
 <code>root@dns:/etc/netplan# cat 00-interfaces.yaml  <code>root@dns:/etc/netplan# cat 00-interfaces.yaml 
linux/ubuntu.1753763026.txt.gz · Last modified: by adminent