Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux ip forwarding

# Enable IP forwarding
sudo sysctl -w net.ipv4.ip_forward=1 			# IPv4
sudo sysctl -w net.ipv6.conf.all.forwarding=1 	# IPv6

# Check status
sudo sysctl net.ipv4.ip_forward					# IPv4
sudo sysctl net.ipv6.conf.all.forwarding=1		# IPv6
Comment

PREVIOUS NEXT
Code Example
Shell :: heroku cli deploy 
Shell :: ssh-add could not open a connection to your authentication agent centos 
Shell :: There are no commands defined in the "ide-helper" 
Shell :: kill xcode from command line 
Shell :: stop port ubintu 
Shell :: ubuntu gpg 2 
Shell :: mongodb list users 
Shell :: ImportError: lxml not found, please install it 
Shell :: packages required to install psycopg2 
Shell :: ubuntu proxmox guest agent 
Shell :: ubuntu virtualbox 1920x1080 
Shell :: git clone --recurse-submodules 
Shell :: how to get the temp of cpu in linux terminal raspberry pi 
Shell :: install google chrome in ubuntu 20.04 
Shell :: bash strip preceeding white space 
Shell :: source.list kali linux 
Shell :: insall git onec2 
Shell :: bash list process on port 
Shell :: how to install mongodb on ubuntu 22.04 
Shell :: Error: ENOSPC: System limit for number of file watchers reached 
Shell :: docker output ps format 
Shell :: conda install boto3 
Shell :: set go111module= on 
Shell :: git abort mmerge 
Shell :: remove snap package 
Shell :: bash display items in array 
Shell :: docker start all containers 
Shell :: busy port 
Shell :: Your browser or operating system is no longer supported. You may need to install the latest updates to your operating system. 
Shell :: git error invalid path 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =