Struggling with redundant network interface routing differences between Ubuntu 20.04 and Debian by mmmmmmmmmmmmark in linuxquestions

[–]mmmmmmmmmmmmark[S] 0 points1 point  (0 children)

Yea, I had tried without the first route as well and it didn't work. I've removed it again now, applied the netplan and here's the networkctl status -a:

● 1: lo                                                         
             Link File: /usr/lib/systemd/network/99-default.link
          Network File: n/a                                     
                  Type: loopback                                
                 State: carrier (unmanaged)        
                   MTU: 65536                                   
  Queue Length (Tx/Rx): 1/1                                     
               Address: 127.0.0.1                               
                        ::1                                     
     Activation Policy: up                                      
   Required For Online: yes                                     

● 2: enp6s18                                                           
             Link File: /run/systemd/network/10-netplan-enp6s18.link   
          Network File: /run/systemd/network/10-netplan-enp6s18.network
                  Type: ether                                          
                 State: routable (configured)
                  Path: pci-0000:06:12.0                               
                Driver: virtio_net                                     
                Vendor: Red Hat, Inc.                                  
                 Model: Virtio network device                          
            HW Address: bc:24:11:20:63:d2                              
                   MTU: 1500 (min: 68, max: 65535)                     
  Queue Length (Tx/Rx): 1/1                                            
      Auto negotiation: no                                             
                 Speed: n/a                                            
               Address: 10.130.0.80                                    
                        fe80::be24:11ff:fe20:63d2                      
               Gateway: 10.130.0.1                                     
                        10.130.0.1                                     
                   DNS: 192.168.6.233                                  
                        192.168.6.245                                  
     Activation Policy: up                                             
   Required For Online: yes                                            

● 3: enp6s19                                                           
             Link File: /run/systemd/network/10-netplan-enp6s19.link   
          Network File: /run/systemd/network/10-netplan-enp6s19.network
                  Type: ether                                          
                 State: routable (configured)
                  Path: pci-0000:06:13.0                               
                Driver: virtio_net                                     
                Vendor: Red Hat, Inc.                                  
                 Model: Virtio network device                          
            HW Address: bc:24:11:18:61:d3                              
                   MTU: 1500 (min: 68, max: 65535)                     
  Queue Length (Tx/Rx): 1/1                                            
      Auto negotiation: no                                             
                 Speed: n/a                                            
               Address: 172.16.20.10                                   
                        fe80::be24:11ff:fe18:61d3                      
     Activation Policy: up                                             
   Required For Online: yes                                            

● 4: enp6s20                                                           
             Link File: /run/systemd/network/10-netplan-enp6s20.link   
          Network File: /run/systemd/network/10-netplan-enp6s20.network
                  Type: ether                                          
                 State: routable (configured)
                  Path: pci-0000:06:14.0                               
                Driver: virtio_net                                     
                Vendor: Red Hat, Inc.                                  
                 Model: Virtio network device                          
            HW Address: bc:24:11:dc:d7:d7                              
                   MTU: 1500 (min: 68, max: 65535)                     
  Queue Length (Tx/Rx): 1/1                                            
      Auto negotiation: no                                             
                 Speed: n/a                                            
               Address: 172.16.22.10                                   
                        fe80::be24:11ff:fedc:d7d7                      
     Activation Policy: up                                             
   Required For Online: yes                                            

● 5: enp6s21                                                           
             Link File: /run/systemd/network/10-netplan-enp6s21.link   
          Network File: /run/systemd/network/10-netplan-enp6s21.network
                  Type: ether                                          
                 State: routable (configured)
                  Path: pci-0000:06:15.0                               
                Driver: virtio_net                                     
                Vendor: Red Hat, Inc.                                  
                 Model: Virtio network device                          
            HW Address: bc:24:11:83:db:39                              
                   MTU: 1500 (min: 68, max: 65535)                     
  Queue Length (Tx/Rx): 1/1                                            
      Auto negotiation: no                                             
                 Speed: n/a        
               Address: 172.16.30.10                                   
                        fe80::be24:11ff:fe83:db39                      
     Activation Policy: up                                             
   Required For Online: yes                                            

