[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

DHCP und Tunnel



Hallo Liste,

ich habe ein Problem bei mir den DHCP3-Server zum laufen zu bekommen. Er
scheint meine Konfiguration mit einem Tunnel (TINC) nicht zu mögen -
kann mir da jemand einen Tipp geben? Danke...

# dhcpd.conf

ddns-update-style none;
option domain-name "router.mirko";
option domain-name-servers 127.0.0.1;

default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;

subnet 192.168.60.0 netmask 255.255.255.0 {
  range 192.168.60.10 192.168.60.20;
  option broadcast-address 192.168.0.255;
  option routers 192.168.60.1;
}

# ifconfig
eth0      Protokoll:Ethernet  Hardware Adresse 00:05:5D:FB:0F:DD  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:21462554 errors:42 dropped:0 overruns:0 frame:84
          TX packets:25442085 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:19781 Sendewarteschlangenlänge:100 
          RX bytes:2291138835 (2.1 GiB)  TX bytes:3949022609 (3.6 GiB)
          Interrupt:10 

eth1      Protokoll:Ethernet  Hardware Adresse 00:00:21:12:4C:E6  
          inet Adresse:192.168.60.1  Bcast:192.168.0.255
Maske:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7951450 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9213345 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:100 
          RX bytes:3418751449 (3.1 GiB)  TX bytes:3774933625 (3.5 GiB)
          Interrupt:15 Basisadresse:0x2000 

lo        Protokoll:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:7039799 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7039799 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0 
          RX bytes:1190010423 (1.1 GiB)  TX bytes:1190010423 (1.1 GiB)

ppp0      Protokoll:Punkt-zu-Punkt Verbindung  
          inet Adresse:80.145.136.162  P-z-P:217.5.98.157 
Maske:255.255.255.255
          UP PUNKTZUPUNKT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:96969 errors:0 dropped:0 overruns:0 frame:0
          TX packets:147044 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:3 
          RX bytes:27661718 (26.3 MiB)  TX bytes:9655100 (9.2 MiB)

tun0      Protokoll:Ethernet  Hardware Adresse FE:FD:00:00:00:00  
          inet Adresse:192.168.60.1  Bcast:192.168.60.255 
Maske:255.255.0.0
          UP BROADCAST RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:172 errors:0 dropped:0 overruns:0 frame:0
          TX packets:184 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:100 
          RX bytes:74217 (72.4 KiB)  TX bytes:27763 (27.1 KiB)

# tinc conf
ConnectTo = berlin
Name = mirko
Device = /dev/net/tun
Interface = tun0
PriorityInheritance = yes
# TCPonly = yes
PrivateKeyFile = /etc/tinc/rsa_key.priv


Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Reply to: