[FUGSPBR] dsl gateway

William David Armstrong bio em bsd-unix.com.br
Seg Maio 5 01:11:16 BRT 2003



olha  eu  uso  o  meu  dhcp.conf  assim  

# dhcpd.conf
#
# Sample configuration file for ISC dhcpd
#

# option definitions common to all supported networks...
option domain-name "biohazard.dns2go.com";
option domain-name-servers biohazard.dns2go.com, garoupa.telepar.net.br, 
golfinho.telepar.net.br;

default-lease-time 600;
max-lease-time 7200;

# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
authoritative;

# ad-hoc DNS update scheme - set to "none" to disable dynamic DNS updates.
ddns-update-style none;

# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;

# No service will be given on this subnet, but declaring it helps the
# DHCP server to understand the network topology.

subnet 192.168.33.0 netmask 255.255.255.248 {
}


subnet 192.168.42.0 netmask 255.255.255.248 {
 range 192.168.42.2 192.168.42.6;
  option routers 192.168.42.1;
 option domain-name-servers biohazard.dns2go.com, 
golfinho.telepar.net.br, garoupa.telepar.net.br;
  option domain-name "biohazard.dns2go.com";
}


# A slightly different configuration for an internal subnet.
subnet 10.0.1.0 netmask 255.255.255.0 {
  range 10.0.1.10 10.0.1.24;
  option domain-name-servers biohazard.dns2go.com, 
golfinho.telepar.net.br, garoupa.telepar.net.br;
  option domain-name "biohazard.dns2go.com";
  option routers 10.0.1.1;
  default-lease-time 600;
  max-lease-time 7200;

host groundzero {
  hardware ethernet 00:a0:c9:e2:00:d9;
  fixed-address 10.0.1.2;
}

host ca {
  hardware ethernet 00:d0:09:ff:6d:5d;
  fixed-address 10.0.1.5;
}

host raid {
  hardware ethernet 00:07:95:d5:05:76;
  fixed-address 10.0.1.3;
}

host joderjr {
  hardware ethernet  00:20:af:86:fd:bd;
  fixed-address 10.0.1.4;
}

}

-- 
-=-=-=-=-=-=-=-=-=-

     William David Armstrong
 System Administrator Bio Systems.

http://biohazard.kick-ass.org:8080/
bio em bsd-unix.com.br   bio_wolf em yahoo.com
ICQ 102537476     ICQ 27550645



-------------- Próxima Parte ----------
_______________________________________________________________
Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr
Historico: http://www4.fugspbr.org/lista/html/FUG-BR/


Mais detalhes sobre a lista de discussão freebsd