utorak, 28. travnja 2015.

Configure static IP on Q4OS

Configure static IP on Q4OS

$ sudo nano /etc/network/interfaces

# The loopback network interfaces
auto lo
iface lo inet loopback

# The primary network interfaces
auto eth0
iface eth0 inet static
 address 192.168.1.16
 netmask 255.255.255.0
 gateway 192.168.1.1
 broadcast 192.168.1.255
 dns-nameservers 192.168.1.1 8.8.8.8 8.8.4.4

Nema komentara:

Objavi komentar