Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    What on earth am I doing wrong? [SQUID 3.4.8]

    Scheduled Pinned Locked Moved Cache/Proxy
    1 Posts 1 Posters 650 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      squidmakingmyheadexplode
      last edited by

      There are multiple I.P's on my server which I want to use for proxies. Access only allowed by a specific I.P.
      But whatever I try, all connections are accepted. I want it only to be accessed by the I.P specified as 'AllowedClientIp'

      This is my config file:

      http_port PROXYIP:PORT name=1
      http_port PROXYIP:PORT  name=2
      http_port PROXYIP:PORT  name=3

      acl een myportname 1 src AllowedClientIp
      http_access allow een
      tcp_outgoing_address PROXYIP:PORT een

      acl twee myportname 2 src AllowedClientIp
      http_access allow twee
      tcp_outgoing_address PROXYIP:PORT twee

      acl drie myportname 3 src AllowedClientIp
      http_access allow drie
      tcp_outgoing_address PROXYIP:PORT drie

      http_access deny all

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.