- Mitglied seit
- 19 Okt 2004
- Beiträge
- 14
- Punkte für Reaktionen
- 0
- Punkte
- 1
Hallo zusammen!
Ich habe bisher folgenden Aufbau:
FritzBox (LAN)------PC (routet)------DSL-Modem-------Internet
Dieser Aufbau war notwendig, da ich mich nicht wie üblich mit PPPoE sondern über PPTP einloggen muss. Mittlerweile habe ich mit Unterstützung eines engagierten FritzBox-Experten den pppd zum Laufen gebracht (Herzlichen Dank!), so dass auch die Einwahl per pptp funktioniert (mit obigem Aufbau getestet). Allerdings gibt es jetzt ein Problem:
Die Fritzbox mag meinen DSL-Anschluss wohl nicht. Eine Synchronisierung findet nicht statt, wenn ich die FritzBox Fon direkt an den Splitter anschließe. Also habe ich versucht, als Workaround den LAN-Anschluss an das DSL-Modem anzuschließen, aber auch hier will die FBox nicht, keine Ahnung warum, aber am Lämpchen des DSL-Modems wird einfach keine Verbindung angezeigt. Woran kann das liegen? Ich hatte schon gedacht, dass die FBox evt. kein 10BaseT unterstützt, hab dann aber die LAN-Verbindung zw. FBox und PC auf 10BaseT umgestellt und das hat funktioniert. Ist meine FBox nach mehr als einem Jahr ohne direkte DSL-Verbindung allergisch gegen eine direkte DSL-Verbindung??
Falls also jemand eine Idee hat, woran es liegen könnte, meldet euch!
Ich könnte mir noch vorstellen, dass es an fehlerhafter Konfiguration in der ar7.cfg liegt. Deshalb habe ich meine ar7.cfg mal auszugsweise reingestellt:
Außerdem noch die Ausgabe von ifconfig:
Mich verwundert es etwas, dass kein dsl interface auftaucht. Ist das normal und erscheint es erst nach erfolgter Synchronisation??
Danke für eure Hilfe!
Proper
P.S.: Das dsl-Interface sollte sich eine IP via DHCP holen. Wäre das mit dem dsld möglich?
Ich habe bisher folgenden Aufbau:
FritzBox (LAN)------PC (routet)------DSL-Modem-------Internet
Dieser Aufbau war notwendig, da ich mich nicht wie üblich mit PPPoE sondern über PPTP einloggen muss. Mittlerweile habe ich mit Unterstützung eines engagierten FritzBox-Experten den pppd zum Laufen gebracht (Herzlichen Dank!), so dass auch die Einwahl per pptp funktioniert (mit obigem Aufbau getestet). Allerdings gibt es jetzt ein Problem:
Die Fritzbox mag meinen DSL-Anschluss wohl nicht. Eine Synchronisierung findet nicht statt, wenn ich die FritzBox Fon direkt an den Splitter anschließe. Also habe ich versucht, als Workaround den LAN-Anschluss an das DSL-Modem anzuschließen, aber auch hier will die FBox nicht, keine Ahnung warum, aber am Lämpchen des DSL-Modems wird einfach keine Verbindung angezeigt. Woran kann das liegen? Ich hatte schon gedacht, dass die FBox evt. kein 10BaseT unterstützt, hab dann aber die LAN-Verbindung zw. FBox und PC auf 10BaseT umgestellt und das hat funktioniert. Ist meine FBox nach mehr als einem Jahr ohne direkte DSL-Verbindung allergisch gegen eine direkte DSL-Verbindung??
Falls also jemand eine Idee hat, woran es liegen könnte, meldet euch!
Ich könnte mir noch vorstellen, dass es an fehlerhafter Konfiguration in der ar7.cfg liegt. Deshalb habe ich meine ar7.cfg mal auszugsweise reingestellt:
Code:
/*
* /var/flash/ar7.cfg
* Tue Nov 8 23:53:39 2005
*/
ar7cfg {
mode = dsldmode_bridge;
tsdisabled = yes;
igddenabled = no;
igdd_control_enabled = no;
wan_bridge_with_dhcpc = no;
wan_bridge_gateway = 192.168.178.100;
dhcpc_use_static_dns = yes;
ethmode = ethmode_bridge;
StatisticStartOfMonth = 1;
macdsl_override = 00:00:00:00:00:00;
ethinterfaces {
name = "eth0";
dhcp = no;
ipaddr = 192.168.178.1;
netmask = 255.255.255.0;
dstipaddr = 0.0.0.0;
dhcpenabled = no;
dhcpstart = 0.0.0.0;
dhcpend = 0.0.0.0;
} {
name = "eth0:0";
dhcp = no;
ipaddr = 192.168.178.254;
netmask = 255.255.255.0;
dstipaddr = 0.0.0.0;
dhcpenabled = yes;
dhcpstart = 0.0.0.0;
dhcpend = 0.0.0.0;
} {
name = "usbrndis";
dhcp = no;
ipaddr = 192.168.179.1;
netmask = 255.255.255.0;
dstipaddr = 0.0.0.0;
dhcpenabled = no;
dhcpstart = 0.0.0.0;
dhcpend = 0.0.0.0;
}
brinterfaces {
name = "lan";
dhcp = no;
ipaddr = 192.168.178.1;
netmask = 255.255.255.0;
dstipaddr = 0.0.0.0;
interfaces = "eth0", "usbrndis";
dhcpenabled = no;
dhcpstart = 0.0.0.0;
dhcpend = 0.0.0.0;
} {
name = "lan:0";
dhcp = no;
ipaddr = 192.168.178.254;
netmask = 255.255.255.0;
dstipaddr = 0.0.0.0;
dhcpenabled = yes;
dhcpstart = 0.0.0.0;
dhcpend = 0.0.0.0;
}
dslinterface {
name = "dsl";
dhcp = no;
ipaddr = 192.168.179.1;
netmask = 255.255.255.255;
dstipaddr = 192.168.179.1;
dhcpenabled = yes;
dhcpstart = 0.0.0.0;
dhcpend = 0.0.0.0;
}
dslinterface_metric = 2;
pppoefw {
interfaces = "usbrndis", "eth0";
nofirewall = yes;
ipnetbiosfilter = yes;
dnsfilter_for_active_directory = yes;
hostuniq_filter = "";
dpconfig {
security = dpsec_host;
lowinput {
policy = "reject";
accesslist =
"permit ip any any connection outgoing-related",
"permit ip any any connection incoming-related",
"permit icmp any any";
}
lowoutput {
policy = "permit";
}
highinput {
policy = "permit";
}
highoutput {
policy = "permit";
accesslist =
"reject ip any 242.0.0.0 255.0.0.0",
"deny ip any host 255.255.255.255",
"reject ip any 10.0.0.0 255.0.0.0",
"reject ip any 169.254.0.0 255.255.0.0",
"reject udp any any eq 135",
"reject tcp any any eq 135",
"reject udp any any range 137 139",
"reject tcp any any range 137 139",
"reject udp any any range 161 162",
"reject udp any any eq 520",
"reject udp any any eq 111",
"reject udp any any eq 22289",
"reject udp any any eq 1710",
"reject udp any any eq 1048",
"reject udp any any eq 158",
"reject udp any any eq 515",
"reject icmp any 149.1.1.0 255.255.255.0",
"reject tcp any host 202.106.185.127 eq 25";
}
shaper = "globalshaper";
}
}
budget {
Enabled = no;
Period = 2;
VolumeLow = 0;
VolumeHigh = 0;
ConnectionTime = 0;
WarnOnly = no;
}
vccs {
VPI = 1;
VCI = 32;
dsl_encap = dslencap_ether;
ipbridgeing = no;
connections = "internet";
}
dslifaces {
name = "internet";
dsl_encap = dslencap_inherit;
ppptarget = "internet";
etherencapcfg {
use_dhcp = yes;
ipaddr = 0.0.0.0;
netmask = 0.0.0.0;
gateway = 0.0.0.0;
dns1 = 0.0.0.0;
dns2 = 0.0.0.0;
}
stay_always_online = yes;
redial_delay_after_auth_failure = 1m;
redial_limit = 3;
redial_after_limit_reached = 1h;
username_prefix_after_auth_failure = "";
dsldpconfig {
security = dpsec_firewall;
lowinput {
policy = "permit";
accesslist =
"deny ip any 242.0.0.0 255.0.0.0",
"deny ip any host 255.255.255.255",
"deny udp any any eq 135",
"deny tcp any any eq 135",
"deny udp any any range 137 139",
"deny tcp any any range 137 139",
"deny udp any any range 161 162",
"deny udp any any eq 520",
"deny udp any any eq 111",
"deny udp any any eq 22289",
"deny udp any any eq 1710",
"deny udp any any eq 1048",
"deny udp any any eq 158",
"deny udp any any eq 515";
}
lowoutput {
policy = "permit";
}
highinput {
policy = "permit";
}
highoutput {
policy = "permit";
accesslist =
"reject ip any 242.0.0.0 255.0.0.0",
"deny ip any host 255.255.255.255",
"reject ip any 10.0.0.0 255.0.0.0",
"reject ip any 169.254.0.0 255.255.0.0",
"reject udp any any eq 135",
"reject tcp any any eq 135",
"reject udp any any range 137 139",
"reject tcp any any range 137 139",
"reject udp any any range 161 162",
"reject udp any any eq 520",
"reject udp any any eq 111",
"reject udp any any eq 22289",
"reject udp any any eq 1710",
"reject udp any any eq 1048",
"reject udp any any eq 158",
"reject udp any any eq 515",
"reject icmp any 149.1.1.0 255.255.255.0",
"reject tcp any host 202.106.185.127 eq 25";
}
forwardrules = "tcp 0.0.0.0:0 0.0.0.0:0 1 out",
"udp 0.0.0.0:0 0.0.0.0:0 1 out",
"tcp 0.0.0.0:22 0.0.0.0:22",
"tcp 0.0.0.0:23 0.0.0.0:23",
"udp 0.0.0.0:5060 0.0.0.0:5060",
"udp 0.0.0.0:7078 0.0.0.0:7078",
"udp 0.0.0.0:7079 0.0.0.0:7079",
"udp 0.0.0.0:7080 0.0.0.0:7080",
"udp 0.0.0.0:7081 0.0.0.0:7081",
"# udp 0.0.0.0:0 192.168.178.20:0 0 # Freenet iPhone",
"# tcp 0.0.0.0:21 192.168.178.20:21 0 # FTP-Server",
"# tcp 0.0.0.0:80 192.168.178.20:80 0 # HTTP-Server",
"# tcp 0.0.0.0:4662 192.168.178.20:4662 0 # eMule",
"# udp 0.0.0.0:4672 192.168.178.20:4672 0 # eMule",
"# tcp 0.0.0.0:3389 192.168.178.20:3389 0 # MS Remote Desktop";
shaper = "globalshaper";
}
}
voip_routes = "permit ip any any connection exists",
"permit udp any eq 5060 any",
"permit udp any eq 7077 any eq 53",
"permit udp any range 7078 7098 any";
targets {
type = pppcfg_target_internet;
name = "internet";
only_crypt_auth = no;
local {
username = "";
passwd = "";
}
remoteauth = pppcfg_authtype_chap;
remoteauth_only_on_incoming = yes;
remote {
}
inactivity_timeout = 0w;
bUseChargeInterval = no;
nChargeInterval = 1m;
logicaldisconnect_with_physical = yes;
disconnect_timeout = 0w;
finaldisconnectcall = no;
ipnetbiosspoofing = no;
ipnetbiosfilter = yes;
dnsfilter_for_active_directory = yes;
no_outgoing_calls = no;
coso = pppcfg_coso_caller;
callback_delay = 1s;
icbmode = pppcfg_icbmode_none;
ocbmode = pppcfg_ocbmode_none;
mscbprefered = no;
multilink {
extra_static_channels = 0;
max_channels = 1;
automatic = no;
automatic_param {
window = 20s;
add_percent = 85;
drop_percent = 70;
sportlich = no;
}
}
header_compression = yes;
data_compression = pppcfg_datacomp_auto;
stac_reset_with_history_number = no;
encryption = pppcfg_crypt_none;
inactivity_prevention_interval = 0w;
new_ipaddr_on_connect = no;
my_ipaddr = 0.0.0.0;
his_ipaddr = 0.0.0.0;
bVolumeRoundUp = no;
VolumeRoundUpBytes = 0;
bProviderDisconnectPrevention = yes;
ProviderDisconnectPreventionInterval = 1d;
ProviderDisconnectPreventionHour = 3;
}
dslglobalconfig {
autodetect = no;
speed_in_netto = 1024;
speed_out_netto = 128;
manual_speed = no;
connect_delay_when_synced = 3s;
templates {
VPI = 1;
VCI = 32;
manu = 0;
encap = dslencap_pppoe;
} {
VPI = 8;
VCI = 35;
manu = 0;
encap = dslencap_pppoe;
} {
VPI = 8;
VCI = 48;
manu = 0;
encap = dslencap_pppoa;
} {
VPI = 8;
VCI = 48;
manu = 0;
encap = dslencap_pppoa_llc;
} {
VPI = 8;
VCI = 67;
manu = 0;
encap = dslencap_pppoa;
} {
VPI = 8;
VCI = 67;
manu = 0;
encap = dslencap_pppoa_llc;
} {
VPI = 8;
VCI = 64;
manu = 0;
encap = dslencap_pppoa;
} {
VPI = 8;
VCI = 36;
manu = 0;
encap = dslencap_pppoe;
} {
VPI = 0;
VCI = 35;
manu = 0;
encap = dslencap_pppoa;
} {
VPI = 0;
VCI = 35;
manu = 0;
encap = dslencap_pppoa_llc;
} {
VPI = 9;
VCI = 35;
manu = 0;
encap = dslencap_pppoe;
} {
VPI = 0;
VCI = 32;
manu = 0;
encap = dslencap_pppoe;
} {
VPI = 0;
VCI = 32;
manu = 0;
encap = dslencap_pppoa;
} {
VPI = 0;
VCI = 32;
manu = 0;
encap = dslencap_pppoa_llc;
} {
VPI = 0;
VCI = 34;
manu = 0;
encap = dslencap_pppoe;
} {
VPI = 0;
VCI = 34;
manu = 0;
encap = dslencap_pppoa;
} {
VPI = 0;
VCI = 34;
manu = 0;
encap = dslencap_pppoa_llc;
}
}
shapers {
name = "globalshaper";
OutFragmentWhenVoIP = 0;
shaperconnection {
enabled = yes;
targets = "";
name = "Fritz!Box";
limiters {
name = "default-out";
bps_limit {
limit_total = 100;
limit_p0 = 0;
limit_p1 = 95;
limit_p2 = 95;
limit_p3 = 0;
}
pps_limit {
limit_total = 0;
limit_p0 = 0;
limit_p1 = 0;
limit_p2 = 0;
limit_p3 = 0;
}
min_priority = 0;
max_priority = 3;
grouping_by_source_ip = no;
grouping_by_dest_ip = no;
grouping_by_source_port = no;
grouping_by_dest_port = no;
dynamic_balancing = no;
bps_child_limit {
limit_total = 0;
limit_p0 = 0;
limit_p1 = 0;
limit_p2 = 0;
limit_p3 = 0;
}
pps_child_limit {
limit_total = 0;
limit_p0 = 0;
limit_p1 = 0;
limit_p2 = 0;
limit_p3 = 0;
}
shapeOutgoingOnIncomingCounters = no;
} {
name = "default-in";
bps_limit {
limit_total = 0;
limit_p0 = 0;
limit_p1 = 0;
limit_p2 = 0;
limit_p3 = 0;
}
pps_limit {
limit_total = 0;
limit_p0 = 0;
limit_p1 = 0;
limit_p2 = 0;
limit_p3 = 0;
}
min_priority = 0;
max_priority = 0;
grouping_by_source_ip = no;
grouping_by_dest_ip = no;
grouping_by_source_port = no;
grouping_by_dest_port = no;
dynamic_balancing = no;
bps_child_limit {
limit_total = 0;
limit_p0 = 0;
limit_p1 = 0;
limit_p2 = 0;
limit_p3 = 0;
}
pps_child_limit {
limit_total = 0;
limit_p0 = 0;
limit_p1 = 0;
limit_p2 = 0;
limit_p3 = 0;
}
shapeOutgoingOnIncomingCounters = no;
}
out_rules {
name = "download-tcp-ack";
filter = "tcp and len <= 64";
priority = 2;
limiters = "default-out";
} {
name = "dns";
filter = "udp port 53";
priority = 1;
limiters = "default-out";
} {
name = "fon-rtp";
filter = "udp[8] = 0x80 or udp port 5060";
priority = 3;
limiters = "default-out";
} {
name = "http-requests";
filter = "(tcp dst port 80 or dst port 8080 or dst port 3128) and (len <= 800)";
priority = 1;
limiters = "default-out";
} {
name = "pri-out";
filter = "icmp";
priority = 1;
limiters = "default-out";
} {
name = "default";
filter = "";
priority = 0;
limiters = "default-out";
}
in_rules {
name = "default";
filter = "";
priority = 0;
limiters = "default-in";
}
demasquerade = no;
}
}
RunVoIPDSLAutodetect = 0;
saved_non_ata_ip_config {
ipaddr = 192.168.178.1;
netmask = 255.255.255.0;
dns1 = 193.101.111.10;
dns2 = 128.176.0.13;
}
}
Außerdem noch die Ausgabe von ifconfig:
Code:
eth0 Link encap:Ethernet HWaddr 00:04:0E:13:1B:8B
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:540154 errors:0 dropped:0 overruns:0 frame:0
TX packets:397938 errors:0 dropped:0 overruns:0 carrier:0
collisions:28 txqueuelen:100
RX bytes:89238928 (85.1 MiB) TX bytes:86940190 (82.9 MiB)
lan Link encap:Ethernet HWaddr 00:04:0E:13:1B:8B
inet addr:192.168.178.1 Bcast:192.168.178.255 Mask:255.255.255.0
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:540154 errors:0 dropped:0 overruns:0 frame:0
TX packets:397940 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:81676772 (77.8 MiB) TX bytes:86940274 (82.9 MiB)
lan:0 Link encap:Ethernet HWaddr 00:04:0E:13:1B:8B
inet addr:192.168.178.254 Bcast:192.168.178.255 Mask:255.255.255.0
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4150 errors:0 dropped:0 overruns:0 frame:0
TX packets:4150 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:258218 (252.1 KiB) TX bytes:258218 (252.1 KiB)
usbrndis Link encap:Ethernet HWaddr 00:04:0E:13:1B:8D
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Mich verwundert es etwas, dass kein dsl interface auftaucht. Ist das normal und erscheint es erst nach erfolgter Synchronisation??
Danke für eure Hilfe!
Proper
P.S.: Das dsl-Interface sollte sich eine IP via DHCP holen. Wäre das mit dem dsld möglich?