Hello,
I would like to open the TCP port 27008 in my LEAP 15.1. I used the following command line:
Then I checked whether 27008 was really open or not with command line:
It seems that the port 27008 is still closed. I am just wondering how shall we resolve this issue?
Thanks a lot
Albert
I would like to open the TCP port 27008 in my LEAP 15.1. I used the following command line:
Code:
> firewall-cmd --zone=public --add-port=27008/tcp --permanent
> firewall-cmd --reload
Code:
> firewall-cmd --list-services
ssh dhcpv6-client tftp tlwebaccess tlwebadm tlmaster tlagent
> /usr/sbin/iptables -nvL | grep 27008
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:27008 ctstate NEW
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:27008 ctstate NEW
> nc -v 192.168.16.31 27008
nc: connect to 192.168.16.31 port 27008 (tcp) failed: Connection refused
It seems that the port 27008 is still closed. I am just wondering how shall we resolve this issue?
Thanks a lot
Albert