views
- In Windows Firewall, you can open TCP and UDP ports by number or range.
- On a Mac, you can allow applications and services through your firewall individually.
- If opening a port on your computer doesn't fix your problems, you may need to enable port forwarding on your router.
- See all open ports using a web-based port scanner, or by typing a command into Command Prompt or Terminal.
Open a Port on Windows
Open Windows Firewall with Advanced Security. To access your firewall settings on Windows 10 or 11, follow these quick steps: Press the Windows key on your keyboard or click the magnifying glass in your taskbar. Type windows firewall. Click Windows Firewall with Advanced Security. If prompted, enter your password to confirm.
Click Inbound Rules. It's in the upper-left side of the window.
Click New Rule…. You'll see this option on the right side of the window.
Check the "Port" option and click Next. This will allow you to manually choose the ports you want to open.
Select TCP or UDP. Check the TCP box or the UDP box. Check your program's support documentation to ensure that you are using the correct protocol.
Enter in the port range. Make sure the "Specific local ports" option is selected, and then type the ports you need to open into the field. You can open multiple individual ports by separating them with a comma, and you can denote a range of ports by using a dash between the two ends of the range. For example, you would type 8830 to open port 8830, 8830, 8824 to open both port 8830 and port 8824, or 8830-8835 to open ports 8830 through 8835.
Click Next. It's at the bottom of the window.
Make sure "Allow the connection" is checked, then click Next. If this option isn't checked, click the checkbox before continuing. You can also use this tool to block connections.
Make sure all three boxes on the "Profile" page are checked. These include the "Domain", "Private", and "Public" boxes.
Click Next. It's at the bottom of the window.
Enter a name for your rule, then click Finish. This will save your settings and open your port(s). If opening the ports required by your software or server doesn't resolve your problem, you may need to also set up port forwarding on your router.
Open a Port on a Mac
Open your Mac's firewall settings. If you want to allow a specific app through your firewall, you can do so in your firewall settings. Unlike in Windows, you won't need to open specific ports numbers on your Mac—the firewall manages ports on a per-application basis. Follow these steps to open your firewall settings: macOS Ventura or later: Click the Apple menu, select System Settings, click Network, and then click Firewall. macOS Monterey and earlier: Click the Apple menu, select System Preferences…, Click Security & Privacy, and then click the Firewall tab.
Make sure the firewall is turned on. Because your Mac's firewall is turned off by default, you'll want to double-check to make sure it's turned on. If the firewall is off, there's no need to open a specific port
Click Firewall Options. It's on the right side of the Firewall page.
Click +. You'll see this option below the window that's in the middle of the page.
Select an application to allow through the firewall. Simply click an application to select it.
Click Add. It's near the bottom of the window. Doing so will add the program to the list of exceptions in the firewall.
Make sure "Allow incoming connections" is displayed next to the app's name. If you don't see this to the right of the application's name, select the application, then click its up and down arrows to toggle on Allow incoming connections.
Click OK to save your changes. The application is now allowed through the firewall. If opening the ports required by your software or server doesn't resolve your problem, you may need to also set up port forwarding on your router.
Open a Router Port
Find your router's IP address. You'll need your router's IP address to access your router's configuration page. Windows: Press the Windows key on your keyboard, type cmd, and click Command Prompt. At the prompt, type ipconfig and press Enter. The IP address of your router appears next to "Default gateway." Mac: Open the Launchpad, type terminal, and click Terminal. Then, type or paste netstat -nr and press Return to find the IP next to "Default."
Go to your router's settings page. Open your preferred web browser, then type or paste your router's IP address into the address bar. Press Enter or Return to bring up the login page.
Sign in with your router's admin username and password. If you've already configured the router, enter the username and password you chose then. If not, consult your router's manual or online page for the stock username and/or password. If you've forgotten your login information, you may have to reset the router.
Find the Port Forwarding section. Since each router's page will differ slightly from others, look for the following options (or variations of them): Port Forwarding Applications Gaming Virtual Servers Firewall Protected Setup You may also want to look for an Advanced Settings section.
Open your preferred port. Each router will have a slightly different way of doing this, although the required information is the same for any router: Name or Description - Enter the application's name. Type or Service Type - This can be TCP, UDP, or both. If you aren't sure of which one to select, click Both or TCP/UDP. Inbound or Start - Type in the port number here. If you are opening a range of ports, type in the lowest number in the range instead. Private or End - Re-type in the port number here. If you are opening a range of ports, type in the highest number in the range instead. EXPERT TIP Luigi Oppido Luigi Oppido Computer & Tech Specialist Luigi Oppido is the Owner and Operator of Pleasure Point Computers in Santa Cruz, California. Luigi has over 25 years of experience in general computer repair, data recovery, virus removal, and upgrades. He is also the host of the Computer Man Show! broadcasted on KSQD covering central California for over two years. Luigi Oppido Luigi Oppido Computer & Tech Specialist Expert Warning: When you're opening ports, make sure you're not opening a standard remote monitoring port that someone else can use to attack your computer. The ports numbered 80 and 85 are almost always blocked in routers, for instance, because they're usually remote management ports, and that can be an easy way for a hacker to get into your network.
Enter your computer's private IP address. This goes in the "Private IP" or "Device IP" field. You can find your private IP address on PC or on Mac.
Save your settings. Click the Save or Apply button. If prompted, you'll also need to restart your router for the changes to take effect. You may also have to check an "Enabled" or "On" box next to the forwarded port row.
How to Check if Ports are Open
To see if your ports are open to people outside of your network, try a web-based port checker. These port-checking websites are great for making sure certain ports, such as your Minecraft server or Soulseek port, are open. Just visit any of these sites and enter your IP address and the port you want to check. https://portchecker.co/canyouseeme https://canyouseeme.org https://www.portcheckers.com/
See all open ports on Windows. If you want to see a quick list of all open ports on your Windows PC, you can run a simple command at the command prompt. Here's how: Press the Windows key on your keyboard and type cmd. Right-click Command prompt and choose Run as administrator. Click Yes to proceed. Type netstat -ab and press Enter. All open TCP and UDP ports will appear, along with the name of the app using that port.
See all open ports on a Mac. You can see a list of all open ports in your Mac's Terminal app. Here's how: Open Terminal by clicking the Terminal icon on the Launchpad. Type lsof -i -P and press Return to see all open (listening) ports.
Comments
0 comment