Hey all,

I'm a noob at networking and Edubuntu but am starting to grasp it (I think
:-).

I just changed the server over from using a USB to rj45 ethernet connector
to a pci express gigabit network card and am having problems getting it
re-connected to the clients. At the client I'm getting the EdUbuntu
landing/login page but w/o the input for just a couple of seconds and then
get this error :

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)



I'm attempting to use "eth2" (i.e. the new gigabit card) connected to the
client network. I was able to get onboard eth0 connected to the Internet.


I've got the /etc/ltsp/dhcpd.conf file set like this

#
# Default LTSP dhcpd.conf config file.
#

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.20 192.168.0.250;
    option domain-name "example.com";
    option domain-name-servers 192.168.0.0;
    option broadcast-address 192.168.0.255;
    option routers 192.168.0.0;
#    next-server 192.168.0.1;
#    get-lease-hostnames true;
    option subnet-mask 255.255.255.0;
    option root-path "/opt/ltsp/i386";
    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
        filename "/ltsp/i386/pxelinux.0";
    } else {
        filename "/ltsp/i386/nbi.img";
    }

I ran the "ifconfig" command on the cl and got this:
eth0      Link encap:Ethernet  HWaddr 00:24:8c:a9:d0:cd
          inet addr:24.73.154.245  Bcast:24.73.154.255  Mask:255.255.255.248
          inet6 addr: fe80::224:8cff:fea9:d0cd/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1499 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1527 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:762797 (762.7 KB)  TX bytes:253913 (253.9 KB)
          Interrupt:44 Base address:0x8000

eth2      Link encap:Ethernet  HWaddr 00:0a:cd:1f:bb:95
          inet addr:192.168.0.0  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::20a:cdff:fe1f:bb95/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:110 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:9061 (9.0 KB)
          Interrupt:43 Base address:0xa000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:590 errors:0 dropped:0 overruns:0 frame:0
          TX packets:590 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:82713 (82.7 KB)  TX bytes:82713 (82.7 KB)

lxcbr0    Link encap:Ethernet  HWaddr 8a:3b:78:9d:e9:f7
          inet addr:10.0.3.1  Bcast:10.0.3.255  Mask:255.255.255.0
          inet6 addr: fe80::883b:78ff:fe9d:e9f7/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:76 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:8116 (8.1 KB)

*I ran *

sudo service isc-dhcp-server start

*
Might this all be related to my previous botched attempt at setting the
server up to create fat clients?*

I Googled the error and it was saying the error was tied to a block being
wrong or broken. When the fat client change was reversed the network was
still up afterward.

Thanks in advance



-- 
BungeeBones.com - A B2B Link Exchange - Free Links in limited locations -
human edited and reviewed - Networked online advertising business
opportunities available through our free, distributed web directory script
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to