LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-08-2017, 06:32 PM   #1
redhatexp
LQ Newbie
 
Registered: Feb 2017
Posts: 4

Rep: Reputation: Disabled
443 not opened


// readhat
PHP Code:
cat /etc/services grep 443
https           443
/tcp                         # MCom
https           443/udp                         # MCom 
443 is in services, but is not open.

PHP Code:
PORT     STATE SERVICE
22
/tcp   open  ssh
111
/tcp  open  rpcbind
199
/tcp  open  smux
514
/tcp  open  shell
631
/tcp  open  ipp
934
/tcp  open  unknown
4444
/tcp open  krb524
5432
/tcp open  postgres 
How do we make it open?

Appreciate it!
 
Old 03-08-2017, 08:02 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,530
Blog Entries: 28

Rep: Reputation: 6200Reputation: 6200Reputation: 6200Reputation: 6200Reputation: 6200Reputation: 6200Reputation: 6200Reputation: 6200Reputation: 6200Reputation: 6200Reputation: 6200
This might help. https://access.redhat.com/documentat...ipt-basic.html

Do you have SELinux enabled?
 
Old 03-08-2017, 10:44 PM   #3
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,208

Rep: Reputation: 455Reputation: 455Reputation: 455Reputation: 455Reputation: 455
As Frankbell suggested, you need to check if SELinux is enabled and check as well what firewall you have in your OS.

And one more thing, are you opening the 443 to outside world? or just in the local network?

If opening to Internet, and your network has Hardware Firewall you will need it to be opened there also and map IP to your Redhat box.

check out links below:
http://www.linuxquestions.org/questi...t-7-1-a-13708/
http://www.lophost.com/tutorials/ded...-linux-server/

Good luck!
 
Old 03-09-2017, 05:03 AM   #4
redhatexp
LQ Newbie
 
Registered: Feb 2017
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frankbell View Post
This might help. https://access.redhat.com/documentat...ipt-basic.html

Do you have SELinux enabled?

Thank you!
I need to enable https:// (only inside of our network), so would this work?

PHP Code:
iptables -A INPUT -p tcp -m tcp --sport 443 -j ACCEPT
iptables 
-A OUTPUT -p tcp -m tcp --dport 443 -j ACCEPT 
 
Old 03-09-2017, 05:11 AM   #5
redhatexp
LQ Newbie
 
Registered: Feb 2017
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by JJJCR View Post
As Frankbell suggested, you need to check if SELinux is enabled and check as well what firewall you have in your OS.

And one more thing, are you opening the 443 to outside world? or just in the local network?

If opening to Internet, and your network has Hardware Firewall you will need it to be opened there also and map IP to your Redhat box.

check out links below:
http://www.linuxquestions.org/questi...t-7-1-a-13708/
http://www.lophost.com/tutorials/ded...-linux-server/

Good luck!

Thank you!

It is just for local network.
 
Old 03-09-2017, 05:39 AM   #6
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,194
Blog Entries: 1

Rep: Reputation: 2056Reputation: 2056Reputation: 2056Reputation: 2056Reputation: 2056Reputation: 2056Reputation: 2056Reputation: 2056Reputation: 2056Reputation: 2056Reputation: 2056
Quote:
cat /etc/services | grep 443
https 443/tcp # MCom
https 443/udp # MCom

443 is in services, but is not open.

PORT STATE SERVICE
22/tcp open ssh
111/tcp open rpcbind
199/tcp open smux
514/tcp open shell
631/tcp open ipp
934/tcp open unknown
4444/tcp open krb524
5432/tcp open postgres
How do we make it open?
First of all you need to run a webserver using SSL, so it listens on port 443.
Listing 443 in /etc/services does not mean that there is a service running and listening on that port

Regards
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Apache does not listen 443 tranphat Linux - Server 4 10-11-2017 01:46 PM
Use 'yum' on port 443 only t0rnado Linux - Server 6 02-12-2015 10:49 AM
how to split 80 and 443? please Linux - Networking 1 06-22-2009 09:22 AM
SSH on port 443? nsusa Linux - Newbie 1 11-08-2005 08:53 PM
Getting SSL onto PORT 443 kuso Linux - Software 6 03-10-2004 11:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration