=DestinationPortStart"
local where3 = "FromZoneType='INSECURE' and ToZoneType='SECURE' and Status='1' and ServiceName='TELENET' and Protocol='6'"
local stringStatus = ''
local statusStrng = ''
local telString = ''
local telStatusString = ''
if(portVal == "443") then
stringStatus = db.getRowWhere("FirewallRules",where)
else
stringStatus = db.getRowWhere("FirewallRules",where2)
end
if(stringStatus == nil) then
statusStrng = "Accessible on WAN"
else
statusStrng = "Inaccessible on WAN"
end
if(portVal2 == "23")then
telString = db.getRowWhere("FirewallRules",where3)
end
if(telString == nil)then
telStatusString = "Accessible on WAN"
else
telStatusString = "Inaccessible on WAN"
end
?>
Secure HTTP Management (Status: Accessible on primary WAN)
|