RE: [plug] Naming Convention and IP Addressing

2002-07-11 Thread Marvin Pascual
> -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 >

Re: [plug] Naming Convention and IP Addressing

2002-07-10 Thread jon
> 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"

RE: [plug] Naming Convention and IP Addressing

2002-07-10 Thread Marvin Pascual
> -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

Re: [plug] Naming Convention and IP Addressing

2002-07-10 Thread jon
> > 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

RE: [plug] Naming Convention and IP Addressing

2002-07-10 Thread Marvin Pascual
> -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

Re: [plug] Naming Convention and IP Addressing

2002-07-10 Thread jon
> >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

RE: [plug] Naming Convention and IP Addressing

2002-07-10 Thread Marvin Pascual
> -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

Re: [plug] Naming Convention and IP Addressing

2002-07-10 Thread jon
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

[plug] Naming Convention and IP Addressing

2002-07-10 Thread Marvin Pascual
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