Linux/IPv4

From Wiki
< Linux
Revision as of 17:21, 4 November 2012 by Marcluer (talk | contribs) (Die Seite wurde neu angelegt: „* dhcp iface eth0 inet dhcp * static iface eth0 inet static address 192.168.0.97 netmask 255.255.255.0 gateway 192.168.0.1 dns-namese…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • dhcp

iface eth0 inet dhcp


  • static

iface eth0 inet static

   address 192.168.0.97   
   netmask 255.255.255.0  
   gateway 192.168.0.1
   dns-nameservers 192.168.0.1 10.10.0.2