How to access Router GUI via IPv6?

  • Thread starter Thread starter tatyasky
  • Start date Start date
  • Replies Replies 23
  • Views Views 6,595
type in "socat" in shell, idk if its preinstalled or not with merlin.
 
Code:
ASUSWRT-Merlin RT-AX88U 386.2_6 Sun Jun  6 16:35:13 UTC 2021
admin@RT-AX88U-0240:/tmp/home/root# socat
2021/06/18 23:09:18 socat[8207] E exactly 2 addresses required (there are 0); use option "-h" for help
admin@RT-AX88U-0240:/tmp/home/root#
 
cool socat is preinstalled

start a screen using

screen -S socat

then do this on the screen

socat TCP6-LISTEN:4000,fork TCP:127.0.0.1:4000

detach from screen using Ctrl+D

then try accessing the router ip on port 4000 from LAN Side.
 
Last edited:
hmm weird try

socat TCP6-LISTEN:40005,fork TCP:127.0.0.1:4000


and access router on IPv6 from lan side on port 40005
 


this is weird i tried it on my debian server and it seemed to work. not sure why its not working with urs (ofc its a diff architecture and firmware but still).
 
Ok I installed the latest beta but the ssh session freezes and I am unable to access router at http://[ipv6address]:40005

Maybe it's beyond my scope 🙁
 

Top