Results 1 to 5 of 5

Thread: Web-Konfiguration weg

  1. #1

    Web-Konfiguration weg

    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:
    Code:
    busybox_httpd -c /opt/etc/httpd.conf -p 8080 -r "xxx" -h /opt/share/www
    post-firewall:
    Code:
    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

  2. #2
    Hat sich erledigt!

    Grüße
    Tom

  3. #3
    Join Date
    Nov 2005
    Location
    Germany
    Posts
    423

  4. #4
    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
    Quote Originally Posted by tom_meinhardt View Post
    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:
    Code:
    busybox_httpd -c /opt/etc/httpd.conf -p 8080 -r "xxx" -h /opt/share/www
    post-firewall:
    Code:
    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

  5. #5
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    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

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

Similar Threads

  1. Yet another web front-end for rTorrent
    By Novik in forum WL-500g Custom Development
    Replies: 22
    Last Post: 16-10-2010, 16:58
  2. with Access point no web interface
    By Ternet in forum WL-500w Q&A
    Replies: 0
    Last Post: 16-03-2008, 14:34
  3. Replies: 7
    Last Post: 28-02-2008, 16:16
  4. Replies: 1
    Last Post: 09-01-2008, 11:06

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •