PDA

Bekijk de volledige versie : Web-Konfiguration weg



tom_meinhardt
01-07-2008, 17:35
Hallo an alle WL500g'ler,

als erstes einen herzlich Dank an wengi für das ausführliche und gute Tutorial.

Jetzt zu meinem Problem.
Ich habe den busybox_httpd folgendermaßen eingerichtet:

post-mount:


busybox_httpd -c /opt/etc/httpd.conf -p 8080 -r "xxx" -h /opt/share/www


post-firewall:

iptables -t nat -I PREROUTING -p tcp -d 192.168.1.1 --dport 80 -j DNAT --to 192.168.1.1:8080
iptables -t nat -D PREROUTING -i vlan1 -p tcp --dport 80 -j DROP
iptables -t nat -D PREROUTING -i vlan1 -p tcp --dport 8080 -j DROP
iptables -A INPUT -i vlan1 -d 192.168.1.1 -p tcp --syn --dport 8080 -j ACCEPT

Ich komme mittels dyndns problemlos auf meine Sites, allerdings komme ich nicht mehr auf die Oleg-Web-Konfiguration.

Was mache ich falsch.

Grüße
Tom

tom_meinhardt
03-07-2008, 10:42
Hat sich erledigt!

Grüße
Tom

WLAN-Fan
16-07-2008, 22:07
Woran hat es gelegen?

darius
19-07-2008, 14:48
Hallo,

wengis Tutorial fuer Olegs firmware kommt aus 2007, also ist 12 Monate alt.
Soll ich Olegs firmware -9 oder -10 auf meinem WL-500gP v2
installieren ?
Und was weiter mit busybox_httpd.
Bitte um html-Link zu wengis Tutorial ueber busybox_httpd.
I will meine html Seiten /www public directory auf USB Pendrive installieren.

Danke.

Darius

Kann ist Du mir

Hallo an alle WL500g'ler,

als erstes einen herzlich Dank an wengi für das ausführliche und gute Tutorial.

Jetzt zu meinem Problem.
Ich habe den busybox_httpd folgendermaßen eingerichtet:

post-mount:


busybox_httpd -c /opt/etc/httpd.conf -p 8080 -r "xxx" -h /opt/share/www


post-firewall:

iptables -t nat -I PREROUTING -p tcp -d 192.168.1.1 --dport 80 -j DNAT --to 192.168.1.1:8080
iptables -t nat -D PREROUTING -i vlan1 -p tcp --dport 80 -j DROP
iptables -t nat -D PREROUTING -i vlan1 -p tcp --dport 8080 -j DROP
iptables -A INPUT -i vlan1 -d 192.168.1.1 -p tcp --syn --dport 8080 -j ACCEPT

Ich komme mittels dyndns problemlos auf meine Sites, allerdings komme ich nicht mehr auf die Oleg-Web-Konfiguration.

Was mache ich falsch.

Grüße
Tom

wengi
20-07-2008, 12:44
1.) Schau in meine Signatur
2.) Schau Dir in den HowTos immer die Letzte Zeiel an (Last edited ...)
3.) Wenn Du das hier schon postest brauchst Du mir keine PN zu schicken
4.) Viel Spaß mit Deinem Router :D

wengi