Linux Network Commands Flashcards
Network connections
watch ss -tp
TCP connections
netstat -ant
UDP connections
netstat -anu
Established connections
lsof -i
Access Windows SMB share
smb:///share
Mount Windows share
share user x.x.x.x c$
SMB connect
smbclient -U user \\\
Set IP and netmask
ifconfig eth# /
Set virtual interfaces
ifconfig eth0:1 /
Set GW
route add default gw
Change MTU size
ifconfig eth# mtu [size]
Change MAC
export MAC=xx:xx:xx:xx:xx:xx
Change MAC
ifconfig hw ether
Backtrack MAC changer
macchanger -m
Built-in WiFi scanner
iwlist scan
Domain lookup for IP
dig -x
Domain lookup for IP
host
Domain SRV lookup
host -t SRV __tcp.url.com
DNS Zone Xfer
dig @ domain -t AXFR
DNS Zone Xfer
host -l
Print existing VPN keys
ip xfer state list
Adds ‘hidden’ interface
ip addr add / dev eth0
List DHCP assignments
/var/log/messages | grep DHCP
Block ip:port
tcpkill host and port
Turn on IP Forwarding
echo “1” > /proc/sys/net/ipv4 ip_forward
Add DNS Server
echo “nameserver x.x.x.x” > /etc/resolv.conf