Új hozzászólás Aktív témák

  • felora:)

    tag

    válasz bambano #12424 üzenetére

    /var/ipfire/dhcp/dhcpd.conf:

    ddns-update-style none;
    deny bootp; #default
    authoritative;

    subnet 192.168.2.0 netmask 255.255.255.0 #eth0
    {
    range 192.168.2.101 192.168.2.200;
    option subnet-mask 255.255.255.0;
    option domain-name "home";
    option routers 192.168.2.100;
    option domain-name-servers 192.168.2.100;
    default-lease-time 86400;
    max-lease-time 172800;
    } #eth0

    subnet 192.168.3.0 netmask 255.255.255.0 #wlan0
    {
    range 192.168.3.101 192.168.3.200;
    option subnet-mask 255.255.255.0;
    option domain-name "home";
    option routers 192.168.3.100;
    option domain-name-servers 192.168.3.100;
    default-lease-time 3600;
    max-lease-time 7200;
    } #wlan0
    include "/var/ipfire/dhcp/dhcpd.conf.local";

    /var/ipfire/dhcp/settings:

    DOMAIN_NAME_wlan0=home
    ENABLE_wlan0=on
    ENABLE_eth0=on
    SORT_LEASELIST=IPADDR
    WINS1_wlan0=
    START_ADDR_wlan0=192.168.3.101
    FILE_eth0=
    SORT_FLEASELIST=FIPADDR
    DNS2_eth0=
    NTP2_eth0=
    END_ADDR_wlan0=192.168.3.200
    NTP1_wlan0=
    DNS2_wlan0=
    MAX_LEASE_TIME_eth0=2880
    MAX_LEASE_TIME_wlan0=120
    START_ADDR_eth0=192.168.2.101
    NEXT_wlan0=
    NTP2_wlan0=
    FILE_wlan0=
    DNS1_wlan0=192.168.3.100
    DOMAIN_NAME_eth0=home
    WINS2_eth0=
    DEFAULT_LEASE_TIME_wlan0=60
    ENABLEBOOTP_wlan0=off
    WINS1_eth0=
    NEXT_eth0=
    DEFAULT_LEASE_TIME_eth0=1440
    ENABLEBOOTP_eth0=off
    WINS2_wlan0=
    NTP1_eth0=
    END_ADDR_eth0=192.168.2.200
    DNS1_eth0=192.168.2.100

Új hozzászólás Aktív témák