Windows 8 & Hyper-V Can't Bridge Wifi Connection

43

Should have tried it before I ever posted, when all else fails, reboot!

Went back and setup an external virtual switch bound to my wireless card, as before lost internet after setup completed. This time I rebooted the machine, after reboot I had internet connection and now my VMs can access the bridged connection.

Once again thanks to the old 3-finger-salute, problem solved, crisis averted, town saved.

Share:
43

Related videos on Youtube

Ali
Author by

Ali

Updated on September 18, 2022

Comments

  • Ali
    Ali over 1 year

    I have three models

    class User(models.Model):
        username = models.charField()
    
    class Base(models.Model):
        serialNum = models.CharFields()
        is_active = models.BooleanFields()
    
    class User_Base(models.model):
        user = models.ForeignKey(User, related_name='user_base', blank=True, null=True, on_delete=models.SET_NULL)
        base = models.ForeignKey(Base, related_name='user_base', blank=True, null=True, on_delete=models.SET_NULL)
        status = models.BooleanField()
    

    I'm looking for a list of bases, that base.is_active=True and there are not exist in User_Base table, and if some bases are in User_Base, their status=False.

    How can I define my query?

    • Ramhound
      Ramhound over 11 years
      Does the Cisco VPN that you have installed support Windows 8?
    • xinunix
      xinunix over 11 years
      Yes, as far as I know, I do know that the 64-bit client I have installed works and I can use it to connect to external vpns.
  • Simon
    Simon about 10 years
    ...although the next day I had to completely delete and re-add the virtual adapter even though nothing had changed apart from reconnecting to a different network and back again. but now it's somewhat more stable