User Tools

Site Tools


distros:opensuse_tumbleweed_server

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
Next revisionBoth sides next revision
distros:opensuse_tumbleweed_server [2024/05/10 21:24] Sean Rhonedistros:opensuse_tumbleweed_server [2024/06/02 12:00] Sean Rhone
Line 109: Line 109:
 <code>nmcli con show</code> <code>nmcli con show</code>
  
-<code>sudo nmcli connection modify 'enp2s0' 'ipv4.dns' '9.9.9.9,149.112.112.112,1.1.1.2'</code>+<code>sudo nmcli connection modify 'enp3s0' 'ipv4.dns' '192.168.1.1,9.9.9.9,149.112.112.112'</code>
  
-<code>sudo nmcli connection modify 'enp2s0' 'ipv6.dns' '2620:fe::fe,2620:fe::9,2606:4700:4700::1112'</code>+<code>sudo nmcli connection modify 'enp3s0' 'ipv6.dns' '2620:fe::fe,2620:fe::9,2606:4700:4700::1112'</code>
  
-<code>sudo nmcli connection modify 'enp2s0' 'ipv4.address' '192.168.1.152/24'</code>+<code>sudo nmcli connection modify 'enp3s0' 'ipv4.address' '192.168.1.152/24'</code>
  
-<code>sudo nmcli connection modify 'enp2s0' 'ipv4.gateway' '192.168.1.1'</code>+<code>sudo nmcli connection modify 'enp3s0' 'ipv4.gateway' '192.168.1.1'</code>
  
-<code>sudo nmcli connection modify 'enp2s0' 'ipv4.method' 'manual'</code>+<code>sudo nmcli connection modify 'enp3s0' 'ipv4.method' 'manual'</code>
  
-<code>sudo nmcli connection up 'enp2s0'</code>+<code>sudo nmcli connection up 'enp3s0'</code>
  
 ===== lm_sensors ===== ===== lm_sensors =====
Line 150: Line 150:
 ===== Time ===== ===== Time =====
  
-  * :!: 2024/05/06: Even though ''chrony'' does NTP sync, it doesn't seem to write it to the hardware clock which is usually wrong after a CMOS reset ((starting Firefox quickly after rebooting has a wrong system clock certificate failure error))+  * :?: 2024/05/06: On GNOME, even though ''chrony'' does NTP sync, it doesn't seem to write it to the hardware clock which is usually wrong after a CMOS reset ((starting Firefox quickly after rebooting has a wrong system clock certificate failure error)); it's not known if this affects Server
   * This sets the hardware clock to the current system/OS clock   * This sets the hardware clock to the current system/OS clock
   * TODO: Figure out ''chrony'' command to do NTP sync   * TODO: Figure out ''chrony'' command to do NTP sync
C:/www/wiki/data/pages/distros/opensuse_tumbleweed_server.txt · Last modified: 2024/06/02 12:33 by Sean Rhone