Skip to main content

All Questions

Tagged with
5 votes
2 answers
3k views

TLS Handshake resets for some web sites when using OpenWRT router

Currently I'm facing a very strange issue with my router. I have TP-Link TL-WDR4300 rev. 1.7 running OpenWRT 18.06.1. The problem originally started 1-2 months ago, when I had OpenWRT 15.05, and the ...
Andrey Sapegin's user avatar
4 votes
1 answer
2k views

iptables on openwrt router: logging connections to a host from clients on the same subnet

I am trying to setup an auto wake-on-lan setup using my router that is running OpenWRT 14.07, Barrier Breaker. My idea is that the router monitors any connection attempts to the host I want to wake up ...
packoman's user avatar
  • 213
3 votes
1 answer
5k views

OpenWrt: how to give wlan clients @ 10.x Internet access via gateway @ 192.168.1.254

I want to isolate guests connecting to my Wi-Fi to the 10.0.0.x subnet, while giving them Internet access. The OpenWrt router is at 192.168.1.48 ("wifi" interface has 10.0.0.1) and my gateway is at ...
Pete's user avatar
  • 63
3 votes
1 answer
2k views

Troubleshooting port forwarding

I'm trying to run a web server from my home network, but I have some difficulty reaching my server from the WAN. If you have an idea where the problem could lie, or need more information, please let ...
David's user avatar
  • 93
2 votes
1 answer
196 views

Preserve incoming interface for answers in openwrt router

I have a Openwrt router with three interfaces: interface br-lan: IP: 172.16.21.1 in a LAN network (172.16.21.0/24). interface eth1: IP: 172.16.22.2 a WAN network (172.16.22.0/30) with Internet access....
Maxfer's user avatar
  • 31
2 votes
1 answer
814 views

OpenWRT port redirection

I have an OpenWRT router. What I need to achieve is a port redirection within my LAN zone. What I mean is, every time I hit local address on port 40413 it should to be redirected to 192.168.1.111:...
Bastian KG's user avatar
1 vote
2 answers
6k views

Create rule in OpenWrt LuCi, apply saved iptables rule from command line

In the OpenWrt LuCi web interface, one can create rules but leave them disabled. I have a rule for forwarding public web traffic to one of the hosts on my private network, but I usually leave it ...
Mark Miller's user avatar
1 vote
1 answer
5k views

Properly block ports on openwrt

I want to block certain protocols to be used, and I do this by blocking their ports such as 53. I tried to edit /etc/config/firewall adding: config rule 'stopdns' option name 'stopdns' ...
pomur's user avatar
  • 23
1 vote
1 answer
1k views

openwrt using iptables with tee seems broken

I've been trying to set up port mirroring on openwrt version 14.07 following this guide: however the command: $iptables -t mangle -A POSTROUTING -o br-lan ! -s 192.168.0.0/16 -j TEE --gateway 192....
GelosSnake's user avatar
1 vote
1 answer
2k views

OpenWRT Firewarll INPUT Chain allowing everything?

I haven't done anything to my the default firewall rules except open a port for ssh from the wan and add the rules for OpenVPN as defined in this tutorial: http://wiki.openwrt.org/doc/howto/vpn....
rainkinz's user avatar
  • 267
1 vote
0 answers
232 views

Redirect all http traffic to static address in OpenWrt on Raspberry

I have an ISP router with IP 192.168.1.254. I installed OpenWrt on my Raspberry PI 3 B. Raspberry is connected to the ISP router via ethernet On the Raspberry I configured 2 networks: wan wifi ...
firegloves's user avatar
1 vote
0 answers
222 views

OpenWRT: Redirect traffic for single clients to different gateway

I am currently reversing a wifi toy. To analyse the devices protocol I would like to redirect its traffic to a linux machine (kali). Then I am using sslsplit to peek into the ssl traffic (CA.cert is ...
Schr0nk's user avatar
  • 11
1 vote
0 answers
341 views

OpenWRT, iptables and ipset rule for redirect destination host to another ip?

How to redirect destination host to another ip? This rule don't work: iptables -t nat -I PREROUTING -m set --match-set redirectsites src,dst -j DNAT --to-destination ipaddr Could you explain, what ...
Kvartu's user avatar
  • 11
1 vote
0 answers
432 views

assign IP to tinyproxy on OpenWrt

I have installed tinyproxy on OpenWrt and now I want to make rules for iptables that match traffic from tinyproxy. I want to mark this traffic with set-mark and route it to different routing table. My ...
userbb's user avatar
  • 131
1 vote
1 answer
2k views

Openwrt in bridge mode - ebtables kernel error

I have a setup at home as follow: DHCP clients -----> (wifi)(bridge) Openwrt -----> (eth)Main Router The device I'm using is TPlink MR3020 with Barrier Breaker and I tried to set up ...
Enes Aldemir's user avatar

15 30 50 per page