ccycv commented on PR #8741: URL: https://github.com/apache/cloudstack/pull/8741#issuecomment-2074778456
> @ccycv can you test it ? Just tested in 2 different environments, CloudStack 4.18.1 and 4.19, looks fine. I only think the MTU should be at the end of the config file; right now, it is after the first guest network. This is how looks a cloud.conf with 5 guest ranges: ``` listen-address=127.0.0.1,149.xxx.xxx.53,91.xxx.xxx.137,51.xxx.xxx.66,217.xxx.xxx.51,217.xxx.xxx.182 dhcp-range=set:interface-eth0-0,149.xxx.xxx.53,static dhcp-option=tag:interface-eth0-0,15,cs1cloud.internal dhcp-option=tag:interface-eth0-0,6,149.xxx.xxx.53,8.8.4.4,8.8.8.8 dhcp-option=tag:interface-eth0-0,3,149.xxx.xxx.62 dhcp-option=eth0,26,1500 dhcp-option=tag:interface-eth0-0,1,255.255.255.240 dhcp-range=set:interface-eth0-1,91.xxx.xxx.137,static dhcp-option=tag:interface-eth0-1,15,cs1cloud.internal dhcp-option=tag:interface-eth0-1,6,91.xxx.xxx.137,8.8.4.4,8.8.8.8 dhcp-option=tag:interface-eth0-1,3,91.xxx.xxx.142 dhcp-option=tag:interface-eth0-1,1,255.255.255.240 dhcp-range=set:interface-eth0-2,51.xxx.xxx.66,static dhcp-option=tag:interface-eth0-2,15,cs1cloud.internal dhcp-option=tag:interface-eth0-2,6,51.xxx.xxx.66,8.8.4.4,8.8.8.8 dhcp-option=tag:interface-eth0-2,3,51.xxx.xxx.126 dhcp-option=tag:interface-eth0-2,1,255.255.255.192 dhcp-range=set:interface-eth0-3,217.xxx.xxx.51,static dhcp-option=tag:interface-eth0-3,15,cs1cloud.internal dhcp-option=tag:interface-eth0-3,6,217.xxx.xxx.51,8.8.4.4,8.8.8.8 dhcp-option=tag:interface-eth0-3,3,217.xxx.xxx.62 dhcp-option=tag:interface-eth0-3,1,255.255.255.224 dhcp-range=set:interface-eth0-4,217.xxx.xxx.182,static dhcp-option=tag:interface-eth0-4,15,cs1cloud.internal dhcp-option=tag:interface-eth0-4,6,217.xxx.xxx.182,8.8.4.4,8.8.8.8 dhcp-option=tag:interface-eth0-4,3,217.xxx.xxx.190 dhcp-option=tag:interface-eth0-4,1,255.255.255.224 ``` -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org