Linksys WRT54GL Problem mit Charles Web Proxy

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC basierende Hardware
Author Message
MarioK
DD-WRT Novice


Joined: 26 Nov 2014
Posts: 1

PostPosted: Wed Nov 26, 2014 8:37    Post subject: Linksys WRT54GL Problem mit Charles Web Proxy Reply with quote
Ich grüße euch,
im Anhang habe ich beigefügt was ich haben möchte. Nun zur Theorie und was ich bisher erreicht habe und was ich erreichen möchte!!

Ziel:
Wenn ich auf dem TV HbbTV oder im Browser eine Webseite öffne möchte ich mit Charles die URL ändern können. Insgesamt soll das nachher auf allen TV Geräten in meinem Haus so gehen. Anmerkung: In Samsung Geräten lässt sich kein Proxy einstellen, deswegen das Vorhaben in der Skizze.

Was bisher geschah:
Auf dem WRT54Gl DD-WRT Standard installiert. Noch keine weiteren Einstellungen vorgenommen. Im Administrationsbereich habe ich folgendes ausführen lassen :
Code:

#!/bin/sh
PROXY_IP=Feste IP meines Rechners
PROXY_PORT=8888
LAN_IP=`nvram get lan_ipaddr`
LAN_NET=$LAN_IP/`nvram get lan_netmask`

iptables -t nat -A PREROUTING -i br0 -s $LAN_NET -d $LAN_NET -p tcp --dport 80 -j ACCEPT
iptables -t nat -A PREROUTING -i br0 -s ! $PROXY_IP -p tcp --dport 80 -j DNAT --to $PROXY_IP:$PROXY_PORT
iptables -t nat -I POSTROUTING -o br0 -s $LAN_NET -d $PROXY_IP -p tcp -j SNAT --to $LAN_IP
iptables -I FORWARD -i br0 -o br0 -s $LAN_NET -d $PROXY_IP -p tcp --dport $PROXY_PORT -j ACCEPT


Dieses habe ich von http://www.dd-wrt.com/wiki/index.php/Squid_Transparent_Proxy dort unter Proxy Server on the LAN Subnet. Allerdings bin ich davon ausgegangen das SQUID schon installíert ist. Ist das schon mit dabei?

Desweiteren habe ich die IP des TV Gerätes auf die IP des WRT54GL gesetzt. Aber das Tv Gerät bekommt kein Internet.

Bevor ich weiter aushole möchte ich sagen, dass ich glaube meine WRT54GL ist nicht richtig konfiguriert.

Ich bitte euch um Hilfe......



show.jpg
 Description:
Das möchte ich haben!!
 Filesize:  213.47 KB
 Viewed:  4399 Time(s)

show.jpg


Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC basierende Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum