Ubuntu 7.04 and LTSP

Tom Misilo tmisilo at gmail.com
Sun Oct 7 01:01:58 BST 2007


Well, the 192.168.0.x network goes to the router/modem and other
dedicated windows pcs.

Here is my /etc/network/interfaces

auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

# The primary network interface
auto eth0
iface eth0 inet static
        address 192.168.0.3
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.10
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 207.77.56.2

auto eth1
iface eth1 inet static
        address 192.168.1.254
        netmask 255.255.255.0
        broadcast 192.168.1.255
        network 192.168.1.0
        gateway 192.168.1.254
        up iptables-restore < /etc/ltsp/nat.conf
        dns-nameservers 207.77.56.2


/etc/ltsp/nat.conf

# Generated by iptables-save v1.3.6 on Sat Oct  6 14:19:16 2007
*nat
:PREROUTING ACCEPT [2:280]
:POSTROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A POSTROUTING -s 192.168.1.0/255.255.255.0 -j MASQUERADE
COMMIT
# Completed on Sat Oct  6 14:19:16 2007


Any other files just ask and I will give

Thanks

On 10/6/07, Richard Doyle <rdoyle at islandnetworks.com> wrote:
> On Sat, 2007-10-06 at 18:40 -0400, Tom Misilo wrote:
> > Hi,
> >
> > I am trying to setup a LTSP server with 7.04 using this tutorial
> > https://help.ubuntu.com/community/ThinClientHowto and
> > https://wiki.ubuntu.com/ThinClientHowtoNAT
> >
> > I have two network cards,
> >
> > The internet is on eth0: 192.168.0.x
> Can't be (192.168.0.0 can't be on the Internet, because its a reserved,
> private network).
>
> >  and the LTSP network is on eth1:
> > 192.168.1.x. However, even following the nat stuff I cannot get the
> > internet on a windows box that is connected to the internet.
> You might get better help if you post any files you've modified,
> particularly /etc/network/interfaces, and describe your setup in more
> detail.
>
> >
> > Thanks for the help,
> >
> > Tom
> >
> > --
> > Tom Misilo
> > AIM:Tmisilo FL
> > Jabber:tmisilo at jabber.org
> > http://tmisilo.ath.cx
> >
>
>
> --
> edubuntu-users mailing list
> edubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
>


-- 
Tom Misilo
AIM:Tmisilo FL
Jabber:tmisilo at jabber.org
http://tmisilo.ath.cx



More information about the edubuntu-users mailing list