WRT Info
RouterName: |
<% nvram_get("router_name"); %> |
|
|
LAN MAC: |
<% nvram_get("lan_hwaddr"); %> |
WAN MAC: |
<% nvram_get("wan_hwaddr"); %> |
Wireless MAC: |
<% nvram_get("wl0_hwaddr"); %> |
|
Wireless Info
SSID |
<% nvram_get("wl_ssid"); %> |
|
|
Mode: |
<% nvram_match("wl_mode", "wet", "Client"); %><% nvram_match("wl_mode", "ap", "AP"); %> |
Xmit: |
<% nvram_get("txpwr"); %> mw |
Network: |
<% nvram_match("wl_gmode", "1", "Mixed"); %><% nvram_match("wl_gmode", "2", "G-Only"); %><% nvram_match("wl_gmode", "-1", "Disabled"); %><% nvram_match("wl_gmode", "0", "B-Only"); %> |
DHCP Server: |
<% nvram_match("lan_proto", "dhcp", "Enabled"); %><% nvram_match("lan_proto", "static", "Disabled"); %> |
Channel: |
<% get_curchannel(); %> |
Rate (mbps): |
<% get_currate(); %> |
|
IP Info
|
WAN IP |
<% nvram_status_get("wan_ipaddr"); %> |
LAN IP |
<% nvram_get("lan_ipaddr"); %> |
|
WRT-radauth |
<% nvram_match("wl_mode", "wet", "only AP Mode"); %>
<% nvram_match("wl_mode", "infra", "-->"); %>
|
WRT-rflow |
<% nvram_match("rflow_enable","0","Disabled"); %> <% nvram_match("rflow_enable","1","Active"); %> |
MAC-udp |
<% nvram_match("macupd_enable","0","Disabled"); %> <% nvram_match("macupd_enable","1","Active"); %> |
Samba Mount |
<% nvram_match("samba_mount","0","Disabled"); %><% nvram_match("samba_mount","1","Active"); %> |
|