DD-WRT configuration from telnet

Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions
Author Message
SuninderSingh
DD-WRT Novice


Joined: 05 Sep 2017
Posts: 28
Location: IN

PostPosted: Thu May 06, 2021 12:59    Post subject: DD-WRT configuration from telnet Reply with quote
Hello,

This post is an example of configure DD-WRT setting through telnet/ssh. This is the first page of [DD-WRT Setup>Basic Setup] few variables still missing will cover or if you know or aware then kindly help.

*Needs confirmation on variable storing order

Device = TP-Link TL-WR841ND v9
Build = DD-WRT v3.0-r46446 std (04/24/21)


[Setup>Basic Setup page]

[WAN Setup>WAN Connection Type>Connection Type]
(Pending)
[WAN Setup>WAN Connection Type>Ignore WAN DNS]
nvram set ignore_wan_dns=1
[WAN Setup>WAN Connection Type>Use VLAN Priority]
(Pending)

[WAN Setup>Optional Settings>Router Name]
nvram set router_name="DDWRT"
[WAN Setup>Optional Settings>Hostname]
nvram set wan_hostname="Floor-2"
[WAN Setup>Optional Settings>Domain Name]
nvram set wan_domain="Home"
[WAN Setup>Optional Settings>MTU]
(Pending)
[WAN Setup>Optional Settings>Shortcut Forwarding Engine]
(Pending)
[WAN Setup>Optional Settings>STP]
nvram set lan_stp=0

[Network Setup>Router IP>Local IP Address]
(Pending)
[Network Setup>Router IP>Gateway]
(Pending)
[Network Setup>Router IP>Local DNS]
nvram set sv_localdns=8.8.8.8

[Network Setup>Network Address Server Settings (DHCP)>DHCP Type]
(Pending)
[Network Setup>Network Address Server Settings (DHCP)>DHCP Server]
(Pending)
[Network Setup>Network Address Server Settings (DHCP)>Start IP Address]
nvram set dhcp_start=192.168.1.100
[Network Setup>Network Address Server Settings (DHCP)>Maximum DHCP Users]
nvram set dhcp_num=80
[Network Setup>Network Address Server Settings (DHCP)>Client Lease Expiration]
nvram set dhcp_lease=1440
[Network Setup>Network Address Server Settings (DHCP)>Static DNS 1 2 3]
nvram set wan_dns=1.1.1.1 2.2.2.2 3.3.3.3
[Network Setup>Network Address Server Settings (DHCP)>WINS]
nvram set wan_wins=4.4.4.4
[Network Setup>Network Address Server Settings (DHCP)>Use DNSMasq for DNS]
nvram set dns_dnsmasq=1
[Network Setup>Network Address Server Settings (DHCP)>DHCP-Authoritative]
(Pending)
[Network Setup>Network Address Server Settings (DHCP)>Forced DNS Redirection]
nvram set dns_redirect=1

[Network Setup>Time Settings>NTP Client]
nvram set ntp_enable = 1
[Network Setup>Time Settings>Time Zone]
nvram set time_zone="Asia/Kolkata"
[Network Setup>Time Settings>Server IP/Name]
nvram set ntp_server=5.5.5.5

_________________
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r43397 std (06/13/20)
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r45735 std (02/11/21)


Last edited by SuninderSingh on Thu May 13, 2021 3:52; edited 5 times in total
Sponsor
SurprisedItWorks
DD-WRT Guru


Joined: 04 Aug 2018
Posts: 1447
Location: Appalachian mountains, USA

PostPosted: Thu May 06, 2021 14:56    Post subject: Reply with quote
A few I used with 46069 on a Linksys WRT1900ACSv2:

nvram set ignore_wan_dns=1
nvram set lan_ipaddr=192.168.1.1
nvram set wan_dns='9.9.9.9 1.1.1.1'
nvram set dns_redirect=1

_________________
2x Netgear XR500 and 3x Linksys WRT1900ACSv2 on 53544: VLANs, VAPs, NAS, station mode, OpenVPN client (AirVPN), wireguard server (AirVPN port forward) and clients (AzireVPN, AirVPN, private), 3 DNSCrypt providers via VPN.
SuninderSingh
DD-WRT Novice


Joined: 05 Sep 2017
Posts: 28
Location: IN

PostPosted: Thu May 06, 2021 16:51    Post subject: Reply with quote
SurprisedItWorks wrote:
A few I used with 46069 on a Linksys WRT1900ACSv2:

nvram set ignore_wan_dns=1
nvram set lan_ipaddr=192.168.1.1
nvram set wan_dns='9.9.9.9 1.1.1.1'
nvram set dns_redirect=1



[WAN Setup>WAN Connection Type>Ignore WAN DNS]
nvram set ignore_wan_dns=1

[Network Setup>Network Address Server Settings (DHCP)>Forced DNS Redirection]
nvram set dns_redirect=1

Thanks.

_________________
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r43397 std (06/13/20)
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r45735 std (02/11/21)
SuninderSingh
DD-WRT Novice


Joined: 05 Sep 2017
Posts: 28
Location: IN

PostPosted: Thu May 13, 2021 3:54    Post subject: Reply with quote
[Setup > DDNS]

[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynDNS.org>DDNS Service]
nvram set ddns_enable=1
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynDNS.org>Username]
nvram set ddns_username=a
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynDNS.org>Password]
nvram set ddns_passwd=b
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynDNS.org>Unmask]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynDNS.org>Hostname]
nvram set ddns_hostname=0.0.0.0
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynDNS.org>Type]
nvram set ddns_dyndnstype=1 [Dynamic] or nvram set ddns_dyndnstype=2 [Static] or nvram set ddns_dyndnstype=3 [Custom]
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynDNS.org>Wildcard]
nvram set ddns_wildcard=1
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynDNS.org>Use external IP check]
nvram set ddns_wan_ip=0

