Questions tagged [blocking]
124 questions
0
votes
4 answers
Website filtering for OpenVPN clients
I am currently trying to block some websites by their domain names for all the clients of my OpenVPN server.
My first idea was to use the /etc/hosts file. But, its effects seem to be limited to the host only and not to be taken in consideration by…

Asche
- 101
- 1
- 1
0
votes
1 answer
How to check what process is blocking local linux server (Slackware)
I have a Slackware linux server at my work. This is network, database and web server. Our main web application is used as a backend application to administrate our public website (which is frequently updated) and for working with clients (mini ERP)…

Kosta
- 103
- 3
0
votes
1 answer
Is there a chance to block images spiders / bots on dedicated servers without using robots.txt or .htaccess?
We know that we can block certain spiders from crawling websites pages using robots.txt or .htaccess or maybe via the Apache configuration File httpd.conf.
But that requires to edit may be a large number of sites on some dedicated servers and bots…

hsobhy
- 181
- 1
- 2
- 10
0
votes
1 answer
How to block access from all hosting services? (like gutenberg.org)
gutenberg.org blocks access to all hosting services as per
http://www.gutenberg.org/error403.php
How to achieve this? Is there a list of hosting ips? Also, would these be added to CSF?

giorgio79
- 1,837
- 9
- 26
- 36
0
votes
1 answer
Debian Dmesg Error - What does this output mean regarding an outage on eth1?
The tale of the NIC that quit;
I have chucked the end of dmesg output from a server into pastebin;
This server (PowerEdge 1850) has two NICs, eth0 and eth1. eth1 has a couple of VLANs defined on it, and those in turn are in different bridges, one…

jwbensley
- 4,202
- 11
- 58
- 90
0
votes
1 answer
Blocking websites on Windows OS machine: registry vs firewall
When attempting to block a particular website (e.g. www.facebook.com) on a Windows XP 64bit Professional SP3 machine there are a number of methodologies that can be employed. Some methods are clearly weak (blocking through Internet explorer) but it…

Stumbler
- 113
- 5
0
votes
1 answer
Nginx php-fpm pool being blocked and stop responding
I'm having some issues with requests for pages not getting a response after requests take a long time to process.
I have nginx setup to use php-fpm. I have two pools setup in PHP-FPM. One pool for general web page requests, one pool to serve up…

Danack
- 1,216
- 1
- 16
- 27
0
votes
6 answers
Are there any Thin Client software's for WinXP that block P2P and torrent? Except server-side installation
I want to block p2p and torrent connection without any firewall or server-side software installation.
Most of all it is FREE.
Thanks.

Nathaniel Varona
- 758
- 2
- 9
- 22
0
votes
2 answers
Can I use an IP-list include file for iptable blacklisting?
I would like to block all countries except mine in iptables, that is a list with about 100.000 Entries.
How can I define this blacklist file in a script, so iptables blocks all those IP ranges?
Maybe I can use:…

rubo77
- 2,469
- 4
- 34
- 66
0
votes
2 answers
Block port 25 on SBS 2003; allow Exchange
I know this is a noob question, but I haven't been able to find an answer on exactly what I'm looking for.
My mail server was recently blacklisted due to being infected with cutwail. Part of the de-listing instruction is to block port 25,…

Geo Ego
- 205
- 3
- 13
0
votes
1 answer
synchronization between two (or more) file servers : block open files to avoid conflicts
"Short version": When a user opens a file on a local share, other users can open only in read-only, until it is closed.
I want this to be true for the remote copy of the file: read-only when the local file is opened.
"Details": I have two (to begin)…

Klingel
- 1
- 1
0
votes
1 answer
Port periodically blocked
I'm wondering what are the possible ways to block some port while it is in use by some other process?
Short story long: I've got an app(1) that communicates with another app(2) on one host/local machine through some port (7080). Periodically…

Denys S.
- 225
- 1
- 4
- 12
0
votes
1 answer
Blocking RDP connections from secondary IP addresses
I have a webserver running Windows 2008 R2 with multiple IPs assigned to it. I want to be able to RDP to the box via the main IP assigned to the box but not from any of the secondary IPs (ie... the websites IPs). I assume if I had control of the…

user73995
- 1
- 1
0
votes
2 answers
restrict ip stealing
we are working in a lab with set of 35 systems in college. my system is only ubuntu installed and i got the separate ip for my project purpose. and each one having the separate ip. but somebody else unknowingly use my ip to download movies and not…

selvakumar
- 121
- 4
0
votes
1 answer
Blocking Clients while Forwarding All Traffic
Greetings,
How to block clients by masking their subnet mask or changing their gateway information while forwarding any outward traffic from such clients to a specific proxy or server to display some message or captive portal ? What subnet mask…
Geeko