Bluehost Web Hosting Help
Manage Ports On Dedicated Or VPS Servers
Overview
Managing ports on a Dedicated or VPS server is done through command line. You will use IPTables to open and close ports and setup other port rules. This article will explain how.
This requires knowing the root password for your server. If you don't know the root password or haven't set one up, please see https://my.Bluehost.com/hosting/help/whm-login#root-password.
The General Steps Involved in Updating Port Rules
Click on any of the steps to jump to that point in the walkthrough and see more details.
Creating The Rule
Creating a new rule for IPtables can be confusing. Fortunately, there is an automatic rule generator that can make the process much simpler. It lets you enter the port information and then gives you the command to add that rule to IPTables. Use the following link to generate a rule:
http://www.perturb.org/content/iptables-rules.htmlTIP: Leave the SRC and Dest boxes blank unless you know you need them.
Example: If you were trying to open port 64738, the command to add that rule would be: iptables -A INPUT -m tcp -p tcp --sport 64738 -j ACCEPT
Accessing Command Line
You can access command line through SSH using software like Putty on Windows or Terminal on Mac. Please see https://i.Bluehost.com/cgi/admin/help_resource/edit/180 for detailed information about how to connect using SSH.
Updating IPTables with the new Rule
Once you have command line access, you just need to enter the commands to add your new rule to IPTables.
- Enter the command to update IPTables. If you used perthub.org to create the rule, enter each line from the output box into the console one at a time.
- Type
service iptables save
and press enter. - Type
service iptables restart
and press enter.
Once IPTables finishes restarting your new port rule will take effect.
Recommended Help Content
Managing Users on a VPS or Dedicated Server
This article will explain how to create and manage users on Dedicated or VPS servers.
Unable To Open Backup on Dedicated or VPS
How to fix inaccessible backups on Dedicated or VPS servers due to backup size.
Error Code 500 on Dedicated and VPS Servers
This article will explain some common causes for 500 errors on Dedicated or V.P.S servers.
Related Help Content
Access Mail Logs on Dedicated or VPS Servers
This article will explain how to view the email logs on a Dedicated or VPS server. This may be usefull if you are experiencing trouble with your email.
Clearing the Mail Queue on VPS and Dedicated Servers
This article will explain how to clear the outbound mail queue on a dedicated or VPS server.
Open New Ports
How can I gain access to blocked ports? What port numbers can be opened?
Restarting Mail Services on Dedicated or VPS Servers
This article will explain how to restart the email related services on a Dedicated or VPS server. This may be useful if you are experiencing trouble with your email.
Antivirus on Dedicated or VPS servers
If you suspect malicious content, hacks or a virus on your VPS/Dedicated account here are some tools located in your WHM that you can use.
Enable Non Legacy Backup on Dedicated or VPS Servers
This article will explain how to configure your dedicated or VPS server to use the new (non legacy) backup system.
VPS or Dedicated Hosting - Manage Login SSL Certificates
How to manage the SSL used for cPanel login through the WHM
VPS and Dedicated Hosting: ConfigServer Security and Firewall
CSF is a firewall for VPS and Dedicated servers. CSF is not installed as part of our default images on VPS or Dedicated servers. This article describes how to install it yourself or request support do so.