Forum
document.writeln(top.endListTable()); |
|
top.totalEntry = 0;
top.set_uri_param("page_number", 1);
top.set_uri_param("num_per_page", 20);
top.setContentCancelURI(document.location);
var okToSubmit = true;
var fm = document.new_vip;
function onLoad()
{
onLoadPage();
top.setContentCancelURI(document.location);
return;
}
function validate_vip(ip_cntl)
{
if (!top.verifyIP(ip_cntl)) return false;
// make sure the ip is in the same subnet of untrusted interface.
vip = top.ip_to_number(ip_cntl.value);
mask = top.ip_to_number(fm.u_mask.value);
un_ip = top.ip_to_number(fm.u_ip.value);
un_subnet = top.get_subnet(un_ip, mask);
vip_subnet = top.get_subnet(vip, mask);
if ( vip == un_ip )
{
if (!top.isObject(fm.vip_type))
alert("The Virtual IP is not allowed to use the same IP address as the interface.");
else
alert("The Virtual IP is same IP address as the interface. Please set a different IP or select the \"Same as the untrusted interface IP address\" instead.");
ip_cntl.value = ip_cntl.defaultValue;
ip_cntl.select();
return false;
}
if (vip_subnet != un_subnet)
{
alert("The Virtual IP must be in the same subnet as the interface IP.");
ip_cntl.value = ip_cntl.defaultValue;
ip_cntl.select();
return false;
}
return true;
}
function checkIt()
{
if (!okToSubmit || !top.rightPrivilege()) return false;
if (top.isObject(fm.vip_type) && fm.vip_type[0].checked) return true;
if ( top.ip_to_number(fm.ip.value) == 0 )
{
fm.ip.value = fm.ip.defaultValue;
fm.ip.focus();
return false;
}
if (!validate_vip(fm.ip)) return false;
okToSubmit = false;
return true;
}
function gotolist() {
top.uri_options(document.location.pathname);
top.set_uri_url("if_list_cnt.html");
url = top.get_uri_all_options();
window.location = url;
return;
}
Yönlendirme yukarıdaki gibidir.
uğur bey bakabildiniz mi ?
özelden göndermiştim. Konu hakkında bilgisini paylaşabilecek başka bir arkadaş var mı acaba ?
Özel mesajlarda gelen birşey olmadı. İsterseniz buradan paylaşın bakalım
uğur bey özelden gönderdim ulaştımı elinize ?
yapıyı yukarıda incelediğinizde eksik olan bir durum görüyormusunuz ?
prt ve mx kayıtlarız normal, sadece spf kaydınızı göremedim. Dışarıdan telnet ile içeri gelebiliyor musunuz?