[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Freedns.afraid.org>DDNS Service]
nvram set dns_enable=2
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Freedns.afraid.org>Username]
nvram set ddns_username_2=a
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Freedns.afraid.org>Password]
nvram set ddns_passwd_2=b
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Freedns.afraid.org>Unmask]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Freedns.afraid.org>Hostname]
nvram set ddns_hostname_2=9.9.9.9
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Freedns.afraid.org>Use external IP check]
nvram set ddns_wan_ip=0

[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>ZoneEdit.com>DDNS Service]
nvram set dns_enable=3
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>ZoneEdit.com>Username]
nvram set ddns_username_3=a
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>ZoneEdit.com>Password]
nvram set ddns_passwd_3=b
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>ZoneEdit.com>Unmask]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>ZoneEdit.com>Hostname]
nvram set ddns_hostname_3=9.9.9.9
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>ZoneEdit.com>Use external IP check]
nvram set ddns_wan_ip=0

[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>No-IP.com>DDNS Service]
nvram set dns_enable=4
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>No-IP.com>Username]
nvram set ddns_username_4=a
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>No-IP.com>Password]
nvram set ddns_passwd_4=b
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>No-IP.com>Unmask]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>No-IP.com>Hostname]
nvram set ddns_hostname_4=9.9.9.9
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>No-IP.com>Use external IP check]
nvram set ddns_wan_ip=0

[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Custom>DDNS Service]
nvram set ddns_enable=5
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Custom>DYNDNS Server]
nvram set ddns_custom_5=xyz
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Custom>Username]
nvram set ddns_username_5=a
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Custom>Password]
nvram set ddns_passwd_5=b
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Custom>Unmask]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Custom>Hostname]
nvram set ddns_hostname_5=9.9.9.9
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Custom>URL]
nvram set ddns_url=www.xyz.com
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Custom>Additional DDNS Options]
nvram set ddns_conf=alpha
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>Custom>Use external IP check]
nvram set ddns_wan_ip=0

[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>3222.org>DDNS Service]
nvram set ddns_enable=6
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>3222.org>Username]
nvram set ddns_username_6=a
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>3222.org>Password]
nvram set ddns_passwd_6=b
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>3222.org>Unmask]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>3222.org>Hostname]
nvram set ddns_hostname_6=9.9.9.9
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>3222.org>Type]
nvram set ddns_dyndnstype_6=1 [Dynamic]
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>3222.org>Wildcard]
nvram set ddns_wildcard=1
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>3222.org>Use external IP check]
nvram set ddns_wan_ip=0

[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>easyDNS.com>DDNS Service]
nvram set dns_enable=7
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>easyDNS.com>Username]
nvram set ddns_username_7=a
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>easyDNS.com>Password]
nvram set ddns_passwd_7=b
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>easyDNS.com>Unmask]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>easyDNS.com>Hostname]
nvram set ddns_hostname_7=9.9.9.9
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>easyDNS.com>Use external IP check]
nvram set ddns_wan_ip=0

[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>TZO.com>DDNS Service]
nvram set dns_enable=8
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>TZO.com>Username]
nvram set ddns_username_8=a
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>TZO.com>Password]
nvram set ddns_passwd_8=b
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>TZO.com>Unmask]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>TZO.com>Hostname]
nvram set ddns_hostname_8=9.9.9.9
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>TZO.com>Use external IP check]
nvram set ddns_wan_ip=0

[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynSIP.org>DDNS Service]
nvram set dns_enable=9
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynSIP.org>Username]
nvram set ddns_username_9=a
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynSIP.org>Password]
nvram set ddns_passwd_9=b
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynSIP.org>Unmask]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynSIP.org>Hostname]
nvram set ddns_hostname_9=9.9.9.9
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>DynSIP.org>Use external IP check]
nvram set ddns_wan_ip=0

[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>dtdns.com>DDNS Service]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>dtdns.com>Username]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>dtdns.com>Password]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>dtdns.com>Unmask]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>dtdns.com>Use external IP check]
nvram set ddns_wan_ip=0

[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>duiadns.net>DDNS Service]
nvram set dns_enable=11
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>duiadns.net>Username]
nvram set ddns_username_11=a
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>duiadns.net>Password]
nvram set ddns_passwd_11=b
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>duiadns.net>Unmask]
pending
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>duiadns.net>Hostname]
nvram set ddns_hostname_11=9.9.9.9
[Dynamic Domain Name System (DDNS)>DDNS>DDNS Service>duiadns.net>Use external IP check]
nvram set ddns_wan_ip=0

[Dynamic Domain Name System (DDNS)>Options]
Force Update Interval> nvram set ddns_force=10

_________________
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r43397 std (06/13/20)
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r45735 std (02/11/21)
SuninderSingh
DD-WRT Novice


Joined: 05 Sep 2017
Posts: 28
Location: IN

PostPosted: Thu May 13, 2021 4:05    Post subject: Reply with quote
[Setup > MAC Address Clone]

[MAC Address Clone>MAC Clone]
nvram set mac_clone_enable=0
[MAC Address Clone>Clone WAN MAC]
nvram set def_hwaddr=C4:6E:1F:F2:EE:F4
[MAC Address Clone>Clone Wireless MAC]
nvram set def_whwaddr=C4:6E:1F:F1:EE:F3

[Setup > Advanced Routing]
[Advanced Routing>Operating Mode>Operating Mode]
nvram set wk_mode = gateway (Gateway) or bgp (BGP) or router (RIP2 Router) or static (Router)

(Gateway)

