tuanhoangth1603 commented on issue #10519:
URL: https://github.com/apache/cloudstack/issues/10519#issuecomment-2703998746

   And there are some logs in VR:
   ```2025-03-06 14:21:10,953 INFO     Address 10.1.1.13/24 on device eth3 
already configured
   2025-03-06 14:21:10,953 INFO     Adding route table: 103 Table_eth3 to 
/etc/iproute2/rt_tables if not present
   2025-03-06 14:21:10,953 INFO     Executing: ip rule show
   2025-03-06 14:21:10,955 INFO     Executing: ip rule show
   2025-03-06 14:21:10,957 INFO     Executing: ip link show eth3 | grep ' state 
'
   2025-03-06 14:21:10,961 INFO     Executing2: arping -c 1 -I eth3 -A -U -s 
10.1.1.13 10.1.1.1
   2025-03-06 14:21:10,961 INFO     Adding route: dev eth3 table: Table_eth3 
network: 10.1.1.0/24 if not present
   2025-03-06 14:21:10,961 INFO     Executing: ip route show  10.1.1.0/24 table 
Table_eth3 proto static
   2025-03-06 14:21:10,964 INFO     Executing: sudo ip route flush cache
   2025-03-06 14:21:10,971 ERROR    Not able to setup source-nat for a regular 
router yet
   2025-03-06 14:21:10,971 INFO     Making dns publicly available
   2025-03-06 14:21:10,972 INFO     Executing: systemctl start 
cloud-password-server@10.1.1.1,10.1.1.13
   2025-03-06 14:21:10,980 INFO     Service 
cloud-password-server@10.1.1.1,10.1.1.13 start
   2025-03-06 14:21:10,980 INFO     Flush all IPv6 ACL rules
   2025-03-06 14:21:10,980 INFO     Executing: nft list tables ip6 | grep 
ip6_acl
   2025-03-06 14:21:10,989 ERROR    Command 'nft list tables ip6 | grep 
ip6_acl' returned non-zero exit status 1.
   2025-03-06 14:21:10,989 INFO     Executing: iptables-save | grep 
'^:FW_EGRESS_RULES' || iptables -t filter -N FW_EGRESS_RULES
   2025-03-06 14:21:10,994 INFO     Executing: iptables-save | grep '^-A 
FW_EGRESS_RULES -j ACCEPT$' | sed 's/^-A/iptables -t filter -D/g' | bash
   2025-03-06 14:21:11,001 INFO     Executing: iptables -F FW_EGRESS_RULES
   2025-03-06 14:21:11,003 INFO     Executing: ipset -L | grep Name:  | awk 
{'print $2'} | ipset flush
   2025-03-06 14:21:11,008 INFO     Executing: ipset -L | grep Name:  | awk 
{'print $2'} | ipset destroy
   2025-03-06 14:21:11,013 INFO     Flush all IPv6 firewall rules
   2025-03-06 14:21:11,013 INFO     Executing: nft list tables ip6 | grep 
ip6_firewall
   2025-03-06 14:21:11,020 ERROR    Command 'nft list tables ip6 | grep 
ip6_firewall' returned non-zero exit status 1.
   ```
   


-- 
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

Reply via email to