parent
e495408627
commit
39a36357e6
2 changed files with 16 additions and 0 deletions
|
|
@ -604,3 +604,11 @@ special configuration that sets both the logical and the bind pairs for remoting
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Keep in mind that local.address will most likely be in one of private network ranges:
|
||||||
|
|
||||||
|
* *10.0.0.0 - 10.255.255.255* (network class A)
|
||||||
|
* *172.16.0.0 - 172.31.255.255* (network class B)
|
||||||
|
* *192.168.0.0 - 192.168.255.255* (network class C)
|
||||||
|
|
||||||
|
For further details see [RFC 1597](https://tools.ietf.org/html/rfc1597) and [RFC 1918](https://tools.ietf.org/html/rfc1918).
|
||||||
|
|
|
||||||
|
|
@ -632,3 +632,11 @@ special configuration that sets both the logical and the bind pairs for remoting
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Keep in mind that local.address will most likely be in one of private network ranges:
|
||||||
|
|
||||||
|
* *10.0.0.0 - 10.255.255.255* (network class A)
|
||||||
|
* *172.16.0.0 - 172.31.255.255* (network class B)
|
||||||
|
* *192.168.0.0 - 192.168.255.255* (network class C)
|
||||||
|
|
||||||
|
For further details see [RFC 1597](https://tools.ietf.org/html/rfc1597) and [RFC 1918](https://tools.ietf.org/html/rfc1918).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue