Recent content by amrhf

  1. A

    Remote Firmware Upgrade

    How about CLI method, is that available via the SSH instead of WebBrowser?
  2. A

    Remote Firmware Upgrade

    Yes, there is HDD attached, I will un-mount it (Safely remove it) ;) but as per post from @dosborne I will wait until I have someone to power-cycle the router. Before and after the upgrade :)
  3. A

    Remote Firmware Upgrade

    Hi, normally I would upgrade via web interface on a PC connected on LAN. But due to current situation I can not get access to the router. I have remote access to my RT-AC87U via build in OpenVPN and ssh and wonder if I could remotely upgrade the firmware from current 384.11_2 to latest...
  4. A

    [SOLVED] RT-AC87U 380.61 Respond Ping Request from WAN

    iptables -I INPUT -i `nvram get wan0_ifname` -s 80.249.99.164/24 -p ICMP --icmp-type 8 -j logaccept How would I save this rule so it does not get lost when the router get restarted?
  5. A

    DSL-N16 *.cfg = EnCrYpTRomFIle

    I would like to have a look at my config file that I have backed up my settings, but looks like it is encrypted, as when I view the file in GNOME Commander I see only "DSL-N16.........EnCrYpTRomFIle ......" and loots of dots. I am running latest Firmware Version:1.1.2.2_17-g00f2807 SO my...
  6. A

    DSL-N16 1.1.2.2_17-g00f2807 - Manually Assigned IP around the DHCP list HANGS WEB INTERFACE

    Hi, when trying to set Static IPs for my LAN devices (https://192.168.1.1:8443/Advanced_DHCP_Content.asp) on my DSL-N16 with firmware 1.1.2.2_17-g00f2807, the page hangs as soon as I hit SAVE button and I could not log in into the router again, neither can the Android "ASUS Router" app unless I...
  7. A

    Asus DSL-N14U B1 firmware upgrade from 1.1.1.2_origintest_20161122

    Thank you all, all done and working well. Here is helpful link with instructions WINDOWS ONLY :( https://www.asus.com/support/FAQ/1030652/
  8. A

    Asus DSL-N14U B1 firmware upgrade from 1.1.1.2_origintest_20161122

    Hi all, I have DSL-N14U B1 Modem/Router from Origin Broaband and it comes with: DSL Driver Version FwVer:3.20.56.24_A_TC3087 HwVer:T14.F7_11.2 Firmware Version 1.1.1.2_origintest_20161122 but no option to "UPGRADE" to any version (option is missing) as well as SSH option is missing. I...
  9. A

    [SOLVED] RT-AC87U 380.61 Respond Ping Request from WAN

    :oops: Thank you very much :) I see, good source to start with iptables http://www.netfilter.org/documentation/index.html or is there somewhere else I should look first?
  10. A

    [SOLVED] RT-AC87U 380.61 Respond Ping Request from WAN

    So I have tried: iptables -I IMPUT -i `nvram get wan0_ifname` -s 80.249.99.164/24 -p ICMP --icmp-type 8 -j logaccept and this: iptables -I IMPUT -i `nvram get wan0_ifname` -s 80.249.99.164/24 -p ICMP --icmp-type 8 -j logaccept but I get: iptables: No chain/target/match by that name. I have...
  11. A

    [SOLVED] RT-AC87U 380.61 Respond Ping Request from WAN

    @Martineau Thank you. I have turned OFF or rather to "No" Respond Ping Request from WAN in Firewall - General. And tried your rule on IPv4: # iptables -I FORWARD -i `nvram get wan0_ifname` -s 80.249.99.164/24 -p ICMP --icmp-type 8 -j ACCEPT # iptables -nvL FORWARD --line -t filter Chain...
  12. A

    [SOLVED] RT-AC87U 380.61 Respond Ping Request from WAN

    Hi all, I have enabled on the router Respond Ping Request from WAN in Firewall - General and I want to enable Broadband Quality Monitor from thinkbroadband.com but I do not want the router to respond to all ICMP request but only thouse from thinkbroadband.com that are comming from IP's...
  13. A

    [SLOVED] RT-AC87U 380.61 SIP:55566 Registration failed

    It turn out to be problem with my Asterisk IP configuration and Asus was the only router refusing to talk to it, unless it was corrected.
  14. A

    [SLOVED] RT-AC87U 380.61 SIP:55566 Registration failed

    Hi all, Great router, great firmware, but I have problem with my IP phone Gigaset S685IP. I have public IPv4 on WAN port and private range on br0: 12: br0: <BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN link/ether 1c:cc:cc:cc:cc:cc brd ff:ff:ff:ff:ff:ff...
Back
Top