Giter Club home page Giter Club logo

Comments (7)

johnmaguire avatar johnmaguire commented on August 27, 2024

@tliu0c Can you provide Nebula config and logs from the Windows 11 box please, per the ticket form?

from nebula.

tliu0c avatar tliu0c commented on August 27, 2024

@johnmaguire Hi John, here is the config. I haven't really changed much from the defualt config. I am not sure what is the log you are talking about. I don't see any log on my Windows PC. Can you please advise where I can find it? Thanks.

pki: x
static_host_map:
  "10.1.1.100": ["x.x.x.x"]
lighthouse:
  am_lighthouse: false
  hosts:
    - "10.1.1.100"
listen:
  host: 0.0.0.0
  port: 0
punchy:
  punch: true
  respond: true
  delay: 1s
relay:
  am_relay: false
  use_relays: true
tun:
  disabled: false
  dev: nebula1
  drop_local_broadcast: false
  drop_multicast: false
  tx_queue: 500
  mtu: 1300
  routes:
  unsafe_routes:
logging:
  level: info
  format: text
firewall:
  outbound_action: reject
  inbound_action: reject
  conntrack:
    tcp_timeout: 12m
    udp_timeout: 3m
    default_timeout: 10m
  outbound:
    - port: any
      proto: any
      host: any
  inbound:
    - port: any
      proto: any
      host: any
    

from nebula.

tliu0c avatar tliu0c commented on August 27, 2024

I think this could be a compatibility issue of the Wintun driver with win11? I have two win11 machines and both have this issue. But this does not occur on win10 and win7 machines.

from nebula.

johnmaguire avatar johnmaguire commented on August 27, 2024

Hi @tliu0c -

I have a Windows 11 box and I can see that the interface is registered on my machine as "Public" and I don't see any easy way to change it. I'm not sure that this is a compatibility issue, so much as Windows seems to have made it more difficult to change this setting.

Running the following command in an Administrator Powershell has changed it to private for me:

Set-NetConnectionProfile -InterfaceAlias "nebula1" -NetworkCategory Private

For future reference, to fetch logs, please see this guide for how to collect logs on Windows.

from nebula.

johnmaguire avatar johnmaguire commented on August 27, 2024

I think this ticket may be a dupe of #436

from nebula.

tliu0c avatar tliu0c commented on August 27, 2024

Right, should be the same issue.
I think not being able to set nebula1 as public or private network is just side effect of the root cause - Win11 for some reason doesn't retreat the nebula tunnel as a valid network interface, or another way to put it as in #436, the network is not identify-able by Win11.

In theory, it should show up as a network interface in task manager, which also indicates the network activity. Just like the screen shots below on Win10 and Win7.
Screenshot 2024-01-24 192922
20240124193744
Screenshot 2024-01-24 192922

from nebula.

johnmaguire avatar johnmaguire commented on August 27, 2024

Thanks for the clarification @tliu0c - I understand your primary concern is getting the adapter to show in Task Manager.

I installed a similar tool that uses Wintun and I'm seeing the same thing there... I am going to close this out as a dupe of #436.

from nebula.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.