Connection Status

IP Address <% nvram_get("wan0_ipaddr"); %>
Subnet Mask <% nvram_get("wan0_netmask"); %>
Default Gateway <% nvram_get("wan0_gateway"); %>
DHCP Server <% dhcpc_status("wan0_dhcps"); %>
DNS Server <% nvram_get("wan0_dns1"); %>
<% nvram_get("wan0_dns2"); %>
Lease Obtained <% dhcpc_status("dhcpc_obtain"); %>
Lease Expires <% dhcpc_status("dhcpc_lease"); %>