I have two network adapters on VirtualBox for Ubuntu server.
- Adapter 1: internal network called intent
- Adapter 2: NAT
I want to configure them as follows,
- static IP 192.168.10.101 for the internal network adapter
- netmask 255.255.255.0
- dhcp IP for the NAT adapter
How can I do this?
