Recent content by ldee

  • 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!

  1. L

    YazFi YazFi - enhanced AsusWRT-Merlin Guest WiFi inc. SSID <-> VPN Client

    Okay, found the solution myself. Didn't quite understand it before. ovpnc1 is the routing table, thus adding two entries: ip route add 111.123.222.100 via 111.123.222.240 table ovpnc1 ip route add 111.123.222.101 via 111.123.222.240 table ovpnc1 and it's done.
  2. L

    YazFi YazFi - enhanced AsusWRT-Merlin Guest WiFi inc. SSID <-> VPN Client

    Because the whole subnet 111.123.222.0/24 has a route to go via 111.123.222.240 (this is the ip on my wan interface without VPN). I guess I want to change the ovpnc1 ruleset, so not only the source (192.168.3.0/24) is checked, but also the destination. Unfortunately I don't know how to...
  3. L

    YazFi YazFi - enhanced AsusWRT-Merlin Guest WiFi inc. SSID <-> VPN Client

    Output looks like this: admin@RT-AC66U_B1-3758:/tmp/home/root# ip rule show 0: from all lookup local 10101: from 192.168.3.0/24 lookup ovpnc1 32766: from all lookup main 32767: from all lookup default admin@RT-AC66U_B1-3758:/tmp/home/root# ip route show 111.123.222.1 dev eth0 proto...
  4. L

    YazFi YazFi - enhanced AsusWRT-Merlin Guest WiFi inc. SSID <-> VPN Client

    No, I don't think so. I added the routes like that (https://fatmintech.files.wordpress.com/2014/11/static_routes_asus_rt-ac66u.jpeg). However, I put 255.255.255.255 as a netmask (because it's a single IP) and used my public IP as Gateway address. The public IP is statically configured on the...
  5. L

    YazFi YazFi - enhanced AsusWRT-Merlin Guest WiFi inc. SSID <-> VPN Client

    Thanks for your great script, it was very easy to set up! One question though: Is it possible to have exceptions to "all traffic via VPN" in guest networks? I want everything but two IPs be routed via VPN, and these two should be routed normally (these are servers and firewall rules only allow...
  6. L

    SSH over WAN not working

    Yes, I am using "admin" to login and there are no certificates involved. Also, the I am not even getting a reply from the SSH server, if there was something wrong with authentication I should at least get notified that authentication was rejected.
  7. L

    SSH over WAN not working

    Okay, so I did a bit of drawing: "Asus Router" is the router in question. The 1.0.0.0 and 2.0.0.0 are obviously not the real network addresses, but are public. The IPs 1.0.0.1 on the WAN side of the router is static and the VPN IPs (2.0.0.1 and 2.0.0.2) too. The two rules are exceptions...
  8. L

    SSH over WAN not working

    Sorry, I probably wasn't clear on that. The router should be placed IN the university network (my department has permission for this). So no, I can't avoid VPN, because the university's firewall doesn't allow inbound SSH traffic except for certain exceptions, which also have to be inside the...
  9. L

    SSH over WAN not working

    I did disable it for testing purposes. There is another (university) firewall which blocks ingoing connections (I asked for an exception on Port 22). Yes, SSH access on LAN works. I have a static IP on my WAN Interface which I try SSH to, so no DNS involved. I do SSH over a VPN (get a static...
  10. L

    SSH over WAN not working

    Hi, I am trying to access my Router (Asus RT-AC66U_B1) via SSH over WAN (and once this works I actually want to forward it to another server). However, I always get "Connection Refused" when trying to access it over the WAN IP. My settings are: SSH Daemon -> Enable SSH: LAN + WAN Allow SSH...
Top