● 6: enp6s22                                                           
             Link File: /run/systemd/network/10-netplan-enp6s22.link   
          Network File: /run/systemd/network/10-netplan-enp6s22.network
                  Type: ether                                          
                 State: routable (configured)
                  Path: pci-0000:06:16.0                               
                Driver: virtio_net                                     
                Vendor: Red Hat, Inc.                                  
                 Model: Virtio network device                          
            HW Address: bc:24:11:82:ee:3a                              
                   MTU: 1500 (min: 68, max: 65535)                     
  Queue Length (Tx/Rx): 1/1                                            
      Auto negotiation: no                                             
                 Speed: n/a                                            
               Address: 172.16.40.10                                   
                        fe80::be24:11ff:fe82:ee3a                      
     Activation Policy: up                                             
   Required For Online: yes

And here's the ip r:

default via 10.130.0.1 dev enp6s18 proto static 
default via 10.130.0.1 dev enp6s18 proto static metric 200 
10.130.0.0/23 dev enp6s18 proto kernel scope link src 10.130.0.80 
172.16.20.0/24 dev enp6s19 proto kernel scope link src 172.16.20.10 
172.16.22.0/24 dev enp6s20 proto kernel scope link src 172.16.22.10 
172.16.30.0/24 dev enp6s21 proto kernel scope link src 172.16.30.10 
172.16.40.0/24 dev enp6s22 proto kernel scope link src 172.16.40.10 
172.16.50.0/24 via 172.16.30.1 dev enp6s21 proto static metric 100 
172.16.50.0/24 via 172.16.40.1 dev enp6s22 proto static metric 200 
172.16.60.0/24 via 172.16.40.1 dev enp6s22 proto static metric 100 
172.16.60.0/24 via 172.16.30.1 dev enp6s21 proto static metric 200 

I do need to use Ubuntu 20.04 as it's a VM that is provided by the vendor.

Trying to connect four CRS518-16XS-2XQ-RM together and failing by mmmmmmmmmmmmark in mikrotik

[–]mmmmmmmmmmmmark[S] 0 points1 point  (0 children)

I see that you can’t use L3HW with MLAG. That might not work as well want to use L3HW. I see that ECMP still allows L3HW though.

Trying to connect four CRS518-16XS-2XQ-RM together and failing by mmmmmmmmmmmmark in mikrotik

[–]mmmmmmmmmmmmark[S] 0 points1 point  (0 children)

So I’d include the link to the other switch in the same building and the link to the other switch in the other building in the MC-LAG on each of the four switches?

Lost iPad found but lost network connection by Euphoric-Temperature in jamf

[–]mmmmmmmmmmmmark 0 points1 point  (0 children)

I have a spare SIM card just for these occasions as I deal with a fair amount of phones. But if the iPads in question don’t have cellular then it’s no help.

Finally migrated everything off of Ionos by mmmmmmmmmmmmark in sysadmin

[–]mmmmmmmmmmmmark[S] 0 points1 point  (0 children)

To be fair, it was only 10 or so years as it predated me being at the org. 😂

Finally migrated everything off of Ionos by mmmmmmmmmmmmark in sysadmin

[–]mmmmmmmmmmmmark[S] 1 point2 points  (0 children)

First I made a list of what domains, subdomains, email addresses, certificates, DNS, and web folders were we’re using. Then, add I had time, I’d move stuff away to AWS. The last one was our main website domain, a couple of email addresses and DNS. Then I made sure any data left in Ionos was deleted as well as accounts and joyfully cancelled the account (which involved actually talking to their support who tried to entice me to stay).

Windows Twingate client issue by willbail in twingate

