Alkis Georgopoulos wrote:
> Στις 26-06-2009, ημέρα Παρ, και ώρα 06:29 -0500, ο/η Bob Wooden έγραψε:
>   
>> Yes, I agree, but I am having problems and prefer to solve this
>> problem before making any changes to (like upgrading) second nic. As
>> my existing system worked fine with 8.04.2, why does it not work with
>> jaunty?
>>     
>
> I wondered why you didn't physically switch the cables between the 2
> NICs, so that you had the gigabit one for the LTSP clients; I didn't say
> anything about upgrading.
>   
This is home system with one terminal (at the moment.) Have been 
considering adding a second terminal. Hence, i did not feel the need for 
speed,
> And if your interfaces are upside down, there was a slight possibility
> that it would even fix things. Anyway.
>
>
> What are the contents of the following files?
>   /etc/network/interfaces
>   
cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#iface eth0 inet dhcp
>   /etc/ltsp/dhcpd.conf
>   
cat /etc/ltsp/dhcpd.conf
#
# 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.1;
    option broadcast-address 192.168.0.255;
    option routers 192.168.0.1;
#    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";
    }
}

> and the results of the following command?
>   ifconfig -a
>   
ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:24:1d:2a:2f:4d 
          inet addr:192.168.242.120  Bcast:192.168.242.255  
Mask:255.255.255.0
          inet6 addr: fe80::224:1dff:fe2a:2f4d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6643759 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8265795 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:434278143 (434.2 MB)  TX bytes:3822967732 (3.8 GB)
          Interrupt:252 Base address:0xc000

eth1      Link encap:Ethernet  HWaddr 00:e0:a0:00:88:96 
          inet6 addr: fe80::2e0:a0ff:fe00:8896/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2360 (2.3 KB)  TX bytes:2178 (2.1 KB)
          Interrupt:19 Memory:e6000000-e60000ff

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:609 errors:0 dropped:0 overruns:0 frame:0
          TX packets:609 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:64577 (64.5 KB)  TX bytes:64577 (64.5 KB)

pan0      Link encap:Ethernet  HWaddr 62:ed:40:26:9a:05 
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
>
> Maybe you'd also want to come to the irc channel (#ltsp in
> irc.freenode.net) to solve this live with the people there:
> http://webchat.freenode.net/?channels=ltsp
>   
I will have to consider that, thanks.
>
> ------------------------------------------------------------------------------
> _____________________________________________________________________
> 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
>   


------------------------------------------------------------------------------
_____________________________________________________________________
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