subincb30 commented on issue #9705:
URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2362967158
@weizhouapache I already checked this earlier. But, I am little bit
confussed on it. I will paste my current netplan settings below.
----
root@host:~# cat /etc/netplan/00-installer-config.yaml
# This is the network config written by 'subiquity'
network:
renderer: networkd
ethernets:
enp1s0:
dhcp4: true
enp2s0:
addresses:
- 192.168.200.238/24
nameservers:
addresses:
- 192.168.1.1
- 8.8.8.8
search:
- google.com
routes:
- to: default
via: 192.168.200.1
enp3s0:
dhcp4: true
version: 2
---
Can you help me adding the additional parameters in this file.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]