Port | Protocol |
---|---|
20 + 21 | FTP |
22 | SSH |
25 | SMTP |
80 | HTTP |
137 + 139 | TCP/UDP - SMB/Samba |
443 | HTTPS |
8080 | Proxy |
3389 | RDP |
3306 | MySQL |
For your account only edit:
sudo vi /home/<username>/.bashrc
sudo vi /etc/profileadd
export http_proxy=http://10.0.0.1:8080
source /home/<username>/.bashrc or source /etc/profile
Edit /etc/network/interfaces:
sudo vi /etc/network/interfacesand add
auto eth0 iface eth0 inet static address 10.0.0.2 netmask 255.0.0.0 network 10.0.0.0 broadcast 10.0.0.255 gateway 10.0.0.1 dns-nameservers 10.0.0.1Restart your networkinterface
/etc/init.d/networking restart
Edit /etc/hosts
sudo vi /etc/hostsand add
127.0.0.1 localhost.localdomain localhost 127.0.1.1 ubuntu.lunetikk.de ubuntu 10.0.0.2 ubuntu.lunetikk.de ubuntu
sudo vi /etc/hostnameReload your hostname
hostname –F /etc/hostname