Statiskā adreses piešķiršana
Uzstādīšana ar komandu
Uzstāda manuālu tikla saskarnes adresi un masku:
ip addr add 10.0.0.10/24 dev eth0
ip link set eth0 upPievieno noklusēto vārteju:
ip route add default via 10.0.0.1
Uzstādīšana konfigurācijas failā
Atver failu /etc/network/interfaces, un ieraksta sekojošas rindas:
auto eth0
iface eth0 inet static
address 10.0.0.10
network 10.0.0.0
netmask 255.255.255.0
broadcast 10.0.0.255
gateway 10.0.0.1
dns-nameservers 10.0.0.1 4.4.4.4
iface eth0 inet static
address 10.0.0.10
network 10.0.0.0
netmask 255.255.255.0
broadcast 10.0.0.255
gateway 10.0.0.1
dns-nameservers 10.0.0.1 4.4.4.4
Papildu loģiskās adreses norādīšana
Papildu IP adresi norāda, failā /etc/network/interfaces pievienojot rindas:
auto eth0:1
iface eth0:1 inet static
address 192.168.0.100
network 192.168.0.0
netmask 255.255.255.0
broadcast 192.168.0.255
iface eth0:1 inet static
address 192.168.0.100
network 192.168.0.0
netmask 255.255.255.0
broadcast 192.168.0.255
DNS servera norādīšana
Tīkla konfigurācijas pārstartēšana
Lai tīkla iestatījumi sāktu darboties, pārstartē tīklu, ievadot komandu:
/etc/init.d/networking restart
Tīkla iestatījumu pārbaude
IP adresi/masku, DNS serveri (nameserver) un vārteju (gateway) pārbauda ar šādām komandām:
ifconfig -a
more /etc/resolv.conf
ip route
more /etc/resolv.conf
ip route
Saites
- http://articles.techrepublic.com.com/5100-10878_11-6040932.html
- http://wiki.linuxquestions.org/wiki/Update-rc.d
Skatīt arī
Tags
Linux
Tīkls
Uzstādīšana
Created by Valdis Vītoliņš on 2008-08-09 16:10
Last modified by Valdis Vītoliņš on 2021-04-13 14:30
Created by Valdis Vītoliņš on 2008-08-09 16:10
Last modified by Valdis Vītoliņš on 2021-04-13 14:30