[K12OSN] Single NIC Setup

Asmo Koskinen asmo.koskinen at arkki.info
Fri Mar 27 08:29:33 UTC 2009


Almquist Burke kirjoitti:

> https://fedorahosted.org/k12linux/wiki/AdvancedNetworkSetup

I used that howto when I installed Fedora in KVM (Ubuntu).

http://www.arkki.info/howto/Fedora10/Eee_FC10_00.png
http://www.arkki.info/howto/Fedora10/


I used these values for Fedora in KVM - one nic - I removed bridge 
ethernet setup.
----

asmok at ubuntu:~$ ssh -X admin-fedora at 192.168.1.110

[admin-fedora at fedora ~]$ cat /etc/ltsp/dhcpd.conf
authoritative;

subnet 192.168.1.0 netmask 255.255.255.0 {
     range 192.168.1.200 192.168.1.250;
     option domain-name "fedora";
     option domain-name-servers 192.168.1.1;
     option broadcast-address 192.168.1.255;
     option routers 192.168.1.1;
     option subnet-mask 255.255.255.0;
     option root-path "192.168.1.110:/opt/ltsp/i386";
     if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
         filename "/ltsp/i386/pxelinux.0";
     } else {
         filename "/ltsp/i386/nbi.img";
     }
}

[admin-fedora at fedora ~]$

[admin-fedora at fedora ~]$ cat /etc/sysconfig/network-scripts/ifcfg-eth0
# Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
DEVICE=eth0
HWADDR=00:16:36:13:7e:ab
BOOTPROTO=static
NETMASK=255.255.255.0
IPADDR=192.168.1.110
ONBOOT=yes
USERCTL=yes
PEERDNS=yes
IPV6INIT=no
NM_CONTROLLED=yes
GATEWAY=192.168.1.1
TYPE=Ethernet
DNS1=192.168.1.1
DNS2=192.168.1.1
DOMAIN=fedora
[admin-fedora at fedora ~]$

And this for finnish language.

[root at fedora sysconfig]# cat keyboard
KEYBOARDTYPE="pc"
KEYTABLE="fi-latin1"
LAYOUT="fi-latin1"
MODEL="pc105+inet"
OPTIONS=""
VARIANT=""
[root at fedora sysconfig]#

Best Regards Asmo Koskinen.




More information about the K12OSN mailing list