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

  1. mew1033

    Weird SSH Problems

    Windows 10 with an Intel(R) Dual Band Wireless-AC 7265
  2. mew1033

    Weird SSH Problems

    No, that's the weird thing. Wired: No problems at all. Everything works perfectly. Wireless: Nothing but trouble.
  3. mew1033

    Weird SSH Problems

    Kitty, it's a fork of putty. But it looks like I'm having the same issues when I use bash on the linux subsystem for windows. Maybe something weird is going on with my network adapters...
  4. mew1033

    Weird SSH Problems

    I feel like you're probably right. I'm trying to isolate what on my client would be causing these issues....
  5. mew1033

    Weird SSH Problems

    The syslog sometimes shows the initial connection, then nothing else. When my SSH client times out, the syslog will show a timeout as well. It'll say Sep 2 11:57:27 dropbear[1913]: Exit before auth: Error reading: Connection timed out
  6. mew1033

    Weird SSH Problems

    Yes, that's correct. I am able to connect over WiFi about 1 in 10 times. Although when I do get connected, it almost always drops out after a few minutes. I just did a factory reset. The only new settings I configured are LAN IP, Wireless, and SSH. Same issue.
  7. mew1033

    Weird SSH Problems

    I tried with port 2222. Same symptoms. I just did a little more testing with my internal server. If I connect to my internal server (on a 192.168.x.10) over SSH, no problems at all. Then I add in local port forwards that look like this: -L 1234:remote.host:22 -L 5678:192.168.x.1:222 Then I...
  8. mew1033

    Weird SSH Problems

    I did indeed. I've been running it on port 222 instead of 22. Do you think that would cause these strange issues? I checked the syslog. This is all I see when attempting to connect from my laptop: Sep 2 11:22:08 dropbear[28117]: Child connection from 192.168.5.4:22293 Sep 2 11:22:29...
  9. mew1033

    Weird SSH Problems

    I've been having two strange SSH related problems for the last little while. I have a remote SSH server I connect to. When I'm on WiFi behind my AC68R with Merlin 380.68, I often can't connect. Sometimes it'll connect, but it'll be incredibly unstable. The connection will timeout for minutes...
  10. mew1033

    Isolated "DMZ" network with egress firewall

    I think I know what I need to do, I just want to get a sanity check to make sure I'm heading in the right direction. Basically I want to have a separate network for less secure devices. Right now it's only wifi devices, although it might one day include wired devices. I'd connect these devices...
  11. mew1033

    User script when device connects to wifi

    What's not worth doing? The dnsmasq script?
  12. mew1033

    User script when device connects to wifi

    Awesome, thanks a lot! These are all good options. I'm migrating from DD-WRT on an old router, and I was using wl_atheros assoclist | grep $MAC_ADDRESS every 5 seconds. I figured I could adapt that to asuswrt merlin, but I wanted to make sure there wasn't a better, more supported way of doing...
  13. mew1033

    User script when device connects to wifi

    Is there a user script that can run whenever a device connects to wifi? I'd like to trigger a shell script on that event.
Back
Top