*nix Thread, IPTables - Port rules in Technical; Hi Guys,
Anyone know how to block external (internal) access to a port on a *nix machine. Currently running a ...
-
17th September 2008, 02:41 PM #1 IPTables - Port rules
Hi Guys,
Anyone know how to block external (internal) access to a port on a *nix machine. Currently running a SQUID(NTLM)>DANSGUARDIAN>SQUID(CACHE) setup and its working beautifully, only problem. Changing ports allows skipping of both S1, and DG.
NTLM running on 8080, DG running on 1355, CACHE running on 1356. I can change the port to 1356 and head straight onto the interweb, how do I only allow 127.0.0.1 to access port 1356?
I found this code somewhere on the interweb, however it wasn't related to the topic.
Code:
iptables -t nat -D PREROUTING -s ! 127.0.0.1/24 -p tcp --dport 1356 -j DROP
Not quite sure, not sure on the /24 either.
Any ideas?
-
-
IDG Tech News
-
17th September 2008, 02:45 PM #2 Easier way, make squid listen only on localhost.
Code:
http_port localhost:1356
-
Thanks to Geoff from:
ahuxham (17th September 2008)
-
17th September 2008, 02:56 PM #3 
Originally Posted by
Geoff
Easier way, make squid listen only on localhost.
Code:
http_port localhost:1356
Thanks Geoff, I did think of that but had tried 127.0.0.1:1356 and it still allowed a connection through, however localhost works perfectly!
P.S Would the above code do the same?
-
SHARE:
Similar Threads
-
By Tiger in forum MIS Systems
Replies: 3
Last Post: 19th February 2008, 11:13 PM
-
Replies: 1
Last Post: 23rd December 2007, 11:19 PM
-
By bigb3n in forum Windows
Replies: 3
Last Post: 29th October 2007, 02:20 PM
-
Replies: 23
Last Post: 9th November 2005, 02:54 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules