Bind FileThis file contains IP addresses for IPv6 binding and for Outgoing IP binding. Outgoing_BindFormal Syntax: |
|||
| outgoing_bind | = | "Outgoing_Bind=" ipaddresses CRLF | |
| ipaddresses | = | 1*(ipaddress ";") | ; ipaddress is the IP address to bind the service to |
IPv6_BindFormal Syntax: |
|||
| ipv6_bind | = | "IPv6_Bind=" bindtoip CRLF | |
| bindtoip | = | 1*(ipv6address ";") | ; ipv6_bind enables the IPv6 protocol |
Example: |
|||
| Outgoing_Bind=192.168.0.2 IPv6_Bind= |
|||