[Advanced Routing>Dynamic Routing>Interface>Disable]
nvram set dr_setting=0
nvram set dr_wan_tx=0
nvram set dr_wan_rx=0
nvram set dr_lan_tx=0
nvram set dr_lan_rx=0
[Advanced Routing>Dynamic Routing>Interface>WAN]
nvram set dr_setting=1
nvram set dr_wan_tx=1 2
nvram set dr_wan_rx=1 2
nvram set dr_lan_tx=0
nvram set dr_lan_rx=0
[Advanced Routing>Dynamic Routing>Interface>LAN & WLAN]
nvram set dr_setting=2
nvram set dr_wan_tx=0
nvram set dr_wan_rx=0
nvram set dr_lan_tx=1 2
nvram set dr_lan_rx=1 2
[Advanced Routing>Dynamic Routing>Interface>Both]
nvram set dr_setting=3
nvram set dr_wan_tx=1 2
nvram set dr_wan_rx=1 2
nvram set dr_lan_tx=1 2
nvram set dr_lan_rx=1 2

[Advanced Routing>Routing Tables>Select Route]
pending
[Advanced Routing>Routing Tables>Route Name]
pending
[Advanced Routing>Routing Tables>Destination LAN NET]
pending
[Advanced Routing>Routing Tables>Gateway]
pending
[Advanced Routing>Routing Tables>Interface]
pending
[Advanced Routing>Routing Tables>Metric]
pending
[Advanced Routing>Routing Tables>Masquerade Route (NAT)]
pending
[Advanced Routing>Routing Tables>Source]
pending
[Advanced Routing>Routing Tables>Scope]
pending
[Advanced Routing>Routing Tables>Table]
pending
[Advanced Routing>Routing Tables>MTU]
pending
[Advanced Routing>Routing Tables>Advertise MSS]
pending

[Advanced Routing>Routing Policies>Select Policy]
pending
[Advanced Routing>Routing Policies>Policy Name]
pending
[Advanced Routing>Routing Policies>Not]
pending
[Advanced Routing>Routing Policies>From]
pending
[Advanced Routing>Routing Policies>To]
pending
[Advanced Routing>Routing Policies>Priority]
pending
[Advanced Routing>Routing Policies>Tos/Dsfield]
pending
[Advanced Routing>Routing Policies>Fwmark]
pending
[Advanced Routing>Routing Policies>Realms]
pending
[Advanced Routing>Routing Policies>Table]
pending
[Advanced Routing>Routing Policies>Suppress Prefixlength]
pending
[Advanced Routing>Routing Policies>Incoming If]
pending
[Advanced Routing>Routing Policies>Outgoing If]
pending
[Advanced Routing>Routing Policies>Nat Address]
pending
[Advanced Routing>Routing Policies>Type]
pending
[Advanced Routing>Routing Policies>IP Protocol]
pending
[Advanced Routing>Routing Policies>Source Port Range]
pending
[Advanced Routing>Routing Policies>Destination Port Range]
pending

(BGP)

[Advanced Routing>BGP Settings>BGP Own AS#]
nvram set routing_bgp_as=
[Advanced Routing>BGP Settings>Neighbor IP]
nvram set routing_bgp_neighbor_ip=0.0.0.0
[Advanced Routing>BGP Settings>Neighbor AS#]
nvram set routing_bgp_neighbor_as=

[Advanced Routing>Bird Configuration>Bird Config Style>GUI>Bird Configuration]
pending
[Advanced Routing>Bird Configuration>Bird Config Style>Vtysh]
pending

[Advanced Routing>Routing Tables>Select Route]
pending
[Advanced Routing>Routing Tables>Route Name]
pending
[Advanced Routing>Routing Tables>Destination LAN NET]
pending
[Advanced Routing>Routing Tables>Gateway]
pending
[Advanced Routing>Routing Tables>Interface]
pending
[Advanced Routing>Routing Tables>Metric]
pending
[Advanced Routing>Routing Tables>Source]
pending
[Advanced Routing>Routing Tables>Scope]
pending
[Advanced Routing>Routing Tables>Table]
pending
[Advanced Routing>Routing Tables>MTU]
pending
[Advanced Routing>Routing Tables>Advertise MSS]
pending

[Advanced Routing>Routing Policies>Select Policy]
pending
[Advanced Routing>Routing Policies>Policy Name]
pending
[Advanced Routing>Routing Policies>Not]
pending
[Advanced Routing>Routing Policies>From]
pending
[Advanced Routing>Routing Policies>To]
pending
[Advanced Routing>Routing Policies>Priority]
pending
[Advanced Routing>Routing Policies>Tos/Dsfield]
pending
[Advanced Routing>Routing Policies>Fwmark]
pending
[Advanced Routing>Routing Policies>Realms]
pending
[Advanced Routing>Routing Policies>Table]
pending
[Advanced Routing>Routing Policies>Suppress Prefixlength]
pending
[Advanced Routing>Routing Policies>Incoming If]
pending
[Advanced Routing>Routing Policies>Outgoing If]
pending
[Advanced Routing>Routing Policies>Nat Address]
pending
[Advanced Routing>Routing Policies>Type]
pending
[Advanced Routing>Routing Policies>IP Protocol]
pending
[Advanced Routing>Routing Policies>Source Port Range]
pending
[Advanced Routing>Routing Policies>Destination Port Range]
pending

(RIP2 Router)

[Advanced Routing>RIP2 Routing>RIP2 Config Style>GUI>RIP2 Configuration]
pending
[Advanced Routing>RIP2 Routing>RIP2 Config Style>Vtysh]
pending

[Advanced Routing>Bird Configuration>Bird Config Style>GUI>Bird Configuration]
pending
[Advanced Routing>Bird Configuration>Bird Config Style>Vtysh]
pending

[Advanced Routing>Routing Tables>Select Route]
pending
[Advanced Routing>Routing Tables>Route Name]
pending
[Advanced Routing>Routing Tables>Destination LAN NET]
pending
[Advanced Routing>Routing Tables>Gateway]
pending
[Advanced Routing>Routing Tables>Interface]
pending
[Advanced Routing>Routing Tables>Metric]
pending
[Advanced Routing>Routing Tables>Source]
pending
[Advanced Routing>Routing Tables>Scope]
pending
[Advanced Routing>Routing Tables>Table]
pending
[Advanced Routing>Routing Tables>MTU]
pending
[Advanced Routing>Routing Tables>Advertise MSS]
pending

[Advanced Routing>Routing Policies>Select Policy]
pending
[Advanced Routing>Routing Policies>Policy Name]
pending
[Advanced Routing>Routing Policies>Not]
pending
[Advanced Routing>Routing Policies>From]
pending
[Advanced Routing>Routing Policies>To]
pending
[Advanced Routing>Routing Policies>Priority]
pending
[Advanced Routing>Routing Policies>Tos/Dsfield]
pending
[Advanced Routing>Routing Policies>Fwmark]
pending
[Advanced Routing>Routing Policies>Realms]
pending
[Advanced Routing>Routing Policies>Table]
pending
[Advanced Routing>Routing Policies>Suppress Prefixlength]
pending
[Advanced Routing>Routing Policies>Incoming If]
pending
[Advanced Routing>Routing Policies>Outgoing If]
pending
[Advanced Routing>Routing Policies>Nat Address]
pending
[Advanced Routing>Routing Policies>Type]
pending
[Advanced Routing>Routing Policies>IP Protocol]
pending
[Advanced Routing>Routing Policies>Source Port Range]
pending
[Advanced Routing>Routing Policies>Destination Port Range]
pending

(Router)

[Advanced Routing>Routing Tables>Select Route]
pending
[Advanced Routing>Routing Tables>Route Name]
pending
[Advanced Routing>Routing Tables>Destination LAN NET]
pending
[Advanced Routing>Routing Tables>Gateway]
pending
[Advanced Routing>Routing Tables>Interface]
pending
[Advanced Routing>Routing Tables>Metric]
pending
[Advanced Routing>Routing Tables>Source]
pending
[Advanced Routing>Routing Tables>Scope]
pending
[Advanced Routing>Routing Tables>Table]
pending
[Advanced Routing>Routing Tables>MTU]
pending
[Advanced Routing>Routing Tables>Advertise MSS]
pending

[Advanced Routing>Routing Policies>Select Policy]
pending
[Advanced Routing>Routing Policies>Policy Name]
pending
[Advanced Routing>Routing Policies>Not]
pending
[Advanced Routing>Routing Policies>From]
pending
[Advanced Routing>Routing Policies>To]
pending
[Advanced Routing>Routing Policies>Priority]
pending
[Advanced Routing>Routing Policies>Tos/Dsfield]
pending
[Advanced Routing>Routing Policies>Fwmark]
pending
[Advanced Routing>Routing Policies>Realms]
pending
[Advanced Routing>Routing Policies>Table]
pending
[Advanced Routing>Routing Policies>Suppress Prefixlength]
pending
[Advanced Routing>Routing Policies>Incoming If]
pending
[Advanced Routing>Routing Policies>Outgoing If]
pending
[Advanced Routing>Routing Policies>Nat Address]
pending
[Advanced Routing>Routing Policies>Type]
pending
[Advanced Routing>Routing Policies>IP Protocol]
pending
[Advanced Routing>Routing Policies>Source Port Range]
pending
[Advanced Routing>Routing Policies>Destination Port Range]
pending

_________________
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r43397 std (06/13/20)
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r45735 std (02/11/21)


Last edited by SuninderSingh on Thu May 13, 2021 5:57; edited 1 time in total
SuninderSingh
DD-WRT Novice


Joined: 05 Sep 2017
Posts: 28
Location: IN

PostPosted: Thu May 13, 2021 4:06    Post subject: Reply with quote
[Setup > Switch Config]

[Virtual Local Area Network (VLAN)>VLAN>VLAN0>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN0>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN0>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN0>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN0>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN1>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN1>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN1>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN1>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN1>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN2>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN2>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN2>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN2>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN2>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN3>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN3>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN3>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN3>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN3>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN4>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN4>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN4>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN4>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN4>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN5>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN5>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN5>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN5>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN5>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN6>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN6>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN6>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN6>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN6>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN7>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN7>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN7>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN7>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN7>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN8>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN8>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN8>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN8>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN8>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN9>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN9>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN9>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN9>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN9>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN10>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN10>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN10>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN10>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN10>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN11>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN11>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN11>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN11>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN11>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN12>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN12>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN12>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN12>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN12>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN13>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN13>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN13>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN13>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN13>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN14>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN14>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN14>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN14>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN14>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>VLAN15>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN15>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN15>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN15>Port4]
pending
[Virtual Local Area Network (VLAN)>VLAN>VLAN15>Assigned To Bridge]
pending

[Virtual Local Area Network (VLAN)>VLAN>Tagged>Port1]
pending
[Virtual Local Area Network (VLAN)>VLAN>Tagged>Port2]
pending
[Virtual Local Area Network (VLAN)>VLAN>Tagged>Port3]
pending
[Virtual Local Area Network (VLAN)>VLAN>Tagged>Port4]
pending

_________________
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r43397 std (06/13/20)
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r45735 std (02/11/21)


Last edited by SuninderSingh on Thu May 13, 2021 6:11; edited 1 time in total
SuninderSingh
DD-WRT Novice


Joined: 05 Sep 2017
Posts: 28
Location: IN

PostPosted: Thu May 13, 2021 4:08    Post subject: Reply with quote
[Setup > Networking]

[VLAN Tagging>Tagging]
pending

[Bridging>Create Bridge]
pending
[Bridging>Assign to Bridge]
pending
[Bridging>Current Bridging Table]
pending

[Port Setup>Port Setup>WAN Port Assignment]
pending

[Port Setup>Port Setup>Network Configuration eth0>MAC Address]
pending
[Port Setup>Port Setup>Network Configuration eth0>Label]
pending
[Port Setup>Port Setup>Network Configuration eth0>TX Queue Length]
pending
[Port Setup>Port Setup>Network Configuration eth0>Multicast To Unicast]
pending
[Port Setup>Port Setup>Network Configuration eth0>Bridge Assignment]
pending

[Port Setup>Port Setup>Network Configuration wlan0>MAC Address]
pending
[Port Setup>Port Setup>Network Configuration wlan0>Label]
pending
[Port Setup>Port Setup>Network Configuration wlan0>TX Queue Length]
pending
[Port Setup>Port Setup>Network Configuration wlan0>Multicast To Unicast]
pending
[Port Setup>Port Setup>Network Configuration wlan0>Bridge Assignment]
pending

[DHCPD>Multiple DHCP Server]
pending


[Setup > Tunnels]

[Ethernet and IP Tunneling>Tunnel oet1>Tunnel]
pending

[Ethernet and IP Tunneling>Tunnel oet1>Protocol Type>RFC 3378 Ethernet Over IP]
pending
[Ethernet and IP Tunneling>Tunnel oet1>Local IP Address]
pending
[Ethernet and IP Tunneling>Tunnel oet1>Remote IP Address]
pending
[Ethernet and IP Tunneling>Tunnel oet1>Bridging]
pending

[Ethernet and IP Tunneling>Tunnel oet1>Protocol Type>Mikrotik]
pending
[Ethernet and IP Tunneling>Tunnel oet1>Tunnel ID]
pending
[Ethernet and IP Tunneling>Tunnel oet1>Local IP Address]
pending
[Ethernet and IP Tunneling>Tunnel oet1>Remote IP Address]
pending
[Ethernet and IP Tunneling>Tunnel oet1>Bridging]
pending

[Wireless > Basic Settings]

[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Wireless Mode]
nvram set wlan0_mode=ap (AP) or nvram set wlan0_mode=sta (Client) or nvram set wlan0_mode=wet (Client Bridge (Routed)) or nvram set wlan0_mode=infra (Adhoc) or nvram set wlan0_mode=wdssta (WDS Station) or nvram set wlan0_mode=wdssta_mtik (WDS Station (Mikrotik)) or nvram set wlan0_mode=wdsap (WDS AP)

(Client Bridge (Routed))
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Default GW Mode>Auto(DHCP)]
pending
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Default GW Mode>Manual]
pending
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Default GW Mode>Gateway]
pending


