SparkieSpaark
New Around Here
Is it safe to use this firmware? Like will it still be secure?
It's actively being updated with all the latest security fixes when they become available. So it's as secure as it can be. Probably more secure than the stock Asus firmware.Is it safe to use this firmware? Like will it still be secure?
Oh sweet, thanks for the fast reply. I was just worried about installing this Firmware and somehow get access to my Internet or something. Not sure if that's possible for the developer but I'm still learning all this stuff.It's actively being updated with all the latest security fixes when they become available. So it's as secure as it can be. Probably more secure than the stock Asus firmware.
Oh sweet, thanks for the fast reply. I was just worried about installing this Firmware and somehow get access to my Internet or something. Not sure if that's possible for the developer but I'm still learning all this stuff.
anything is possible, thats why u should educate yourself before diving in, read this thread as much as u can and use googleOh sweet, thanks for the fast reply. I was just worried about installing this Firmware and somehow get access to my Internet or something. Not sure if that's possible for the developer but I'm still learning all this stuff.
Oh sweet, thanks for the fast reply. I was just worried about installing this Firmware and somehow get access to my Internet or something. Not sure if that's possible for the developer but I'm still learning all this stuff.
(Default Build - All supported routers)
29af47a26f07d5a4ed332ea48f1b501115ecf64cbea8051ef783b93f17115b80 RT-N16_374.43_36E9j9527.trx
31d108ccb2a5e862eb065c1c6533d1704d52a276e938457e09636606ae827c6f RT-AC66U_374.43_36E9j9527.trx
10e29f346ccea3eed0613ea1fa93301439e3be7890d04e9fe305e7c75b175064 RT-N66U_374.43_36E9j9527.trx
4ea2892ce613e9f1c477748ad14eed76588b08793142c35488d3441da4aa0a44 RT-AC68U_374.43_36E9j9527.trx
1ec487f5dae145c07cb3458df086e185e1e6699e99d7f83c4890e747d8208788 RT-AC56U_374.43_36E9j9527.trx
(Legacy Only Builds)
64107a375750ad8050d420647b50ac64e144ae97af3f5211c491d1a798bd61b9 RT-AC68U_3.0.0.4_374.43_2-36L9j9527.trx
2f6d385326fa2f54f08d8107c339e8676dee53a753b65a51f8888e59512ee1a3 RT-AC56U_3.0.0.4_374.43_2-36L9j9527.trx
7dd9066fb9d330f5ec3113dcb4266f870db765cba613b17771e2e0f855f31aa2 RT-N16_3.0.0.4_374.43_2-36L9j9527.trx
ef1af667382b944ff938c64c52eae3fa0c92d3a0e3ca9252e7be8dd15c009122 RT-AC66U_3.0.0.4_374.43_2-36L9j9527.trx
55fe4563258f0e16487f446b21d1e2d5cbad66b0665d586901c98b09f4d3c93c RT-N66U_3.0.0.4_374.43_2-36L9j9527.trx
# iptables -t mangle -A PREROUTING -s 10.10.100.5 -j ROUTE --tee --gw 10.10.100.115
# iptables-save -t mangle | grep 115
-A PREROUTING -s 10.10.100.5/32 -j ROUTE--gw 10.10.100.115 --tee
# iptables -t mangle -L PREROUTING -n
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
CONNMARK all -- 192.168.1.0/24 192.168.1.0/24 CONNMARK set-return 0x9/0x1ff
RETURN all -- 192.168.1.0/24 192.168.1.0/24
CONNMARK all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED CONNMARK restore mask 0x1ff
ROUTE all -- 10.10.100.5 0.0.0.0/0 ROUTE gw:10.10.100.115 tee
Sorry for being absent over the last couple of weeks, but I needed to spend some time on family commitments.
For coming back, I've posted a maintenance release which rolls up some things I had in the queue. I'll be trying to catch up on PM/posts over the next several days, but if you have an urgent issue, please repost to get it to the top. Thanks everyone.
LATEST RELEASE: Update-36E9/36L9
27-October-2018
Merlin fork 374.43_36E9j9527
Download http://bit.ly/1YdgUcP
============================
No, there's no need for a re-release. It's purely a cosmetic thing that's only of interest to people with OCD that like columns to line up.Will John have to correct this and re-release it ?
Just wondering whether to flash 36E9 now or wait a little while ?
Need assistance with prioritizing my game packets on traditional QoS specifically in the section ‘User Defined QoS Rules’. Can’t use Adaptive QoS since Adaptive QoS won’t identify them, the game is Black Ops 4. I use Merlin Firmware (384.7_2) and have an 86u.No, there's no need for a re-release. It's purely a cosmetic thing that's only of interest to people with OCD that like columns to line up.
Your question is not relevant to this thread. Please don't triple post.Need assistance with prioritizing my game packets on traditional QoS specifically in the section ‘User Defined QoS Rules’. Can’t use Adaptive QoS since Adaptive QoS won’t identify them, the game is Black Ops 4. I use Merlin Firmware (384.7_2) and have an 86u.
No, there's no need for a re-release. It's purely a cosmetic thing that's only of interest to people with OCD that like columns to line up.
Hi @john9527 While looking at this post I noticed that there's a slight cosmetic formatting error in the iptables output. It happens in both the iptables and iptables-save output.
Code:# iptables -t mangle -A PREROUTING -s 10.10.100.5 -j ROUTE --tee --gw 10.10.100.115 # iptables-save -t mangle | grep 115 -A PREROUTING -s 10.10.100.5/32 -j ROUTE--gw 10.10.100.115 --tee # iptables -t mangle -L PREROUTING -n Chain PREROUTING (policy ACCEPT) target prot opt source destination CONNMARK all -- 192.168.1.0/24 192.168.1.0/24 CONNMARK set-return 0x9/0x1ff RETURN all -- 192.168.1.0/24 192.168.1.0/24 CONNMARK all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED CONNMARK restore mask 0x1ff ROUTE all -- 10.10.100.5 0.0.0.0/0 ROUTE gw:10.10.100.115 tee
Hi @john9527 While looking at this post I noticed that there's a slight cosmetic formatting error in the iptables output. It happens in both the iptables and iptables-save output.
Code:# iptables -t mangle -A PREROUTING -s 10.10.100.5 -j ROUTE --tee --gw 10.10.100.115 # iptables-save -t mangle | grep 115 -A PREROUTING -s 10.10.100.5/32 -j ROUTE--gw 10.10.100.115 --tee # iptables -t mangle -L PREROUTING -n Chain PREROUTING (policy ACCEPT) target prot opt source destination CONNMARK all -- 192.168.1.0/24 192.168.1.0/24 CONNMARK set-return 0x9/0x1ff RETURN all -- 192.168.1.0/24 192.168.1.0/24 CONNMARK all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED CONNMARK restore mask 0x1ff ROUTE all -- 10.10.100.5 0.0.0.0/0 ROUTE gw:10.10.100.115 tee
720159f4e iptables: fix iptables list formatting for ROUTE target
c04ce5790 iptables: fix iptables-save for ROUTE target
The logfile location is hardcoded as part of the start command line for stubby (-F parameter), it isn't in the stubby.yml. appdata_dir is something else.I am trying to move the stubby log. I changed the log location with this command in stubby.postconf-
pc_replace "/var/tmp/stubby" "/tmp/mnt/myusbdrive/syslog/stubby" $CONFIG
The line works fine and replaces the location in stubby.yml it looks like-
appdata_dir: "/tmp/mnt/myusbdrive/syslog/stubby"
but the log does not move. Any ideas?
Maybe appdata_dir just isn't the command that dictates the log location?
+0:dot11agofdmhrbw202gpo=0x6533
+0:mcsbw202gpo=0x88653320
+0:mcsbw402gpo=0x88653320
+1:mcsbw205ghpo=0x88653320
+1:mcsbw205glpo=0x88653320
+1:mcsbw205gmpo=0x88653320
+1:mcsbw405ghpo=0x88653320
+1:mcsbw405glpo=0x88653320
+1:mcsbw405gmpo=0x88653320
+1:mcsbw805ghpo=0x88653320
+1:mcsbw805glpo=0x88653320
+1:mcsbw805gmpo=0x88653320
+VPNServer_mode=pptpd
+acc_list=admin>xxxxx
+acc_num=1
+acc_webdavproxy=admin>1
+acs_ifnames=eth1 eth2
+connstat_opt=0
+cron_loglevel=8
+ctf_disable=0
+ctf_fa_mode=2
+daapd_friendly_name=RT-AC68U-8A20
+ddns_cache=
+ddns_enable_x=0
+ddns_hostname_old=
+ddns_hostname_x=
+ddns_ipaddr=
+ddns_passwd_x=
+ddns_return_code=
+ddns_return_code_chk=
+ddns_server_x=
+ddns_server_x_old=
+ddns_status=
+dhcp_static_x=0
+dhcp_staticlist=
+dhcpc_mode=0
+diskmon_usbport=
+dns_norebind=0
+enable_ftp=0
+http_autologout=30
+ipv6_dns1=
+ipv6_dns_router=1
+ipv6_ifname=vlan2
+ipv6_prefix_s=
+ipv6_radvd=1
+ipv6_rtr_addr=
+ipv6_tun_addr=
+lan_ifnames=vlan1 eth1 eth2
+lfp_disable=0
+networkmap_fullscan=0
+nfsd_exportlist=
+ntp_update=1
+pptpd_mppe=0
+qos_addr_err=4
+qos_bw_rulelist=
+qos_enable=0
+qos_obw=
+qos_orates=80-100,10-100,5-100,3-100,2-95,0-0,0-0,0-0,0-0,0-0
+qos_sfql=1
+rstats_data=
+rstats_path=
+stubby_access=1
+stubby_noipv6=0
+stubby_nologs=0
+time_zone=GMT0
+time_zone_dstoff=
+time_zone_x=GMT0,
+usb_path2_diskmon_freq_time=
+vlan2ports=0 5
+vpn_client1_adns=0
+vpn_client1_custom=
+vpn_client1_password=
+vpn_client1_port=1194
+vpn_client1_proto=udp
+vpn_client1_rgw=0
+vpn_client1_userauth=0
+vpn_client_adns=0
+vpn_client_custom=
+vpn_client_password=
+vpn_client_port=1194
+vpn_client_proto=udp
+vpn_client_rgw=0
+vpn_client_userauth=0
+vpn_crt_client1_ca=
+vpn_crt_client1_crt=
+vpn_crt_client1_key=
+vpn_crt_server1_ca=
+vpn_crt_server1_ca_key=
+vpn_crt_server1_client_key=
+vpn_crt_server1_key=
+vpn_server1_cipher=AES-128-CBC
+vpn_server1_errno=4
+vpn_server1_state=-1
+vpn_server2_port=1195
+vpn_server_cipher=AES-128-CBC
+vpn_serverx_dns=
+vpn_upload_type=
+vpn_upload_unit=
+wan0_dns1_x=
+wan0_expires=597948
+wan0_ifname=vlan2
+wan0_lease=597923
+wan_bootdly=27
+wan_dns1_x=
+wan_dns=
+wan_ifnames=vlan2
+wan_ipaddr=0.0.0.0
+wandevs=vlan2
+wans_lanport=1
+wl0.1_ap_isolate=0
+wl0.1_bss_enabled=0
+wl0.1_ssid=ASUS_Guest1
+wl0.1_wpa_gtk_rekey=0
+wl0.1_wpa_psk=
+wl0_TxPower=80
+wl0_bw=0
+wl0_bw_cap=3
+wl0_chanspec=0
+wl0_itxbf=1
+wl0_maclist=
+wl0_maclist_x=
+wl0_txpower=100
+wl0_vifs=
+wl1_TxPower=80
+wl1_chanspec=0
+wl1_itxbf=1
+wl1_plcphdr=long
+wl1_reg_mode=off
+wl1_ssid=ASUS_5G
+wl1_txpower=100
+wl_TxPower=80
+wl_bw=0
+wl_bw_cap=3
+wl_chanspec=0
+wl_itxbf=1
+wl_maclist=
+wl_maclist_x=
+wl_txpower=100
Cant get vpn client to work exclusive dns
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!