Recent content by cjgarmar

  1. C

    LAN->WAN access issue

    Thank you all! I really appreciate your help. Finally, I found a solution. Somehow iptables doesn't masquerade (nat) WANRouter addressing. So I flush all iptables entries, create forward&masquerade rules, reboot the router and all works. As I am working on a vpnc stable&easy...
  2. C

    LAN->WAN access issue

    Thanks all of you for your responses, @wasdanou. Your network configuration is not the same as mine. Your router is on AP mode, but my router is on Router mode. @ColinTaylor. I can ping the WANRouter from the ASUSRouter and viceversa. I also tested with wired connections and with pc...
  3. C

    LAN->WAN access issue

    Hi AdvHomeServer, Thanks for replying, but net configuration is correct. AsusRouter (AC56U) act as a router, so it has two nets: one side (LAN) with 192.168.0.0/24 addresses and other side (WAN) with 192.168.1.0/24 addresses. As I said in the last post, if I change the firmware to dd-wrt all...
  4. C

    LAN->WAN access issue

    Hi all! I can't access (e.g. ping or HTTP) to my WANRouter from LAN clients. My infrastructure is: LAN<->ASUSRouter<->WANRouter LAN IP: 192.168.0.0/24 ASUSRouter LAN-IP: 192.168.0.1 ASUSRouter WAN-IP: 192.168.1.2 WANRouter LAN-IP: 192.168.1.1 I'm using Merlin 374.40 firmware on...
  5. C

    Update NOIP with VPN IP Address

    Hi all! Is there a way to update noip ddns with vpn ip address? That is, something like this: https://github.com/RMerl/asuswrt-merlin/wiki/Update-DYNDNS-with-VPN-IP-Address but for no-ip provider. Thanks! Cristian.
  6. C

    Where should I put a script to take effect after all events?

    Thanks all! After reading all your answers, I've just made some tests and I think it's working as it should. If it's any help, this is what I've done: 1. Create a /jffs/script/post-mount script ( Comment @Hothersale about that point: You'd better use that kind of scripting: date...
  7. C

    Where should I put a script to take effect after all events?

    Thanks Adamm! I've just detected what's the problem: I think usb disk is not mounted when services-start script is launched, because I rewrite the script to test the problem with... #!/bin/sh /opt/etc/config/vpnc/startup-script 2>/tmp/error_startup.txt sleep 10...
  8. C

    Where should I put a script to take effect after all events?

    Thanks for replaying, thelonelycoder. I've followed both documents. But as I said in my post, the scripts aren't working as they should, because... "I've got a script called /jffs/scripts/services-start" and... "If I manually start it, all is working ok." but... "if I reboot router to...
  9. C

    Where should I put a script to take effect after all events?

    Hi all! I've just bought an ASUS AC56U router and I've installed Asuswrt-Merlin v374-40. After reading a lot of posts, I set up Optware, Internet connection through Cisco VPN and I also share Internet vpn connection from LANs hosts, but I can't make the scripts persistent. Let me explain...
Back
Top