Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Locked History Actions

Fehlermeldungen

ping: sendto: Operation not permitted

Kann durch eine Firewall verursacht werden. Passiert zum Beispiel wenn man am Buffalo Router eine zusätzliche Route setzt um einen Tunnel zum Spektral aufzubauen. Schaut dann in der Kommandozeile wie folgt aus:

root@moserhofgasse34:/etc# traceroute 83.64.208.18
traceroute to 83.64.208.18 (83.64.208.18), 30 hops max, 40 byte packets
 1  * 10.12.0.152 (10.12.0.152)  19.952 ms  4.371 ms
 2  10.12.1.26 (10.12.1.26)  25.409 ms  48.126 ms  122.436 ms
 3  10.12.0.154 (10.12.0.154)  21.596 ms  21.959 ms  6.122 ms
 4  * 10.12.0.19 (10.12.0.19)  981.015 ms  1038.13 ms
 5  10.12.240.147 (10.12.240.147)  951.556 ms *  546.965 ms
 6  10.11.100.1 (10.11.100.1)  951.164 ms  978.56 ms  912.278 ms
 7  83.64.208.18 (83.64.208.18)  1000.69 ms  956.433 ms  901.325 ms
root@moserhofgasse34:/etc# route add -host 83.64.208.18 gw 192.168.11.29
root@moserhofgasse34:/etc# traceroute 83.64.208.18
traceroute to 83.64.208.18 (83.64.208.18), 30 hops max, 40 byte packets
 1 sendto: Operation not permitted
traceroute: wrote 83.64.208.18 40 chars, ret=-1
 *sendto: Operation not permitted
traceroute: wrote 83.64.208.18 40 chars, ret=-1
root@moserhofgasse34:/etc#