小编jnm*_*man的帖子

如何转换笔记本电脑驱动器以用作 VMware 映像?

我有一台 Windows 笔记本电脑最近坏了(主板坏了)。这是一台使用了 7 年的笔记本电脑,我决定这次尝试一下 Apple,并在必要时尝试使用 VMware 访问我的旧数据。

为此,我需要将物理驱动器转换为 VMware 映像。谷歌搜索,看起来我可以使用 VMware Converter 来做到这一点。

我最初的想法是通过外部 USB 机箱将笔记本电脑驱动器插入 Windows 桌面并以这种方式创建映像,然后将工作 VM 传输到 Mac。但是,经过进一步调查,VMware Converter 似乎只支持转换本地机器(台式机)或远程机器(通过 IP),而不支持插入本地机器的笔记本电脑驱动器。显然,如果我原来的笔记本电脑仍然可以使用,我可以从那里安装和运行 vmware 转换器,但这不是这里的选择。

因此,考虑到这一点,我正在寻找有关如何将这款笔记本电脑驱动器转换为我可以在我的新 Macbook Pro 上使用的东西的建议和帮助。

windows vmware-fusion virtual-machine

7
推荐指数
2
解决办法
3万
查看次数

如何配置 DD-WRT 以将 IPSec 流量转发到内部服务器以支持公路战士配置?

我使用 dd-wrt ​​作为我的家庭路由器设置,并且运行良好。现在,我想找到一种方法,以便在旅途中能够使用我的 iPad 设置一条连接到我的家庭网络的 IPSec 隧道。

PPTP 在这一点上非常不安全,所以我想使用基于 IPSec 的东西。根据我所能找到的,dd-wrt ​​不支持 IPSec。所以我认为有可能在我的家庭网络中设置一个带有 racoon 的 linux box 作为 VPN 终结者。

所以以图形的形式,

iPad(在路上)------- [互联网] ------ [dd-wrt@home] ---- [linuxbox@home]

在 dd-wrt ​​上,我设置了以下内容:

  • 将端口 500 和 4500 都转发到 linux box (udp/tcp)
  • SPI 防火墙已启用
  • 已启用 IPSec 和 L2TP 直通

在 linux box 上,启用了 IPv4 转发

这是浣熊设置

log debug;
#log notify;
path pre_shared_key "/etc/racoon/psk.txt";
path certificate "/etc/racoon/certs";

listen {
        adminsock disabled ;
}

mode_cfg {
        network4 192.168.1.210 ;
        pool_size 10 ;
        netmask4 255.255.255.0 ;
        dns4 …
Run Code Online (Sandbox Code Playgroud)

networking vpn dd-wrt ipsec iptables

5
推荐指数
0
解决办法
5655
查看次数

登录控制台后只能通过 ssh 进入 Ubuntu 12.04 alpha 机器

我最近在 VMware 虚拟机上安装了最新的 Ubuntu 12.04 64bit alpha (2?) 以进行检查。

我遇到的一件奇怪的事情是,如果我登录到控制台,我只能成功地 ssh 进入机器。如果我从控制台注销,我的权限被拒绝。

这非常令人困惑,所以我希望其他人已经看到了这一点。

以下是输出。

OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /Users/foo/.ssh/config
debug1: Applying options for b06
debug1: Applying options for *
debug1: Reading configuration data /etc/ssh_config
debug1: Applying options for *
debug1: auto-mux: Trying existing master
debug1: Control socket "/Users/foo/.ssh/mux/ssh_mux_foo" does not exist
debug1: Connecting to foo [xx.xx.xx.xx] port 22.
debug1: Connection established.
debug1: identity file /Users/foo/.ssh/id_rsa-4096 type 1
debug1: identity file /Users/foo/.ssh/id_rsa-4096-cert type -1
debug1: …
Run Code Online (Sandbox Code Playgroud)

ssh openssh sshd ubuntu ubuntu-12.04

2
推荐指数
1
解决办法
1182
查看次数