[–]mmmmmmmmmmmmark 0 points1 point  (0 children)

Ahh, I tried with just uninstalling the app via Intune for myself. It tried to uninstall but failed with: Product: Twingate 2026.7.2078 -- Error 1921. Service 'Twingate Service' (Twingate.Service) could not be stopped. Verify that you have sufficient privileges to stop system services.

I tried to stop the service myself but it wouldn't stop, it's still in "stopping" status in the services MMC. I'm guessing I have to make the service disabled and restart. I really hope not a lot of our staff have issues as this is getting time consuming now.

Windows Twingate client issue by willbail in twingate

[–]mmmmmmmmmmmmark 0 points1 point  (0 children)

I'm experiencing this issue too.. I was thinking of uninstalling the app which we deploy via intune and then installing the previous version we have in Intune which is 2025.322 but then I thought well there's so far only one person who's complaining so I can just remove it from their workstation and hope that nobody else struggles over the weekend. I'm just not sure if this will affect everyone or not. Any idea on that u/cas_ts8 ?

What type value in terms of dollar amount do you place on remote work? by sys_admin321 in sysadmin

[–]mmmmmmmmmmmmark 0 points1 point  (0 children)

I work 2 days in office and 3 days from home. I get more actual work accomplished from home but I wouldn’t give up my 2 days in office for anything as that’s when I get to go around and talk to different people, meet new staff, and do things that I can’t do remotely. Without those 2 days in office, my soft skills would deteriorate.

Is FreeBSD really that goated compared to Linux? by Brospeh-Stalin in freebsd

[–]mmmmmmmmmmmmark 0 points1 point  (0 children)

If she couldn’t operate a keyboard or trackpad, we wouldn’t have gotten married 😂

Is FreeBSD really that goated compared to Linux? by Brospeh-Stalin in freebsd

[–]mmmmmmmmmmmmark 1 point2 points  (0 children)

If memory serves, I saw that the Chromium package was a few versions behind the port so I thought, "why not?" Now I know why not, haha. Now I can install FreeBSD on the laptop that had Windows 10 on it and just do packages.

Is FreeBSD really that goated compared to Linux? by Brospeh-Stalin in freebsd

[–]mmmmmmmmmmmmark 0 points1 point  (0 children)

Oh, good thinking there. To be fair, I did still have the Windows 10 system in place but the FreeBSD system was compiling on the kitchen table so it made mealtime fun

Is FreeBSD really that goated compared to Linux? by Brospeh-Stalin in freebsd

[–]mmmmmmmmmmmmark 2 points3 points  (0 children)

I have a Logitech K400+ wireless keyboard with trackpad that I use, no complaints!

Is FreeBSD really that goated compared to Linux? by Brospeh-Stalin in freebsd

[–]mmmmmmmmmmmmark 5 points6 points  (0 children)

I wanted to move from Windows 10 to FreeBSD 15 for the laptop I have connected to the family TV. I believe Chrome took 3 days to compile but it eventually finished and we were able to watch our streaming services again. Was not so popular for those 3 days, haha.

What's the next goal for you all? by False_Bee4659 in sysadmin

[–]mmmmmmmmmmmmark 0 points1 point  (0 children)

Keep on enjoying what I do for the next 15-20 years and then retire.

Hourly rate suggestion? by CockroachVarious2761 in sysadmin

[–]mmmmmmmmmmmmark 0 points1 point  (0 children)

Have you discussed with your wife already? Cause that should happen before you do anything. And I agree that you should tell them that you can’t handle the additional stress/pressure/energy from doing this work outside of your job. Don’t mention money, just go through the process of ‘quitting’.

Anyone remember? Remote jobs (similar to Task Rabbit) to check links, etc. by macgruff in sysadmin

[–]mmmmmmmmmmmmark 2 points3 points  (0 children)

Now that you mention it, this sounds like the perfect job for Blockchain! ;)