Networking
Jump to navigation
Jump to search
to sort and copy in
Service commands
sudo /etc/init.d/<service> restart ubuntu, restart a service sudo /etc/rc.d/<service> stop | start | restart arch, service things
route show network routes avaliable route -n show network routes avaliable, just ip
Configuration
mtr
- Arch Wiki: Configuring Network
- Linux DNS Lookup Command - host & dig
- route -n - display the host's networks and gateway
- /etc/hosts
- /etc/network/interfaces - ubuntu network interface settings
- /etc/resolv.conf - dns settings
- /etc/host.conf - dns resolve order
- /etc/dhcp3/dhclient.conf - overrides ubuntu server dns settings. change prepend option.
- /etc/dnsmasq.conf - dnsmasq settings
- dnsmasq configuration
- Local DNS cache in Linux using dnsmasq
to sort
- View The Daily Show, etc. in the UK, etc. Mofity HTTP headers; X-Forwarded-For "12.13.14.15" [2]
- http://nethogs.sourceforge.net/
- http://www.gropp.org/?id=projects&sub=bwm-ng
- http://freecode.com/projects/tcptrack
- http://www.ex-parrot.com/pdw/iftop/
to sort
IRC / IM
FTP
nmap
nmap -sT -sU -O -p 1-65535 localhost full port scan
- http://www.enterprisenetworkingplanet.com/netsecur/article.php/3716606/Master-Port-Scanning-with-Nmap.htm
- http://www.professormesser.com/nmap/nmap-best-practices/
- http://www.cyberciti.biz/tips/nmap-hide-ipaddress-with-decoy-ideal-scan.html
- http://www.slideshare.net/amiable_indian/hacking-with-nmap-scanning-techniques
ntop
vnStat
- vnStat is a console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s). It uses the network interface statistics provided by the kernel as information source. This means that vnStat won't actually be sniffing any traffic and also ensures light use of system resources. However, in Linux at least a 2.2 series kernel is required.
VOIP
- http://www.gnutelephony.org/index.php/GNU_Telephony
- http://www.gnutelephony.org/index.php/GNU_SIP_Witch_1.0_Announced
- Karaka is a Skype/XMPP gateway that connects the Skype and XMPP clouds.
Skype
Run multiple Skype sessions [3];
skype --dbpath=~/.Skype2 &
NFS
File sharing
TCP / IP
traceroute -m 100 216.81.59.173
IPv6
VPN
- http://lifehacker.com/5940565/why-you-should-start-using-a-vpn-and-how-to-choose-the-best-one-for-your-needs
- http://torrentfreak.com/which-vpn-providers-really-take-anonymity-seriously-111007/
other
IaaS
- Nova is the project name for OpenStack Compute, a cloud computing fabric controller, the main part of an IaaS system. Individuals and organizations can use Nova to host and manage their own cloud computing systems. Nova originated as a project out of NASA Ames Research Laboratory.