Good day to all Gurus!
I got half of my work on making a DHCP Server on Linux (I think so....)
when i tried it on my workstation it automatically got its IP from the
server,
the only problem I enconterd was so far was, the workstation can't connect
to the internet.
Here is my dhcpd.conf
----------------------------
server-identifier gsb.lsgh.edu.ph;
default-lease-time 43200;
max-lease-time 86400;
option subnet-mask 255.255.0.0;
option broadcast-address 172.16.255.255;
option routers 210.16.21.134;
option domain-name-servers 210.16.21.130;
option domain-name "lsgh.edu.ph";
subnet 172.16.0.0 netmask 255.255.0.0 {
range 172.16.1.10 172.16.1.100;
range 172.16.1.150 172.16.1.200;
}
distro: REDHAT 6.2
please advice
thanks
SUPERMAN
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
To subscribe to the Linux Newbies' List: send "subscribe" in the body to
[EMAIL PROTECTED]
- [plug] [OT] Free/Open Source "Outlook" eric pareja
- Re: [plug] [OT] Free/Open Source "Outlook&... Paolo
- Re: [plug] [OT] Free/Open Source "Outlook&... Orlando Andico
- Re: [plug] [OT] Free/Open Source "Outl... eric pareja
- Re: [plug] [OT] Free/Open Source "... Mike Blancas
- Re: [plug] [OT] Free/Open Source &q... eric pareja
- Re: [plug] [OT] Free/Open Sour... Mike Blancas
- Re: [plug] [OT] Free/Open ... Anthony A. Martinez
- Re: [plug] [OT] Free/O... Mike Blancas
- Re: [plug] [OT] Free/Open Sour... Pablo Manalastas
- Re: [plug] DHCP Problem KRYPTON
- Re: [plug] DHCP Proble... eric pareja
- Re: [plug] DHCP Proble... KRYPTON
- Re: [plug] DHCP Proble... Reynald I. Ngo
- Re: [plug] DHCP Proble... Reynald I. Ngo
- Re: [plug] DHCP Proble... Jimmy
- Re: [plug] [OT] Free/Open Sour... Federico Sevilla III
- Re: [plug] [OT] Free/Open Source "... Orlando Andico
- Re: [plug] [OT] Free/Open Source "Outlook&... Ronald Allan B. Henry
- Re: [plug] [OT] Free/Open Source "Outlook&... Mike Blancas
- RE: [plug] [OT] Free/Open Source "Outlook&... Ronneil Camara
