User Tools

Site Tools


computing:miscadmin

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
computing:miscadmin [2024/05/04 15:29] oemb1905computing:miscadmin [2024/05/05 11:48] (current) oemb1905
Line 313: Line 313:
 Setting ufw to allow connections to only certain subnets. Setting ufw to allow connections to only certain subnets.
  
-  ufw allow from 192.168.1.0/24 to any proto tcp port 8006 +  ufw allow from 10.16.16.0/24 to any proto tcp port 8006 
-  +  ufw allow from 10.36.36.0/24 to any proto tcp port 8006 
 +  ufw allow from 10.16.16.0/24 to any proto tcp port 22 
 +  ufw allow from 10.36.36.0/24 to any proto tcp port 22 
 +  ufw allow from 10.16.16.0/24 to any proto tcp port 80 
 +  ufw allow from 10.36.36.0/24 to any proto tcp port 80 
 +  ufw allow from 10.16.16.0/24 to any proto tcp port 443 
 +  ufw allow from 10.36.36.0/24 to any proto tcp port 443 
 Establish NIC name using mac:ID Establish NIC name using mac:ID
  
Line 325: Line 332:
   gsettings set org.gnome.desktop.background show-desktop-icons false   gsettings set org.gnome.desktop.background show-desktop-icons false
   xdg-mime query default inode/directory   xdg-mime query default inode/directory
- 
- 
      
- --- //[[webmaster@haacksnetworking.org|oemb1905]] 2024/05/04 15:28//+ --- //[[webmaster@haacksnetworking.org|oemb1905]] 2024/05/05 11:45//
computing/miscadmin.txt · Last modified: 2024/05/05 11:48 by oemb1905