[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Wireless Network Mode]
nvram set wlan0_net_mode=disabled (Disabled) or nvram set wlan0_net_mode=mixed (Mixed) or nvram set wlan0_net_mode=b-only (B-Only) or nvram set wlan0_net_mode=g-only (G-Only) or nvram set wlan0_net_mode=bg-mixed (BG-Mixed) or nvram set wlan0_net_mode=ng-only (NG-Mixed) or nvram set wlan0_net_mode=n2-only (N-Only 2.4Ghz)
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Channel Width]
nvram set wlan0_channelbw=20 (Full 20 Mhz) or nvram set wlan0_channelbw=2040 (Dynamic (20/40 Mhz) or nvram set wlan0_channelbw=40 (Wide HT40 40 Mhz) or nvram set wlan0_channelbw=10 (Half 10 Mhz) or nvram set wlan0_channelbw=5 (Quater 5 Mhz)

(AP or Adhoc or WDS AP)
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Wireless Channel]
nvram set wlan0_channel=2412 or 2412 or 2417 or 2422 or 2427 or 2432 or 2437 or 2442 or 2447 or 2452 or 2457 or 2462 or 2467 or 2472
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Extension Channel]
nvram set wlan0_nctrlsb=ull (Upper) or nvram set wlan0_nctrlsb=luu (Lower)

[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Wireless Network Name (SSID)]
nvram set wlan0_ssid=DW-303
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Wireless SSID Broadcast]
nvram set wlan0_closed=0

[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings]
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Regulatory Domain]
nvram set wlan0_regdomain=UNITED_STATES
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>TX Power]
nvram set wlan0_txpwrdbm=20
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Antenna Gain]
nvram set wlan0_antgain=0
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>LDPC (Disable for ESP8266)]
nvram set wlan0_ldpc=1
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>U-APSD (Automatic Power Save)]
nvram set wlan0_uapsd=1
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Disassoc Low Ack]
nvram set wlan0_d_lowack=1
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Noise Immunity]
nvram set wlan0_intmit=0
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Protection Mode]
nvram set wlan0_protmode=None or nvram set wlan0_protmode=CTS or nvram set wlan0_protmode=RTS/CTS
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>RTS Threshold]
nvram set wlan0_rts=0
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>RTS Threshold>Threshold]
nvram set wlan0_rtsvalue=800
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Short Preamble]
nvram set wlan0_preamble=0
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Short GI]
nvram set wlan0_shortgi=0
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>TX Antenna Chains]
nvram set wlan0_txantenna=3
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>RX Antenna Chains]
nvram set wlan0_rxantenna=3
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>AP Isolation]
nvram set wlan0_ap_isolate=0
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Beacon Interval]
nvram set wlan0_bcn=100
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>DTIM Interval]
nvram set wlan0_dtim=2
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>WMM Support]
nvram set wlan0_wmm=1
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Channel Shifting]
nvram set wlan0_chanshift=0
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>ScanList]
nvram set wlan0_scanlist=default
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Sensitivity Range (ACK Timing)]
nvram set wlan0_distance=500

(Client or WDS Station or WDS Station (Mikrotik))
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Background Scan>Mode]
pending
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Background Scan>Short interval]
pending
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Background Scan>Signal threshold]
pending
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Background Scan>Long interval]
pending

(AP or Adhoc or WDS AP)
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Max Associated Clients]
nvram set wlan0_maxassoc=256

(AP or WDS AP)
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Max Associated Clients]
nvram set wlan0_maxassoc=256
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Drop Clients with Low Signal>Minimum Signal for authenticate]
nvram set wlan0_connect=-128
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Drop Clients with Low Signal>Minimum Signal for connection]
nvram set wlan0_stay=-128
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Drop Clients with Low Signal>Poll Time for signal lookup]
nvram set wlan0_poll_time=10
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Drop Clients with Low Signal>Amount of allowed low signals]

nvram set wlan0_strikes=3
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Multicast To Unicast]
nvram set wlan0_multicast_to_unicast=1
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Network Configuration>Bridged]
nvram set wlan0_bridged=1
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Network Configuration>Unbridged>]
nvram set wlan0_bridged=0
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Network Configuration>Unbridged>Multicast forwarding]
nvram set wlan0_multicast=0
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Network Configuration>Unbridged>Masquerade / NAT]
nvram set wlan0_nat=0
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Network Configuration>Unbridged>Filter WAN NAT Redirection]
nvram set wlan0_bloop=1
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Network Configuration>Unbridged>Net Isolation]
nvram set wlan0_isolation=1
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Network Configuration>Unbridged>Forced DNS Redirection]
nvram set wlan0_dns_redirect=1
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Network Configuration>Unbridged>Forced DNS Redirection>Optional DNS Target]
nvram set wlan0_dns_ipaddr=9.9.9.9
[Wireless Interface wlan0 [2.4 GHz] - QCA953x 802.11n - Max Vaps(8)>Physical Interface wlan0 - SSID [DW] HWAddr [C4:6E:1F:F2:EE:F4]>Advanced Settings>Network Configuration>Unbridged>IP Address]
nvram set wlan0_ipaddr=7.7.7.7
nvram set wlan0_netmask=255.255.0.0

[Radio Time Restrictions>Radio Scheduling]
radio0_timer_enable=0
radio0_on_time=101110111110111101111111 [1=On,0=Off and 0-23 hours]

[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]]

[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Wireless Mode]
nvram set wlan0.1_mode=disabled or wlan0.1_mode=ap or wlan0.1_mode=wdsap
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Wireless Network Name (SSID)]
nvram set wlan0.1_ssid=dd-wrt_vap
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Wireless SSID Broadcast]
nvram set wlan0.1_closed=0
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings]
pending
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Protection Mode]
nvram set wlan0.1_protmode=None or wlan0.1_protmode=CTS or wlan0.1_protmode=RTS/CTS
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>RTS Threshold]
nvram set wlan0.1_rts=1
nvram set wlan0.1_rtsvalue=500
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>WMM Support]
nvram set wlan0.1_wmm=1
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>U-APSD (Automatic Power Save)]
nvram set wlan0.1_uapsd=1
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>AP Isolation]
nvram set wlan0.1_ap_isolate=0
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Max Associated Clients]
nvram set wlan0.1_maxassoc=256
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>DTIM Interval]
nvram set wlan0.1_dtim=2

[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Drop Clients with Low Signal>Minimum Signal for authenticate]
nvram set wlan0.1_connect=-128
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Drop Clients with Low Signal>Minimum Signal for connection]
nvram set wlan0.1_stay=-128
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Drop Clients with Low Signal>Poll Time for signal lookup]
nvram set wlan0.1_poll_time=10
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Drop Clients with Low Signal>Amount of allowed low signals]
nvram set wlan0.1_strikes=3

[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Network Configuration>Bridged]
nvram set wlan0.1_bridged=0
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Network Configuration>Unbridged>Multicast forwarding]
nvram set wlan0.1_multicast=0
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Network Configuration>Unbridged>Masquerade / NAT]
nvram set wlan0.1_nat=0
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Network Configuration>Unbridged>Filter WAN NAT Redirection]
nvram set wlan0.1_bloop=1
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Network Configuration>Unbridged>Net Isolation]
nvram set wlan0.1_isolation=1
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Network Configuration>Unbridged>Forced DNS Redirection]
nvram set wlan0.1_dns_redirect=1
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Network Configuration>Unbridged>Forced DNS Redirection>Optional DNS Target]
nvram set wlan0.1_dns_ipaddr=9.9.9.9
[Virtual Interfaces>Virtual Interfaces wlan0.1 SSID [dd-wrt_vap]>Advanced Settings>Network Configuration>Unbridged>IP Address]
nvram set wlan0.1_ipaddr=7.7.7.7
nvram set wlan0.1_netmask=255.255.0.0

_________________
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r43397 std (06/13/20)
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r45735 std (02/11/21)
SuninderSingh
DD-WRT Novice


Joined: 05 Sep 2017
Posts: 28
Location: IN

PostPosted: Thu May 13, 2021 13:16    Post subject: Reply with quote
[Wireless > SuperChannel]

[SuperChannel feature activation>System Key]
pending
[SuperChannel feature activation>Activation Key]
pending

[Wireless > Wireless Security]

[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>Disabled]
nvram set wlan0_security_mode=disabled
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA]
nvram set wlan0_security_mode=wpa
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Personal]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Personal>WPA Algorithms>CCMP-128 (AES)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Personal>WPA Algorithms>TKIP]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Personal>WPA Shared Key]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Personal>Unmask]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Personal>Key Renewal Interval (in seconds)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Personal>WPA Strict Rekeying]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Personal>Disable EAPOL Key Retries]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Personal>Custom Config]
pending

