Map port 8122 on the external IP to be routed to the first box's port 22 Map port 8222 on the external IP to be routed to the second box's port 22 When you want to log into the boxes remotely, specify the port as part of the command: ssh -p 8222 example.com ssh -p 8122 Yo.ur.IP.Address or scp -P 8122 yourfile example.com: Note that Secure Copy (scp) uses capital -P while Secure Shell (ssh) uses lowercase. Trips me up all the time. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines