Search found 88 matches
- 2020/12/21 17:09:40
- Forum: CentOS 8 - Networking Support
- Topic: Centos8 firewalld issue
- Replies: 7
- Views: 185
Re: Centos8 firewalld issue
I am glad this started working since I spend a lot of time for that image be ready in production .......
- 2020/12/21 16:50:59
- Forum: CentOS 8 - Networking Support
- Topic: Centos8 firewalld issue
- Replies: 7
- Views: 185
Re: Centos8 firewalld issue
now every time I reboot I dont have to login as root to have network working like should - I did not like USERS=root since the beginning in my network card config
- 2020/12/21 16:49:31
- Forum: CentOS 8 - Networking Support
- Topic: Centos8 firewalld issue
- Replies: 7
- Views: 185
Re: Centos8 firewalld issue
realy ????????????
USERCTL=no
and disable
#USERS=root
in network card config and viola
USERCTL=no
and disable
#USERS=root
in network card config and viola
- 2020/12/21 16:39:12
- Forum: CentOS 8 - Networking Support
- Topic: Centos8 firewalld issue
- Replies: 7
- Views: 185
Re: Centos8 firewalld issue
firewalld is completely disabled
rebooted vm and no luck
as soon I login to VM through terminal all works - something is not right
rebooted vm and no luck
as soon I login to VM through terminal all works - something is not right
- 2020/12/21 16:29:39
- Forum: CentOS 8 - Networking Support
- Topic: Centos8 firewalld issue
- Replies: 7
- Views: 185
Re: Centos8 firewalld issue
I am not sure if this is firewalld issue:
1. firewalld is stopped.
2. firewalld is disabled
reboot the VM
try to login using ssh with 3333 no luck
work around: Login through the console and ping google.com
miracle now I can login through SSH using 3333 port
1. firewalld is stopped.
2. firewalld is disabled
reboot the VM
try to login using ssh with 3333 no luck
work around: Login through the console and ping google.com
miracle now I can login through SSH using 3333 port
- 2020/12/21 16:11:38
- Forum: CentOS 8 - Networking Support
- Topic: Centos8 firewalld issue
- Replies: 7
- Views: 185
Centos8 firewalld issue
Hello, I have just created simple basic centos8 vm for production, and the first thing I noticed after restarting some firewalld issues: public (active) target: default icmp-block-inversion: no interfaces: ens192 sources: services: ports: 25/tcp protocols: masquerade: no forward-ports: source-ports:...
- 2018/07/06 15:58:33
- Forum: CentOS 6 - General Support
- Topic: Centos6 iptables clamav question
- Replies: 18
- Views: 2934
Re: Centos6 iptables clamav question
dang it Trevor ---- you are right !!!!!!! Jeeeeezzzzzz I overlooked that: drwxr-xr-x. 2 clam clam 4096 Jul 6 10:54 . drwxr-xr-x. 30 root root 4096 Jun 2 16:42 .. -rw-r--r--. 1 clam clam 947712 Jun 27 08:14 bytecode.cld -rw-r--r--. 1 clam clam 143630848 Jul 6 09:46 daily.cld -rw-r--r--. 1 clam clam 4...
- 2018/07/06 14:55:11
- Forum: CentOS 6 - General Support
- Topic: Centos6 iptables clamav question
- Replies: 18
- Views: 2934
Re: Centos6 iptables clamav question
thats exatly what I have and with that it does not work: filter :INPUT DROP [0:0] :FORWARD DROP [0:0] :OUTPUT DROP [0:0] :apache_out - [0:0] :clamav_out - [0:0] :postfix_out - [0:0] :system_out - [0:0] -N LOGGING -A INPUT -j LOGGING -A FORWARD -j LOGGING -A INPUT -i lo -s 127.0.0.1 -d 127.0.0.1 -j A...
- 2018/07/02 11:48:13
- Forum: CentOS 6 - General Support
- Topic: Centos6 iptables clamav question
- Replies: 18
- Views: 2934
Re: Centos6 iptables clamav question
ok make sence why updating database did not recognise DNS: Chain clamav_out (0 references) num target prot opt source destination 1 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 2 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 3 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:53 when changed to: -A OUTPUT -p...
- 2018/07/02 01:03:31
- Forum: CentOS 6 - General Support
- Topic: Centos6 iptables clamav question
- Replies: 18
- Views: 2934
Re: Centos6 iptables clamav question
I have this when iptables are enabled - something is blocking it PROTO=TCP SPT=13660 DPT=58666 WINDOW=495 RES=0x00 ACK PSH URGP=0 Jul 1 20:00:05 centos22 kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Jul 1 20:00:05 centos22 kernel: nf_conntrack version 0.5.0 (7967 buckets, 31868 max) Jul 1 20...