• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by angolight

  1. A

    Setting up static vpn client

    Thanks for the response. I suppose the openvpn client here needs to add its certificate inline inside the .ovpn config file to connect to the vpn server. Is this correct?
  2. A

    Setting up static vpn client

    Ok, here is the setup: - router A is connected directly to the internet router A runs openvpn server for clients to connect to it. the openvpn subnet is 10.10.8.0/24 - host B is located in a different location, and it is the vpn client to router A. host B is is connected to its local...
  3. A

    Setting up static vpn client

    Configuring static vpn client using this instruction is quite involved too. I wonder if there are other workaround. My goal is to do port-mapping, so the internet-facing router needs to know the local addr of the client predictably. The client here is located remotely so it needs to connect to...
  4. A

    Setting up static vpn client

    Hello, Has anyone successfully configured static vpn client ? I tried the instructions from https://github.com/RMerl/asuswrt-merlin.ng/wiki/Static-ip-for-OpenVPN-clients, but could not make it work. I got errors during authentication.
  5. A

    Does merlin support ecdhe-ecdsa for tls handshake?

    Hello, Can I use the ec ephemeral diffie hellman with ecdsa for the TLS handshake? For ECDSA, I suppose I can just create the cert using 'open ssl ecparam command' and upload the key and certs onto merlin routers. How do I upload my own DH params ? I don't see in the UI, perhaps available via...
  6. A

    Multiple VPN client instance

    Got it. I will test it out. Thanks for the clarification!
  7. A

    Multiple VPN client instance

    That's what I am trying to setup actually. However as I said previously, how do you reference vpn instance #1, #2 etc, as I can't see option to do this on the UI. Do you have to do this via command line configs ? If you have some simple config examples, please share it. Thanks.
  8. A

    Multiple VPN client instance

    Thank you for the response. Yes I am using the Policy Rules. However, the policy rule can only specify 'VPN', not specific instances. The doc says vpn instance#1 has higher priority than instance #2 and so forth. So I am guessing even though multiple instances are active, only one is being used...
  9. A

    Multiple VPN client instance

    Hi, I noticed I can create up to 5 instances of vpn clients. I am using OpenVPN clients btw. All these 5 vpn clients seem to be able to be turned on and run at the same time. My questions are: - How do you determine which client will be used ? It seems to me the lower numbered client will...
Back
Top