[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Personal]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Personal>WPA Algorithms>CCMP-128 (AES)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Personal>WPA Algorithms>TKIP]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Personal>WPA Shared Key]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Personal>Unmask]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Personal>Key Renewal Interval (in seconds)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Personal>WPA Strict Rekeying]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Personal>Disable EAPOL Key Retries]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Personal>Custom Config]
pending

[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>WPA Algorithms>CCMP-128 (AES)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>WPA Algorithms>TKIP]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Auth Server Address]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Auth Server Port]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Auth Shared Secret]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Unmask]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Primary Server Retry Limit]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Auth Backup Server Address]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Auth Backup Server Port]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Auth Backup Shared Secret]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Unmask]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Disable)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Disable)>Force Client IP]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Disable)>Key Renewal Interval (in seconds)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Disable)>WPA Strict Rekeying]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Disable)>Disable EAPOL Key Retries]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Disable)>Custom Config]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Enable)>]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Enable)>Radius Acct Server Address]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Enable)>Radius Acct Server Port]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Enable)>Radius Acct Shared Secret]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Enable)>Unmask]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Enable)>Force Client IP]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Enable)>Key Renewal Interval (in seconds)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Enable)>WPA Strict Rekeying]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Enable)>Disable EAPOL Key Retries]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA Enterprise>Radius Accounting(Enable)>Custom Config]
pending

[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>WPA Algorithms>CCMP-128 (AES)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>WPA Algorithms>TKIP]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Auth Server Address]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Auth Server Port]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Auth Shared Secret]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Unmask]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Primary Server Retry Limit]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Auth Backup Server Address]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Auth Backup Server Port]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Auth Backup Shared Secret]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Unmask]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Disable)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Disable)>Force Client IP]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Disable)>Key Renewal Interval (in seconds)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Disable)>WPA Strict Rekeying]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Disable)>Disable EAPOL Key Retries]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Disable)>Custom Config]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Enable)>]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Enable)>Radius Acct Server Address]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Enable)>Radius Acct Server Port]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Enable)>Radius Acct Shared Secret]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Enable)>Unmask]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Enable)>Force Client IP]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Enable)>Key Renewal Interval (in seconds)]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Enable)>WPA Strict Rekeying]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Enable)>Disable EAPOL Key Retries]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WPA>Network Authentication>WPA2 Enterprise>Radius Accounting(Enable)>Custom Config]
pending

[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>RADIUS]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>RADIUS>MAC Format]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>RADIUS>Radius Auth Server Address]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>RADIUS>Radius Auth Server Port]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>RADIUS>Radius Auth Shared Secret]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>RADIUS>Unmask]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>RADIUS>Force Client IP]
pending

[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WEP]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WEP>Authentication Type]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WEP>Default Transmit Key]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WEP>Encryption]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WEP>Passphrase]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WEP>Key 1]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WEP>Key 2]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WEP>Key 3]
pending
[Wireless Security wlan0>Physical Interface wlan0 SSID [DW-303] HWAddr [C4:6E:1F:F4:EE:FC]>Security Mode>WEP>Key 4]
pending

_________________
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r43397 std (06/13/20)
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r45735 std (02/11/21)
SuninderSingh
DD-WRT Novice


Joined: 05 Sep 2017
Posts: 28
Location: IN

PostPosted: Thu May 13, 2021 13:27    Post subject: Reply with quote
[Wireless > MAC Filter]

[Wireless MAC Filter>wlan0 SSID [DW-303] - MAC Filter>Use Filter]
pending
[Wireless > WDS]
pending

[Services] > Services]
pending
[Services] > VPN]
pending
[Services] > Hotspot]
pending

[Security > Firewall]
pending
[Security > VPN Passthrough]
pending

[Access Restrictions > WAN Access]
pending


[NAT/QoS > Port Forwarding]

[Port Forwarding>Forwards]
Syntax :- [Application] AppName : [Enable] on/off : [Protocol] tcp/udp/both : [Port from] : xxxxx > [IP Address] x.x.x.x : [Port to] xxxxx < [Source Net] x.x.x.x
*nvram set forward_spec=AppName:off:both:1000>192.168.1.20:1010<9.9.9.9

[NAT/QoS > Port Range Forwarding]

[Port Range Forwarding>Forwards]
Syntax :- [Application] AppName: [Enable] on/off : [Protocol] tcp/udp/both : [Start] xxxxx : [End] xxxxx > [IP Address] x.x.x.x
*nvram set forward_port=AppName:off:both:10:20>0.0.0.0

[NAT/QoS > IP Forward - (1:1 NAT)]

[IP Forward - 1:1 NAT>Forwards]
Syntax :- [Name] AppName : [Enable] on/off : [Source IP] x.x.x.x : [Destination IP] x.x.x.x
*nvram set forward_ip=AppName:off:9.9.9.9:192.168.1.26

[NAT/QoS > Port Triggering]

[Port Triggering>Forwards]
(Pending)

[NAT/QoS > UPnP]

[Universal Plug and Play (UPnP)>Forwards]
(Pending)

[Universal Plug and Play (UPnP)>UPnP Configuration>UPnP Service]
nvram set upnp_enable=1

[Universal Plug and Play (UPnP)>UPnP Configuration>Clear port forwards at startup]
nvram set upnpcas=0


[NAT/QoS > DMZ]

[Demilitarized Zone (DMZ)>DMZ>Use DMZ]
nvram set dmz_enable=0
[Demilitarized Zone (DMZ)>DMZ>DMZ Host IP Address]
*nvram set dmz_ipaddr=25

