ifconfig eth0 46.16.73.50 netmask 255.255.255.0
route add default gw 46.16.73.1
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 46.16.73.50
netmask 255.255.255.0
gateway 46.16.73.1
ifdown eth0
ifup eth0
ping Hostname
date /t
time /t
route print
ipconfig /all
netstat
netstat -e
route print
or netstat -r
tracert
and ping in/out
nslookup hostname DNS-Server
nslookup hostname DNS-Server
date
traceroute
ping Hostname
arp -n
ip address list
ip route show
ip neighbour show
iptables --list --numeric --verbose
cat /etc/sysconfig/network-scrips/ifcfg-eth*
cat /etc/network/interfaces
cat /etc/resolv.conf
netstat tcp --udp --numeric -a
-p
apt-get install ethtool -y
yum install ethtool.x86_64 -y
ip link set mtu 1500 dev [device_name]
apt-get install ethtool -y
yum install ethtool.x86_64 -y
ethtool -K [device_name] tx on tso on