What's new

Any experts with IPTABLES here?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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.
 
Similar threads
Thread starter Title Forum Replies Date
L&LD And... Here's Ivanti with the latest VPN exploits live. General Network Security 3

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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