Hallo zusammen,
ich möchte verhindern, dass unser Sohn mit File Sharing experimentiert. Deshalb möchte ich auf meiner Fritz!Box 5050 alle Ports nach draussen dicht machen bis auf 80. Nachdem ich hier jetzt eine Weile gelesen habe ist der FBEditor installiert und die ar7.cfg ausgelesen. Der relevante Teil darin ist wohl das, was ich dran gehängt habe (s.u.). Gibt es zu diesem Teil ein Tutorial, damit ich auch weiß was ich mache? Ich dachte das ist Standard Linux, konnte aber keine Erklärung zur Bedeutung und Syntax finden. Was bedeutet denn low/high input/output.
Vielen Dank für Eure Hilfe
Gruß
Andreas
pppoefw {
interfaces = "usbrndis", "eth0", "eth1", "tiwlan0", "wdsup0",
"wdsdw0", "wdsdw1", "wdsdw2", "wdsdw3";
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 icmp any any";
}
lowoutput {
policy = "permit";
}
highinput {
policy = "permit";
}
highoutput {
policy = "permit";
accesslist =
"reject ip any 242.0.0.0 255.0.0.0",
...,
"reject tcp any host 202.106.185.127 eq 25";
}
shaper = "globalshaper";
}
}
ich möchte verhindern, dass unser Sohn mit File Sharing experimentiert. Deshalb möchte ich auf meiner Fritz!Box 5050 alle Ports nach draussen dicht machen bis auf 80. Nachdem ich hier jetzt eine Weile gelesen habe ist der FBEditor installiert und die ar7.cfg ausgelesen. Der relevante Teil darin ist wohl das, was ich dran gehängt habe (s.u.). Gibt es zu diesem Teil ein Tutorial, damit ich auch weiß was ich mache? Ich dachte das ist Standard Linux, konnte aber keine Erklärung zur Bedeutung und Syntax finden. Was bedeutet denn low/high input/output.
Vielen Dank für Eure Hilfe
Gruß
Andreas
pppoefw {
interfaces = "usbrndis", "eth0", "eth1", "tiwlan0", "wdsup0",
"wdsdw0", "wdsdw1", "wdsdw2", "wdsdw3";
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 icmp any any";
}
lowoutput {
policy = "permit";
}
highinput {
policy = "permit";
}
highoutput {
policy = "permit";
accesslist =
"reject ip any 242.0.0.0 255.0.0.0",
...,
"reject tcp any host 202.106.185.127 eq 25";
}
shaper = "globalshaper";
}
}