User Tools

Site Tools


interface_up_down_command

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
Last revisionBoth sides next revision
interface_up_down_command [2024/01/12 14:06] walkeradmininterface_up_down_command [2024/01/12 14:07] walkeradmin
Line 11: Line 11:
 ==== Set Network Interface Down ==== ==== Set Network Interface Down ====
 To set a network interface down on Alma Linux 8 you need to use the following: To set a network interface down on Alma Linux 8 you need to use the following:
-\\  
 \\  \\ 
     ip link set {interface name} down     ip link set {interface name} down
 +    
     e.g.     e.g.
     ip link set eno2 down     ip link set eno2 down
 +\\ 
 +==== Set Network Interface Up ====
 +To set a network interface down on Alma Linux 8 you need to use the following:
 +\\ 
 +    ip link set {interface name} up
 +    
 +    e.g.
 +    ip link set eno2 up
 +\\ 
 \\  \\ 
  
interface_up_down_command.txt · Last modified: 2024/01/12 14:07 by walkeradmin