본문 바로가기

카테고리 없음

Mac Os X No Use Port For



Home > Articles > Apple > Operating Systems

  1. Why Use Port Forwarding?
Page 1 of 4Next >
Although VPN solutions are great for securely connecting to and accessing resources on remote networks, they require some expense and setup. When you only occasionally need to securely access a remote Mac OS X computer, server, or even a whole network, you can use a technique called SSH port forwarding to create secure connections to access specific types of resources. This gives you many of the benefits of VPN but without the cost or effort of creating a permanent VPN solution. In this final article on his series on VPN setup for Mac OS X and Mac OS X Server, Ryan Faas shows you how to configure and use port forwarding.

Use the codelsof/code command. To find which process(es) IDs listen on port 80: codesudo lsof -i -P grep 80 /code codesudo netstat -program -an grep 8888/code You should see the PIDs displayed. You can certainly use the coden. The MacPorts Project Official Homepage. The MacPorts Project is an open-source community initiative to design an easy-to-use system for compiling, installing, and upgrading either command-line, X11 or Aqua based open-source software on the Mac operating system.To that end we provide the command-line driven MacPorts software package under a 3-Clause BSD License, and through it easy access to.

Like this article? We recommend

Mac Os X No Use Port Forwarding

Real World Mac Maintenance and Backups

Like this article? We recommend

Like this article? We recommend

The first two articles in this series looked at what Virtual Private Networks (VPN) technologies are available for Mac OS X and Mac OS X Server. Part 1 talked about how to configure Mac OS X computers to connect to remote networks using VPN. In part 2, we talked about how to configure the VPN service in Mac OS X Server. In this final piece, we look at how to use SSH’s port forwarding feature (also called port tunnelling) to achieve some of the benefits of VPN access without the need for a VPN server.

SSH (secure shell) is a technology for securely connecting to a remote computer. As you might suspect from shell being in the name of the technology, SSH is primarily intended to allow shell login and command-line access to remote Unix or Linux computers (though SSH clients exist for Windows as well). This allows for administration and use of the remote computer as if you were entering commands from a keyboard attached to it. SSH uses encryption technology to establish secure connections between the two computers, which enables it to be far more secure than previous remote command-line features such as telnet.

Free apps for macbook. The SSH protocol includes a number of other features besides basic login. One of them is port forwarding, which forwarding enables you to establish an SSH connection to a remote computer and then to forward specific types TCP/IP network traffic to that secure connection instead of to your computer’s network port, based on the port numbers associated with protocols used for that type of traffic. The result is that when you make requests for specific types of network resources, such as file sharing, your computer will forward those requests through the SSH connection instead of attempting to locate the resources on the local network to which your computer is connected.

Why Use Port Forwarding?

Port forwarding provides two main uses. First, it enables you to establish secure tunnels between two computers (much like VPN). You can securely connect to another computer through the Internet to securely transfer data that you might otherwise not be able to do. Any Internet or network protocol can be forwarded, including things like file sharing, web browsing, email, and remote management tools (such as Mac OS X Server’s Server Admin or the multiplatform VNC).

Second, you can use port forwarding as a way to allow secure access through a firewall. When you implement a firewall, one of the primary ways it secures your network or computer is by limiting what types of traffic can pass into the network. For every type of network or Internet protocol you allow, you need to open ports on the firewall. Each newly opened port exposes your network or computer to more potential security risks. This can be especially dangerous when you start opening ports used for remote management protocols such as Apple Remote Desktop, VNC, or the Mac OS X Server management tools. Port forwarding mitigates these risks because you need to open only a single port that SSH will use to forward all the other traffic through. You even get to choose the port that SSH uses, meaning that you can choose a port that is traditionally unused for network or Internet traffic.

VPN provides much of the same functionality by encrypting data and transmitting it through set ports the same way. However, implementing a VPN server can be expensive and require some amount of effort. There can be many situations in which you only want to establish a secure connection to transfer a handful or files, manage a remote server or workstation, or perform some other task very infrequently. A great example is when you’re at work and need access to a file from home (a situation opposite of the ones in which VPN is typically used), or if you want to control a friend’s computer securely using VNC to help them work on a project or resolve a problem.

Mac Os X No Use Port For

Mac Os X Download

Related Resources

Mac Os X No Use Port For
  • Book $55.99
  • eBook (Watermarked) $55.99
  • Web Edition $55.99

Related articles:

Load more

Mac OS X Lion Server’s unique services have some unique port numbers. The following table lists some of the more common default port numbers for configuring firewalls and router port-forwarding for Mac OS X Lion Server.

ServicePort numberProtocol
Apple File Service (AFP)548TCP
Apple Remote Desktop (Remote Management)3283, 5900TCP, UDP
HTTP (web service)80 or 8080TCP
HTTPS (secure web service via SSL)443TCP
iCal Server8008TCP
iCal Server using SSL8443TCP
iChat Server5222TCP
iChat Server’s file transfer proxy7777TCP
iChat Server, server-to-server connection5269TCP
iChat Server using SSL5223TCP
Mail: IMAP143TCP
Mail: IMAP using SSL993TCP
Mail: POP3110TCP, UDP
Mail: POP3 using SSL995TCP, UDP
Mail: SMTP legacy SSL submission465TCP
Mail: SMTP standard25TCP, UDP
Mail: SMTP submission587TCP
SMB/CIFS (Windows file service)161TCP
SSH (Secure Shell) remote connection22TCP, UDP