完成后启动新部署的pfSense虚拟机,比较慢,启动好后如图:
从图中可以看到它识别了两个网络,WAN表示外网,绑定到了em1上,没有ip,LAN表示内网,绑定到了em0上,自动分配了一个192.168.1.1的IP。
接下来要设置它,选择1,设置适配器,如图:
两个有效的网络接口,em0和em1,这时刚才记录的MAC就发挥作用了,对比之前的设置得知,em0是连接到VM Network的适配器,是外网,我们要让它代表WAN,并且分配外网IP,em1是连接到NAT Network的适配器,是内网,我们要让它代表LAN,分配内网IP,并且作为此网络的网关。
后续的几个选项:
Do you want to set up VLANs now? 选n,不设置vlan
Enter the WAN interface name or 'a' for auto-detection: 设置外网的适配器,输入em0
Enter the LAN interface name or 'a' for auto-detection: 设置内网的适配器,输入em1
Do you want to proceed? 是否继续设置其它内容,先选n,不继续设置了
如图: