VPN Mode Configuration Commands
244
ProSafe Gigabit Quad WAN SSL VPN Firewall SRX5308 
Command example:
SRX5308> 
vpn sslvpn users users ip_policies configure 4
vpn-config[user-ip-policy]> 
allow_login_from_defined_addresses Y
vpn-config[user-ip-policy]> 
ip_version IPv4
vpn-config[user-ip-policy]> 
source_address_type IPAddress
vpn-config[user-ip-policy]> 
source_address 10.156.127.39
vpn-config[user-ip-policy]> 
save
Related show command: show vpn sslvpn users users and show vpn sslvpn users ip_policies <row 
id>
source_address_type IPAddress or IPNetwork Specifies the source address type:
• IPAddress. A single IP address. The 
setting of the ip_version keyword 
determines whether you need to 
issue the source_address keyword 
and specify an IPv4 address or issue 
the source_address6 keyword and 
specify an IPv6 address.
• IPNetwork. A subnet of IP 
addresses. The setting of the 
ip_version keyword determines 
whether you need to issue the 
mask_length keyword and specify 
an IPv4 subnet mask or issue the 
prefix_length keyword and 
specify an IPv6 prefix length.
source_address ipaddress The IPv4 IP address or network 
address if the ip_version keyword is 
set to IPv4.
mask_length mask length If the source_address_type 
keyword is set to IPNetwork and the 
ip_version keyword is set to IPv4, 
the mask length of the IPv4 network.
source_address6 ipv6-address The IPv6 IP address or network 
address if the ip_version keyword is 
set to IPv6.
prefix_length prefix length If the source_address_type 
keyword is set to IPNetwork and the 
ip_version keyword is set to IPv6, 
the prefix length of the IPv6 network.
Keyword Associated Keyword to 
Select or Parameter to Type
Description