Difference between revisions of "BIRD: Konfigurasi IP interface"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Login ke appliance BIRD Di Shell sudo ifconfig eth1 192.168.2.1 netmask 255.255.255 sudo ifconfig eth0 192.168.1.1 netmask 255.255.255 ==Pranala Menarik== * TCP/IP: A...")
 
 
Line 2: Line 2:
  
 
Di Shell
 
Di Shell
 +
 +
==IPv4==
  
 
  sudo ifconfig eth1 192.168.2.1 netmask 255.255.255
 
  sudo ifconfig eth1 192.168.2.1 netmask 255.255.255
 
  sudo ifconfig eth0 192.168.1.1 netmask 255.255.255
 
  sudo ifconfig eth0 192.168.1.1 netmask 255.255.255
 +
 +
==IPv6==
 +
 +
sudo ifconfig eth0 2001::1/64
 +
 +
==Cek==
 +
 +
ifconfig
 +
netstat -nr
 +
 +
ip -6 route
 +
ip route
 +
 +
  
  

Latest revision as of 09:55, 15 January 2019

Login ke appliance BIRD

Di Shell

IPv4

sudo ifconfig eth1 192.168.2.1 netmask 255.255.255
sudo ifconfig eth0 192.168.1.1 netmask 255.255.255

IPv6

sudo ifconfig eth0 2001::1/64

Cek

ifconfig
netstat -nr
ip -6 route
ip route



Pranala Menarik