Search found 35 matches
- 2020/12/20 22:58:37
- Forum: CentOS 7 - Software Support
- Topic: dovcot no imap login pop3s works
- Replies: 0
- Views: 75
dovcot no imap login pop3s works
Login in with to imaps it does not has i username Dec 20 23:49:09 server4 dovecot: imap-login: Aborted login (no auth attempts in 1 secs): user=<>, rip=2001:.... lip=2001:985:395:1::1:4, session=<UWBDJu22DdQgAQmFA5UAAQwBN6b3XjFA> Sending mail with smtps is not always possible. Ipad: not android smar...
- 2019/12/10 16:02:16
- Forum: CentOS 6 - Networking Support
- Topic: ipset
- Replies: 10
- Views: 2593
Re: ipset
OK.
Thanks.
Thanks.
- 2019/12/06 00:57:07
- Forum: CentOS 6 - Networking Support
- Topic: ipset
- Replies: 10
- Views: 2593
Re: ipset
The use of su takes more passwords entering.
I always login as root. Works easier. I do have user account for normal access.
I always login as root. Works easier. I do have user account for normal access.
- 2019/12/05 02:24:47
- Forum: CentOS 6 - Networking Support
- Topic: ipset
- Replies: 10
- Views: 2593
Re: ipset
This run on Centos6
- 2019/12/04 01:35:15
- Forum: CentOS 8 - General Support
- Topic: dracut initqueue timeout
- Replies: 12
- Views: 18839
Re: dracut initqueue timeout
That what was noted by me when I wanted to mount the usb drive to save the bootlog.
There are raid sets.
Question: Why are dos, centos6 finding them? I made a bootable C drive with it, no problems.
When testing on a normal system Centos8 starts up with no problem.
There are raid sets.
Question: Why are dos, centos6 finding them? I made a bootable C drive with it, no problems.
When testing on a normal system Centos8 starts up with no problem.
- 2019/12/04 01:31:33
- Forum: CentOS 6 - Networking Support
- Topic: ipset
- Replies: 10
- Views: 2593
Re: ipset
I used service ipset save and it made the same file. Only difference is the name. If I understand correct is that both balcklist4 and blacklist6 are stored in the same file. After changing the lists are now loaded at boottime. I made a webpage about iptabels and ipset: https://www.robkalmeijer.nl/te...
- 2019/11/29 17:35:24
- Forum: CentOS 8 - General Support
- Topic: dracut initqueue timeout
- Replies: 12
- Views: 18839
Re: dracut initqueue timeout
There is also a line about a no floppy. The harddisks are connected to a raid controler and there are sets available. I tested it with centos-6 no problem. Raid controller is AMCC With a test on a normal desktop it works fine, so there might something with the hardware. The server is a transtec rack...
- 2019/11/26 23:38:06
- Forum: CentOS 8 - General Support
- Topic: dracut initqueue timeout
- Replies: 12
- Views: 18839
- 2019/11/26 23:33:33
- Forum: CentOS 6 - Networking Support
- Topic: ipset
- Replies: 10
- Views: 2593
Re: ipset
I have the initscript but I cannot see how the the blacklist is saved. I make a list called blacklist4 and blacklist6 and add manual ip adresses. #! /bin/bash # Add a ip4 address to the blacklist. ipset add blacklist4 $1 ipset save blacklist4 > /etc/sysconfig/blacklist4 the restore code should be: i...
- 2019/11/17 17:33:41
- Forum: CentOS 6 - Networking Support
- Topic: ipset
- Replies: 10
- Views: 2593
ipset
I use ipset with ip blocking.
The problem is that I need to change the init script so it will restore the blacklist before iptables is loaded.
My problem is that when there is an update for ipset the script might be changed. So where to put the restore so in wouldn't be lost?
The problem is that I need to change the init script so it will restore the blacklist before iptables is loaded.
My problem is that when there is an update for ipset the script might be changed. So where to put the restore so in wouldn't be lost?