> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of jon
> Sent: Wednesday, July 10, 2002 11:54 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [plug] Naming Convention and IP Addressing
>
>
>
> I need to see the following
>
> Me: 192.168.0.3 Server: 192.168.0.2 Gateway: 192.168.0.1
> < sleep >
>
> Siguro, kailangan mo nang makita 'yun! =)
>
I need to see the following
1.)your dhcpd.conf and lts.conf file
2.)the output of "ls -l /tftpboot/lts"
3.)output of "iptables -L"
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of jon
> Sent: Wednesday, July 10, 2002 11:31 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [plug] Naming Convention and IP Addressing
>
>
>
> put this in the Glo
>
> But how can I tell my LTSP server and clients connect to my gateway box
> (192.168.0.1) which is pascual.homelinux.org?
>
put this in the Global section of your dhcpd.conf
option routers192.168.0.1;
at your LTSP server just set the gateway to 192.168.0.1
Jon
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of jon
> Sent: Wednesday, July 10, 2002 10:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [plug] Naming Convention and IP Addressing
>
>
> > >option
> >option domain-name-servers 192.168.0.2;
> >option domain-name "pascual.homelinux.org";
This will only tell to your LTSP server that your domain is
pascual.homelinux.org
>
> This is actually my problem and I'm still confused on it.
> pascual.homelinux.org is the com
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of jon
> Sent: Wednesday, July 10, 2002 8:26 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [plug] Naming Convention and IP Addressing
>
>
> Marvin,
>
> Your /etc/dhcp
Marvin,
Your /etc/dhcpd.conf file should look like this
option subnet-mask255.255.255.0;
option broadcast-address 192.168.0.255;
option routers192.168.0.2;
option domain-name-servers
Hello,
I'm confused with the naming convention and IP Addressing of my internal
network. Here's my setup:
- Gateway box, 192.168.0.1 pascual.homelinux.org (DynDNS & Hostname)
- LTSP Server, 192.168.0.2
- LTSP Clients, 192.168.0.3 to 5
- They're all connected to a hub.
Since I don't have DNS al