What's new

Any experts with IPTABLES here?

JaimeZX

Senior Member
I have an ASUS RT-AC3100 running Skynet, AB-Solution, and Pixelserv.

My problem here is that most of the devices on my network are on "Guest" SSIDs, but the Pixelserv IP is only visible to machines on the LAN and primary Wifi. Unfortunately that means huge lags in loading pages for most devices, because the browsers are sitting waiting for something that was blocked at the router.

Running Adblock Plus or something helps on some machines, but not all of them. So I'd like the Pixelserv IP (192.168.2.3) to be visible to any IP on the router. Does anyone know if I can do that with:

Code:
iptables --append INPUT --match tcp --protocol tcp --src 192.168.10.1/24 --dst 192.168.10.3 --jump ACCEPT

If not, what suggestions do you have? Thanks much in advance.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top