Search found 4 matches

by izghitu
01 Jan 2020, 17:17
Forum: General Discussion (csf)
Topic: Allow PPTP / GRE
Replies: 2
Views: 3456

Re: Allow PPTP / GRE

Hi,

Something like this should help:

Code: Select all

[root@server csf]# cat csfpost.sh
#!/bin/bash
iptables -I INPUT -p gre -j ACCEPT
iptables -I OUTPUT -p gre -j ACCEPT
iptables -I FORWARD -i ppp+ -j ACCEPT
[root@server csf]#
You also need to enable ipv4 packet forward with sysctl.

Hope it helps.
by izghitu
11 Oct 2013, 21:52
Forum: General Discussion (csf)
Topic: whitelist LF_SSH_EMAIL_ALERT
Replies: 1
Views: 2761

whitelist LF_SSH_EMAIL_ALERT

Hi, The questions is in regard to this: # Send an email alert if anyone logs in successfully using SSH LF_SSH_EMAIL_ALERT = "0" Is it possible to whitelist a username that logs in via SSH so that when it happens I do not get an email?] I tried to whitelist the source IP and also added user...
by izghitu
15 Jan 2008, 18:09
Forum: MailScanner
Topic: MailScanner Segmentation Fault
Replies: 2
Views: 5160

that helped, many thanks
by izghitu
15 Jan 2008, 09:12
Forum: MailScanner
Topic: MailScanner Segmentation Fault
Replies: 2
Views: 5160

MailScanner Segmentation Fault

Hello,

I was using the nice MailScanner setup for cPanel on my Fedora Core 4 server.
It was working fine for 4 months until yesterday.
When trying to start MailScanner I get a Segmentation Fault.

Anyone experiencing this problem?

If you need more info from me then please ask.

Please help.

Thanks