Skip to content

error="Listener is IPv4, but writing to IPv6 remote" #1225

Answered by nbrownus
danthegoodman1 asked this question in Q&A
Discussion options

You must be logged in to vote

I see, I was focused on the error message being the issue.

The logs you posted show a successful tunnel being formed so the issue appears to be the firewall config.

    - port: 8080
      proto: tcp
      groups:
        - laptop
        - mobile

this firewall rule will only allow a host with both laptop and mobile to pass. Based on the cert details you provided it looks like what you want is actually:

    - port: 8080
      proto: tcp
      groups:
        - laptop
        
    - port: 8080
      proto: tcp
      groups:
        - mobile

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@danthegoodman1
Comment options

@nbrownus
Comment options

Answer selected by danthegoodman1
@danthegoodman1
Comment options

@danthegoodman1
Comment options

@danthegoodman1
Comment options

@nbrownus
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants