如何连接到virtualbox上的openwrt

时间:2016-10-24 15:57:51

标签: virtualbox openwrt

我在virtualbox上安装了openwrt-x86-generic-combined.ext4.vdi。我设置了wan,所以“路由器”连接到网络,我能够用ip和域名ping网站。

现在我想用我的Windows笔记本电脑连接到路由器,我在其上运行虚拟盒。我试图遵循这个解决方案:https://wiki.openwrt.org/doc/howto/virtualbox但它似乎没有连接。

我的/ etc / config / network文件现在看起来像这样:

 config interface 'wan'
                  option  proto 'dhcp'
                  option ifname 'eth0'

 config interface 'lan'
        option ifname 'eth2'
        option type 'bridge'
        option proto 'static' 
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'

我曾尝试将适配器设置为仅限主机,内部网络和桥接适配器,但它们都没有按照我的需要工作(实际上根本不工作),有没有办法这样做?

1 个答案:

答案 0 :(得分:0)

这对我有用。

适配器1:NAT
适配器2:仅主机

我在Vbox中配置为192.168.56.1的仅主机适配器 在openwrt中,将“ lan” IP设置为192.168.56.2,然后可以将其SSH到

您的局域网配置显示“ eth2”。应该正确地是“ eth1”
https://oldwiki.archive.openwrt.org/doc/howto/virtualbox