public interface FirewallPortForwardConfig extends NetConfig
Modifier and Type | Method and Description |
---|---|
IP4Address |
getAddress()
The LAN IP address to forward connections to
|
int |
getInPort()
The inbound (WAN) port to use for this configuration
|
String |
getInterfaceName()
The external (WAN) interface to listen for inbound connections on
|
int |
getOutPort()
The outbound (LAN) port to use for this configuration
|
String |
getPermittedMac()
Gets the (optional) permitted MAC address that is allowed to make inbound connections
|
NetworkPair<? extends IPAddress> |
getPermittedNetwork()
Gets the (optional) permitted remote network that can make inbound connections
|
NetProtocol |
getProtocol()
Gets the type of network protocol (TCP or UDP) that is used for this configuration
|
String |
getSourcePortRange()
Gets the (optional) permitted source port range that is allowed to make inbound connections
|
String getInterfaceName()
IP4Address getAddress()
NetProtocol getProtocol()
int getInPort()
int getOutPort()
NetworkPair<? extends IPAddress> getPermittedNetwork()
String getPermittedMac()
String getSourcePortRange()
Copyright © 2013. All Rights Reserved.