Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. Can't access by IPV6

Can't access by IPV6

Scheduled Pinned Locked Moved System Admin
comsysadminjson
3 Posts 2 Posters 16 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • pkfoxP Offline
    pkfoxP Offline
    pkfox
    wrote on last edited by
    #1

    Edit 2 I'm a muppet, as I have an identical nginx rule on my Web server I shouldn't be passing the full route only the method to the controller from my local box server { listen 9666; listen [::]:9666; location / { This what I had on local box and is wrong. proxy_pass mysite.com:9666/api/MyController/ What I have now on local box and is correct. proxy_pass mysite.com:9666/ On the Web server I have this. proxy_pass localhost:9654/api/controller/ } } I must have accidentally changed the proxy_pass line on the local box - sorry if I wasted anyones time. "We can't stop here - this is bat country" - Hunter S Thompson - RIP

    P 1 Reply Last reply
    0
    • pkfoxP pkfox

      Edit 2 I'm a muppet, as I have an identical nginx rule on my Web server I shouldn't be passing the full route only the method to the controller from my local box server { listen 9666; listen [::]:9666; location / { This what I had on local box and is wrong. proxy_pass mysite.com:9666/api/MyController/ What I have now on local box and is correct. proxy_pass mysite.com:9666/ On the Web server I have this. proxy_pass localhost:9654/api/controller/ } } I must have accidentally changed the proxy_pass line on the local box - sorry if I wasted anyones time. "We can't stop here - this is bat country" - Hunter S Thompson - RIP

      P Offline
      P Offline
      phil o
      wrote on last edited by
      #2

      The first thing I would do is revalidate the IPv6 configuration on the web server, starting from the network interface, down to the web service configuration. I would also try the ipv6only=on statement in the nginx config file, and see whether that makes a difference.

      "Five fruits and vegetables a day? What a joke! Personally, after the third watermelon, I'm full."

      pkfoxP 1 Reply Last reply
      0
      • P phil o

        The first thing I would do is revalidate the IPv6 configuration on the web server, starting from the network interface, down to the web service configuration. I would also try the ipv6only=on statement in the nginx config file, and see whether that makes a difference.

        "Five fruits and vegetables a day? What a joke! Personally, after the third watermelon, I'm full."

        pkfoxP Offline
        pkfoxP Offline
        pkfox
        wrote on last edited by
        #3

        Thanks Phil I'll give it a go

        "We can't stop here - this is bat country" - Hunter S Thompson - RIP

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups