What's new
  • 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!

unable to access admin page over ipv6

teknojnky

Senior Member
Not sure if this is a known issue or whatever;

- unable to access router admin via it's own local lan ipv6 address

ipv6 tunnel has been up and stable since I resolved my initial dsl modem issues (required full bridge mode and pptp on router).

on a whim I tried to access the router web admin via ipv6, using the "LAN IPv6 Address" as specified on the ipv6 tunnel config page. (this internal ipv6 ip to internal ipv6, not trying to access via wan)

I can ping the address fine.

In chrome you must create the url putting brackets around the ipv6 address;

http://[2001:12:34:56::1]

this results in error connection refused.

I assume that is probably because the web admin service is not bound to the ipv6 lan ip of the router.

I did not try disabling the ipv6 firewall (due to too much active using going on to disrupt connections), but I would hope the firewall would not block lan internal network ips from connecting to the router admin.

merlin 380.57 on rt-ac66u
 
httpd (that runs WebUI) does bind to all interfaces which actually a bad thing IMO. I believe that'll include v6 too. You can do "netstat -na" to look for the binding on default port 80.

I can't help to confirm because I have modified my httpd to bind only to a single interface. Someone else running v6 could chime in..
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top