Re: [CentOS] firewalld and LISTEN

2017-07-30 Thread 望月忠雄
Dear Alexander, Thank you. Tadao 2017-07-31 1:25 GMT+09:00 Alexander Dalloz : > Am 30.07.2017 um 07:06 schrieb 望月忠雄: > >> Please teach me one more. >> By 'firewall-cmd --list' its answer is following. >> >> external (active) >>target: default >>icmp-block-inversion: no >>interfaces

Re: [CentOS] firewalld and LISTEN

2017-07-30 Thread Alexander Dalloz
Am 30.07.2017 um 07:06 schrieb 望月忠雄: Please teach me one more. By 'firewall-cmd --list' its answer is following. external (active) target: default icmp-block-inversion: no interfaces: eth0 sources: services: dns ftp http https imaps pop3s smtp ssh ports: 110/tcp 21/tcp 2/tc

Re: [CentOS] firewalld and LISTEN

2017-07-29 Thread 望月忠雄
Dear Gordon Messmer, Thank you. Please teach me one more. By 'firewall-cmd --list' its answer is following. external (active) target: default icmp-block-inversion: no interfaces: eth0 sources: services: dns ftp http https imaps pop3s smtp ssh ports: 110/tcp 21/tcp 2/tcp 106/tcp 5

Re: [CentOS] firewalld and LISTEN

2017-07-27 Thread Gordon Messmer
On 07/27/2017 06:36 PM, 望月忠雄 wrote: But by ss -nat, IPV4 443 is not listend. How can I fix? # ss -nat | grep LISTEN | grep 443 LISTEN 0 128 :::443 :::* By default, Linux processes that listen on an IPv6 port will also listen on the IPv4 port (when no spec

Re: [CentOS] firewalld and LISTEN

2017-07-27 Thread 望月忠雄
Dear Jonathan, Thank you. Apache is running. And I can access by https(IPV4 443). Please tell me which configuration I need to check. Tadao 2017-07-28 10:52 GMT+09:00 Jonathan Billings : > On Jul 27, 2017, at 9:36 PM, 望月忠雄 wrote: > > > > On CentOS7 I have following firewalld setting. > > > >

Re: [CentOS] firewalld and LISTEN

2017-07-27 Thread Jonathan Billings
On Jul 27, 2017, at 9:36 PM, 望月忠雄 wrote: > > On CentOS7 I have following firewalld setting. > > external (active) > target: default > icmp-block-inversion: no > interfaces: eth0 > sources: > services: dns ftp http https imaps pop3s smtp ssh > ports: 110/tcp 21/tcp 2/tcp 106/tcp 53/tcp