[NAT/QoS > QoS]
pending

[Administration > Management page]

[Router Management>Router Password>Router Username]
(NA)
[Router Management>Router Password>Router Password]
(NA)
[Router Management>Router Password>Re-enter to confirm]
(NA)

[Router Management>Web Access>Protocol>HTTP]
nvram set http_enable=1
[Router Management>Web Access>Protocol>HTTPS]
nvram set https_enable=0
[Router Management>Web Access>Protocol>Auto-Refresh (in seconds)]
nvram set refresh_time=3
[Router Management>Web Access>Protocol>Enable Info Site]
(Pending)
[Router Management>Web Access>Protocol>Info Site Password Protection]
nvram set info_passwd=1
[Router Management>Web Access>Protocol>Info Site MAC Masking]
nvram set maskmac=0

[Router Management>Remote Access>Web GUI Management]
(Pending)
[Router Management>Remote Access>Use HTTPS]
nvram set remote_mgt_https=1
[Router Management>Remote Access>Web GUI Port]
nvram set http_wanport=8080
[Router Management>Remote Access>SSH Management]
nvram set remote_mgt_ssh=0
[Router Management>Remote Access>SSH Management>SSH Remote Port]
nvram set sshd_wanport=22
[Router Management>Remote Access>Telnet Management]
nvram set remote_mgt_telnet=0
[Router Management>Remote Access>Telnet Management>Telnet Remote Port]
nvram set telnet_wanport=23
[Router Management>Remote Access>Allow Any Remote IP]
(Pending)
[Router Management>Remote Access>Allowed Remote IP Range]
(Pending)

[Router Management>Boot Wait>Boot Wait]
nvram set boot_wait=on

[Router Management>Cron>Cron]
nvram set cron_enable=1
[Router Management>Cron>Additional Cron Jobs]
nvram set cron_jobs=""

[Router Management>802.1x>802.1x]
(Pending)

[Router Management>Reset Button>Reset Button]
nvram set resetbutton_enable=0

[Router Management>Bootfail Handling>Reset after 5 Bootfails]
nvram set no_bootfails=0
[Router Management>Bootfail Handling>Open Wifi after Bootfail]
nvram set boot_fail_open=1
[Router Management>Bootfail Handling>Keep IP after Bootfail]
nvram set boot_fail_keepip=0

[Router Management>Routing>Routing]
(Pending)

[Router Management>Language Selection>Language]
nvram set language=english

[Router Management>IP Filter Settings (adjust these for P2P)>TCP Congestion Control]
nvram set tcp_congestion_control=westwood or reno or hybla or vegas
[Router Management>IP Filter Settings (adjust these for P2P)>Maximum Ports]
nvram set ip_conntrack_max=4096
[Router Management>IP Filter Settings (adjust these for P2P)>TCP Timeout (in seconds)]
nvram set ip_conntrack_tcp_timeouts=3600
[Router Management>IP Filter Settings (adjust these for P2P)>UDP Timeout (in seconds)]
nvram set ip_conntrack_udp_timeouts=120

[Router Management>Overclocking]
(NA)

[Router Management>Router GUI Style>Style]
nvram set router_style=elegant
[Router Management>Router GUI Style>Use Dark Styles]
nvram set router_style_dark=0


[Administration > Keep Alive page]

[Keep Alive>Proxy/Connection Watchdog>Enable Proxy Watchdog]
nvram set squid_watchdog_enable=1
[Keep Alive>Proxy/Connection Watchdog>Interval (in seconds)]
nvram set squid_watchdog_interval_sec=120
[Keep Alive>Proxy/Connection Watchdog>Proxy IP Address]
nvram set squid_proxy_server_ip=9.9.9.9
[Keep Alive>Proxy/Connection Watchdog>Proxy Port]
nvram set squid_proxy_server_port=3128

[Keep Alive>Schedule Reboot>Schedule Reboot]
nvram set schedule_enable=1
[Keep Alive>Schedule Reboot>Interval (in seconds)]
nvram set schedule_time=3600
[Keep Alive>Schedule Reboot>At a set Time]
nvram set schedule_hours=01
nvram set schedule_minutes=30
nvram set schedule_weekdays=00 [Sun] or 01 [Mon] or 02 [Tue] or 03 [Wed] or 04 [Thu] or 05 [Fri] or 06 [Sat] or * [Everyday]

[Keep Alive>WDS/Connection Watchdog>Enable Watchdog]
nvram set wds_watchdog_enable=0
[Keep Alive>WDS/Connection Watchdog>Interval (in seconds)]
nvram set wds_watchdog_interval_sec=1000
[Keep Alive>WDS/Connection Watchdog>IP Addresses]
nvram set wds_watchdog_ips=9.9.9.9

[Administration > Commands]

[Diagnostics>Command Shell>Commands]
(NA)
[Diagnostics>Command Shell>Commands>Save Startup]
nvram set rc_startup=
[Diagnostics>Command Shell>Commands>Save Shutdown]
nvram set rc_shutdown=
[Diagnostics>Command Shell>Commands>Save Firewall]
nvram set rc_firewall=

[Administration > Factory Defaults]
[Factory Defaults>Reset router settings>Restore Factory Defaults]
(NA)

[Administration > Firmware Upgrade]

[Firmware Management>Firmware Upgrade>After flashing, reset to]
(NA)
[Firmware Management>Firmware Upgrade>Please select a file to upgrade]
(NA)

[Administration > Backup]

[Backup Configuration>Backup Settings]
(NA)
[Restore Configuration>Restore Settings]
(NA)

_________________
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r43397 std (06/13/20)
>>TP-Link TL-WR841ND v9
>>DD-WRT v3.0-r45735 std (02/11/21)
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum