zoukankan      html  css  js  c++  java
  • 关于virtualBox 的host interface网络设置

    NND,以前在网上看到说vbox的连接用nat的方式,主机和client不在一个网段中,无法互联,想要互联要设置成为 host interface 方式。
    我就找阿找。最好找到了一个这个。
    http://blog.chinaunix.net/u2/61789/showart_1360043.html

    以下是根据自己的方式修改了一下
    sudo apt-get install uml-utilities bridge-utils
    Code

    后来想了想,我只许要在clent中能访问host就可以了,不需要,访问clent,所以还是用回了NAT。
  • 相关阅读:
    深入理解ASP.NET Core依赖注入
    Docker Swarm 从入门到放弃
    Asp.net Core全局异常监控和记录日志
    NServiceBus+RabbitMQ开发分布式应用
    NServiceBus+Saga开发分布式应用
    使用NServiceBus开发分布式应用
    springboot自动配置原理
    SpringMVC 源码解析
    instruments symbol name 不显示函数名!
    ld: framework not found FileProvider for architecture arm64
  • 原文地址:https://www.cnblogs.com/shengshuai/p/1428699.html
Copyright © 2011-2022 走看看