kartoffelsalat wrote:Hey @ all,
i have installed tinyproxy and configured. i used this tutorial: http://wiki.openwrt.org/doku.php?id=old … ilter.file
no i can access the internet via my proxyserver (used in my browser) and also without proxy settings. is it possible to shut down all traffic without proxysettings or with different proxy settings than my tinyproxy ?
thanks in advance
with friendly greetings,
kartoffel
ok no i used the firewall. but for some reason im not able to restrict port 80. and only allow port 8080 to the internet. this is my config
config rule
option src lan
option dest_port 80
option target REJECT
option proto tcp
or
config rule
option src lan
option dest wan
option dest_port 80
option proto tcpudp
option target REJECT
i tried to forward the port 80 traffic to 8080 but without succes. can anyone give me a hint ?
config redirect
option src lan
option proto tcp
option src_dport 80
option dest_port 8080