Optional - Set Up Port Forwarding For Single Application Server
Maybe your like
After the installer has completed, Learn will be available on the following ports by default. http://localhost:8080 https://localhost:8443 Before continuing with the post configuration steps, confirm Blackboard Learn is available on the server by accessing the application from the above URLs.
Run Learn on default web ports 80 and 443
In order for Learn to be presented to end users on the default web ports of 80 and 443, the service needs to be proxied. On a load balanced system, the load balancer would be present on ports 80 and 443 to end users, from a pool of backend servers running on the proxy ports 8081 and/or 8444. See Set Up Load Balancing.
For standalone instances, a port forward needs to be implemented on the Learn Application Server.
UNIX
On Unix systems, the privilege port numbers are 1-1023, these ports can only be bound by the root user. Learn runs as a non-privileged designated bbuser.
To avoid privileged bind issues on Unix, ports 80 and 443 need to be redirected to the tomcat ports 8081 and 8444 respectively.
Port forward using iptables
Edit /etc/sysconfig/iptables
## add prerouting for learn only (no httpd) operation *nat :PREROUTING ACCEPT [7:1068] :POSTROUTING ACCEPT [8:480] :OUTPUT ACCEPT [8:480] :RH-Firewall-1-INPUT - [0:0] -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8081 -A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 8444 -A OUTPUT -p tcp -m tcp -o lo --dport 80 -j REDIRECT --to-ports 8081 -A OUTPUT -p tcp -m tcp -o lo --dport 443 -j REDIRECT --to-ports 8444 ## end prerouting ... # must be able to receive requests on ports 80 and 443 -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 443 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT COMMIT
Save, exit the editor, and restart iptables: # service iptables restart
Windows
First confirm that IIS is not installed and remove it if necessary. See Remove the IIS service.
Before proceeding you must export any TLS certificates and remove IIS if it is installed.
To present the service to end users on the default web ports of 80 and 443, the default installation ports need to be manually changed in the bb-config.properties file.
- Edit blackboard\config\bbconfig.properties as follows:
bbconfig.appserver.http.portnumber=80 #default value is 8080 bbconfig.appserver.https.portnumber=443 #default value is 8443
- PushConfigUpdates
blackboard\tools\admin\PushConfigUpdates.bat
Set the frontend port and protocol
If the frontend port and protocol were not set at first installation, these must be updated to match the ports used by end users.
- Open bb-config.properties in a text editor such as Notepad.
- Locate the bbconfig.frontend section and add the details for the Frontend.
bbconfig.frontend.fullhostname=frontend.host.name #replace frontend.host.name with the resolvable hostname for this server. bbconfig.frontend.portnumber=443 bbconfig.frontend.protocol=https
Learn requires TLS at the point of access by users. If using port forwarding these need to match the ports configured earlier.
- Restart Learn and propagate the changes by executing: /usr/local/blackboard/tools/admin/PushConfigUpdates.bat
Tag » How To Open Port 8444
-
Open CHIA 8444 Port On The Router - SPEED UP YOUR SYNCING!
-
Resolving Sync Issues Port 8444 · Chia-Network/chia-blockchain Wiki
-
[REQ]How To Open Port 8444? · Issue #3836 - GitHub
-
Have You Forwarded Port 8444 Via Your Router To Your Primary Farmer ...
-
This Might Be Helpful: How To Check If Port 8444 Is Really Open : R/chia
-
Chia Port Forwarding | How To Open Ports For Chia Network - PureVPN
-
Opening Port 8444 (Windows Users) : Chia - Reddit
-
Forward Port 8444 To Chia Blockchain From Your Router
-
Port 8444 (tcp/udp) - SpeedGuide
-
Chia Mining Open CHIA 8444 Port On The Router - SPEED UP YOUR ...
-
Open Port Check Tool - Test Port Forwarding On Your Router
-
Open Port In Firewall / Port Forwarding For Whole Network
-
Guardium Port Requirements - IBM
-
How To Open Ports On MacOS 12.2 - Apple Support Communities