Questions tagged [rules]

131 questions
0
votes
1 answer

How to secure internet access to go only via captive portal rules?

I have set up a pfSense Captive portal service witch blocks access for unauthorized users. Generally, without CP enabled, packets can pass away with no restriction. The thing I want is to set the firewall in the way the traffic can pass only via CP…
Marko Farkas
  • 163
  • 3
  • 11
0
votes
1 answer

How to set up nested acl rules in HAProxy?

I serve multiple services from my domain using the same HAProxy instance, at domain.com/s1/ and domain.com/s2/ . I would like to do some operations (including ACL matching) only when certain conditions are met within s2. Using acl's like acl…
Animesh
  • 249
  • 1
  • 2
  • 9
0
votes
1 answer

rSyslog - Rule for all (UDP) remote massages

Is there a way to create a rsyslog rule that will process all incoming udp traffic to a different file (the same way rules are written for subsystems) So for example I would do something like this udp.* /var/log/remoteSrv The closest I have fund…
0
votes
1 answer

Nginx rules conversion

I have these htaccess rules: Options -MultiViews RewriteEngine On # Redirect Trailing Slashes... RewriteRule ^(.*)/$ /$1 [L,R=301] # Handle Front Controller... RewriteCond…
Sherif
  • 33
  • 2
0
votes
1 answer

ModSecurity SecRule REMOTE_ADDR NOT WORKING?

I'm trying to nolog for a particular IP 10.68.***.96 and 127.0.0.1 address but it seem not working... I already tried the following configurations (I know that some of them are depreciated but it's for the test): SecRule REMOTE_ADDR "@ipMatch…
0
votes
0 answers

Anti-Affinity Rules not Enabling in vCenter 6.0

Can anyone please help. I am building a new vCenter with 3 hosts, all running VMWare ESXi 6.0. I currently have about 16-18 VMs created. I have been able to create a number of Affinity and Anti-Affinity rules so far but one rule is just failing to…
mokins
  • 1
0
votes
1 answer

Transport rule disclaimer in new emails before sending

I have created a transport rule in exchange 2010 so attach disclaimers to emails. Is it possible to make this disclaimers visible in the newly created email before it is sent?
oshirowanen
  • 292
  • 3
  • 13
0
votes
1 answer

Adding signatures to emails via transport rule in exchange management console

I am trying to setup a transport rule in exchange management console which creates a signature at the end of a users emails. This seems to work. The problem however, is that the signature gets added to the end of the full chain of emails. So if…
oshirowanen
  • 292
  • 3
  • 13
0
votes
1 answer

Iptables rules, how to allow another server IPs

I have 5 ips 1.1.1.1 1.1.1.2 1.1.1.3 1.1.1.4 1.1.1.5 i already install openvz & openvz webpanel in main ip then create a vps with ip 1.1.1.2 i cant open 1.1.1.2, but if i disable iptables firewall, i can open it service iptables save service…
0
votes
1 answer

Ejabberd returning 503 Service Unavailable when trying in-channel registration

I've put the following snippet into my ejabberd.cfg, under the modules section: {mod_register, [ {ip_access, "my.ip.add.ress"}, %%% some default rules included with the cfg file %%% ]}, Alongside…
Jules
  • 201
  • 3
  • 11
0
votes
1 answer

Is it possible to write a udev rule to keep other udev rules from running?

This http://reactivated.net/writing_udev_rules.html says It is important to understand that udev will not stop processing when it finds a matching rule, it will continue searching and attempt to apply every rule that it knows about. But I want…
Stu
  • 2,118
  • 2
  • 15
  • 21
0
votes
1 answer

Inbound IPTables rules based on queried domain

I have an odd situation and I'm not entirely sure if it is even possible in IPTables. If it isn't, that's fine and I can do without. If it is, fantastic, I'd love to see how to implement it. So, my DNS records basically work like this. I have…
0
votes
1 answer

rewrite rule is ignored

I have some problems with rewrite rule. I have 2 scripts, article.php?url= and product.php?ulrprodus= and I want to setup for them rewrite rules like below: My Rewrite rules: RewriteEngine On Options +FollowSymLinks RewriteRule…
0
votes
2 answers

postfix - How to create truly user based rules for limiting?

I have a mail server (postfix 2.9.6) up and running with 15-20 users, only for internal usage with one single domain, let's call it xyz.mail.lan Users are: user1@xyz.mail.lan user2@xyz.mail.lan user3@xyz.mail.lan … …
Paul
  • 3
  • 1
0
votes
1 answer

How can I export Mdaemon filter rules

I'm now migrating my Mdaemon Mail Server to a Zimbra Server. I can export the account list, synchronize the mail data via IMAP. But I dont know how to export the IMAP filter rules of each Mdaemon account and import to Zimbra Filter Anybody knows how…
Megame
  • 1
1 2 3
8 9