@Cadoc
Muss fĂĽr xdsl@home in der dhcp.txt der DHCP-Client auf "yes" gesetzt werden?
***EDIT by penguinforce: gecuttet von hier: http://xDSL.at/phpbb2/viewtopic.php?t=2 ... &start=225 ***
##-----------------------------------------------------------------------------
## dhcp.txt - fli4l configuration parameters 2.1.7
##
## P L E A S E R E A D T H E D O C U M E N T A T I O N ,
## S E E R E A D M E . T X T
##
## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N
## L E S E N , S I E H E R E A D M E . T X T
##
## Creation: 26.06.2001 fm
## Last Update: $Id: dhcp.txt,v 1.13 2004/03/03 12:21:44 od Exp $
##
## Copyright (c) 2001 Frank Meyer <[email protected]>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Optional package: DHCP server
#------------------------------------------------------------------------------
OPT_DHCP='yes' #install DHCP server: yes or no
DHCP_LS_TIME_DYN='3600' #default time for dynamic leases: 1 hour
DHCP_MAX_LS_TIME_DYN='7200' #max time for dynamic leases: 2 hours
DHCP_LS_TIME_FIX='86400' #default time for fix leases: 1 day
DHCP_MAX_LS_TIME_FIX='604800' #max time for fix leases: 1 week
DHCP_RANGE_1='192.168.0.5 192.168.0.100' #range of nth ethernet, se
DHCP_DNS_SERVER_1='195.58.160.2' #if empty, take ip of interface IP_ETH_N
DHCP_WINSSERVER_1='' #ip-adress of 1st external wins-server
# (use only, if OPT_NMBD='no' !)
DHCP_WINSSERVER_2='' #ip-adress of 2nd external wins-server
# (use only, if OPT_NMBD='no' !)
DHCP_LEASES_DIR='/boot' #Dont touch this until you read the manual!
DHCP_DENY_MAC_N='0' #number of denied MAC addresses
DHCP_DENY_MAC_1='00:01:28:fa:13:f9' #MAC address is denied from DHCP
DHCP_EXTRA_RANGE_N='0' #Not directly accessible networks (via relay)
DHCP_EXTRA_RANGE_1='192.168.8.2 192.168.8.100' # range 1
DHCP_EXTRA_NETMASK_1='255.255.255.0' #Netmask for extra range
DHCP_EXTRA_DNS_SERVER_1='192.168.6.1' #Dns Server
DHCP_EXTRA_GATEWAY_1='192.168.8.1' #Default Gateway
#-----------------------------------------------------------------------------a
# Optional package: DHCP client
#------------------------------------------------------------------------------
OPT_DHCLIENT='no' #install DHCP client: yes or no
DHCLIENT_INTERFACES='eth1' #listen on interfaces, e.g. 2nd(!) NIC
DHCLIENT_USEPEERDNS='no' #use dns server of your provider: yes or no
DHCLIENT_EXEC_IPUPDOWN='yes' #execute ip-up and ip-down scripts?
DHCLIENT_HOSTNAME='' #Transfer a specific host-id to provider
#------------------------------------------------------------------------------
# Optional package: DHCPCD Daemon
#------------------------------------------------------------------------------
OPT_DHCPCD='yes' #install DHCPCD: yes or no
DHCPCD_INTERFACES='eth0' #listen on interfaces, e.g. 2nd(!) NIC
DHCPCD_USEPEERDNS='no' #use dns server of your provider: yes or no
DHCPCD_EXEC_IPUPDOWN='yes' #execute ip-up and ip-down scripts?
DHCPCD_HOSTNAME='' #Transfer a specific host-id to provider
#------------------------------------------------------------------------------
# Optional package: DHCRELAY Daemon - can only be active, if OPT_DHCP='no'
#------------------------------------------------------------------------------
OPT_DHCRELAY='no' #install DHCRELAY: yes or no
DHCRELAY_SERVER='192.168.6.1' #which is the actual dhcp server?
DHCRELAY_IF_N='0' #no of interfaces, dhcrelay shall listen to
DHCRELAY_IF_1='eth0' #first interface, dhcrelay listens to
Ex base.txt
..........................................................................
HOSTS_N='3' # number of hosts in your domain
HOST_1_NAME='fli4l' # 1st host: ip and name
HOST_1_IP='192.168.0.1'
HOST_2_NAME='dev3' # 2st host: ip and name
HOST_2_IP='192.168.0.2'
HOST_3_NAME='yysdt' # 3st host: ip and name
HOST_3_IP='192.168.0.3'
..........................................................................
Ex dhcp.txt
..........................................................................
DHCP_RANGE_1='192.168.0.2 192.168.0.3' # range of n'th ethnet
..........................................................................
Bender hat geschrieben:@Cadoc
Muss fĂĽr xdsl@home in der dhcp.txt der DHCP-Client auf "yes" gesetzt werden?
ZurĂĽck zu LINUX & UNIX-DERIVATE
Mitglieder in diesem Forum: 0 Mitglieder und 23 Gäste