From 6439126c141d2dddbcdacfb58882faa36383d113 Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Thu, 15 May 2014 14:05:22 -0600 Subject: markup repair --- en-US/Security/ssh-proxy.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'en-US/Security/ssh-proxy.xml') diff --git a/en-US/Security/ssh-proxy.xml b/en-US/Security/ssh-proxy.xml index 550cb82..2a06d16 100644 --- a/en-US/Security/ssh-proxy.xml +++ b/en-US/Security/ssh-proxy.xml @@ -1,4 +1,3 @@ - - The address space for your internal network. On many home routers, this will be 192.168.1.* or 192.168.0.1> + The address space for your internal network. On many home routers, this will be 192.168.1.* or 192.168.0.1 - + + + Address Space Reuse Adddresses like 192.168.1.0/24 are reserved for use in private networks. Because the proxy rule is applied based on the address space of the target, you should configure your router to use a less common set of addresses. @@ -49,8 +50,7 @@ If your router can give addresses in the 192.168.42.0/24 network, for example, your proxy rule won't get in the way when connecting to machines on a different network that uses 192.168.1.0/24 addresses. - - +
Directions @@ -62,7 +62,7 @@ Open the firewall on all machines to ssh traffic. This is the default on most systems. Use the graphical firewall application firewall-config, or issue the commands below as root. firewall-cmd --permanent --add-service=ssh - firewall-cmd --reload + firewall-cmd --reload -- cgit