Advertisement
SRD

owrt

SRD
Oct 30th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. OpenWRT Chaos Calmer 15.05/LuCI Master (git-15.233.47308-791ca8b)
  2.  
  3. I'm trying to login to OpenWRT from the WAN via another machine (1.10 below).
  4. Trying to login to the external WAN interface on OpenWRT via:
  5. $ ssh -l root 192.168.3.10 -p 2222
  6.  
  7. Getting no response. Here's some info.
  8.  
  9. Network --> Interfaces
  10. WAN (eth1) 192.168.3.10/24
  11. LAN (br-lan) 192.168.30.1/24
  12.  
  13. Added to System -> Administration
  14. Dropbear Instance
  15. interface WAN
  16. port 2222
  17. allow root user to login
  18.  
  19. Add to /etc/conf/firewall ...
  20. config rule
  21. option src 'wan'
  22. option proto 'tcp'
  23. option dest_port '2222'
  24. option target 'ACCEPT'
  25.  
  26. Here is my network:
  27. internet <--> modem +
  28. |
  29. |
  30. +--- (1.1) --+-- (3.1) -------+ 192.168.3.10 (WAN)
  31. | Router | OpenWRT
  32. | + 192.168.30.1 (LAN)
  33. + 192.168.1.10 |
  34. workstation + 192.168.30.100 (laptop)
  35.  
  36. Any help much appreciated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement