If you found unwanted interface, you may the command "showvminfo R1" to display which NIC number to provide the unwanted interface. Once the interface number is confirmed, for example NIC8, you use the following command to remove the interface
/VBoxManage modifyvm R1 --nic8 none
複製代碼
#
2. Reboot the R1 VM and reset the router R1
/system reset-configuration no-defaults=yes
複製代碼
#
3. Remove the dhcp client
/ip dhcp-client remove 0
複製代碼
#
The router initialisation process is complete, we can configure the router as the objectives.
4. Configure the IP address of ether1 of router R1
5. Now you are able to ping the IP address 192.168.55.1.
[attach]4062[/attach]
[attach]4061[/attach]
6. If we ping www.abc.com, you can receive errors because the host name is not resolvable. In order to overcome this issue, you can use the following command
/ip dns set server=192.168.55.1
複製代碼
#
7. Also you need add a default route to the Internet gateway 192.168.55.1
/ip route add gateway=192.168.55.1
複製代碼
#
8. Now you able to ping the website "www.abc.com".