Re: [I] VPC Routing/Network Issue [cloudstack]

2024-02-12 Thread via GitHub
rohityadavcloud commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1940454905 Fixed by https://github.com/apache/cloudstack/pull/8599 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-02-12 Thread via GitHub
rohityadavcloud closed issue #8562: VPC Routing/Network Issue URL: https://github.com/apache/cloudstack/issues/8562 -- 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

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-25 Thread via GitHub
weizhouapache commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1909996555 > > ``` > > iptables -t nat -I POSTROUTING -o ethX -j SNAT --to-source 99.127.xxx.93 > > ``` > > > > `ethX` is the device name of other subnet

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-25 Thread via GitHub
midhunpjos commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1909967660 > ``` > iptables -t nat -I POSTROUTING -o ethX -j SNAT --to-source 99.127.xxx.93 > ``` > > > > > > `ethX` is the device name of other subnet

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-24 Thread via GitHub
weizhouapache commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1909575701 @midhunpjos as a workaround, can you add some iptables rules by the following command ? ``` iptables -t nat -I POSTROUTING -o ethX -j SNAT --to-source 99.127.xxx.93

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-24 Thread via GitHub
weizhouapache commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1908349794 @DaanHoogland added to 4.18.2.0 -- 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

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-24 Thread via GitHub
weizhouapache commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1908348950 Just an update: I was able to reproduce the issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-24 Thread via GitHub
weizhouapache commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1908227163 > @weizhouapache 99.127.xxx.107 is used in an isolated network, but I can ping it from other VPC,or from public not from a specific VPC mentioned in issue. A Webserver is

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-24 Thread via GitHub
midhunpjos commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1908185337 @weizhouapache 99.127.xxx.107 is used in an isolated network, but I can ping it from other VPC,or from public not from a specific VPC mentioned in issue. A Webserver is

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-24 Thread via GitHub
weizhouapache commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1908169010 > @weizhouapache Yes .Port forwarding is enabled for the IP. Firewall is open for ICMP. Not only 99.127.xxx.107, 99.127.xxx.108... are not accessible from specific VPC VM.

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-24 Thread via GitHub
midhunpjos commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1908153374 @weizhouapache Yes .Port forwarding is enabled for the IP. Firewall is open for ICMP. Not only 99.127.xxx.107, 99.127.xxx.108... are not accessible from specific VPC VM.

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-24 Thread via GitHub
weizhouapache commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1908087822 > @weizhouapache Q: can you log into the VR, and check if the gateway of each public range is reachable ? Yes From the VR gateway of each subnet is reachable. The Public

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-24 Thread via GitHub
midhunpjos commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1908054724 @weizhouapache Q: can you log into the VR, and check if the gateway of each public range is reachable ? Yes From the VR gateway of each subnet is reachable. The Public

Re: [I] VPC Routing/Network Issue [cloudstack]

2024-01-24 Thread via GitHub
weizhouapache commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1907903294 @midhunpjos - can you log into the VR, and check if the gateway of each public range is reachable ? - can you create a tier with `default_allow` and test with a vm on

[I] VPC Routing/Network Issue [cloudstack]

2024-01-23 Thread via GitHub
midhunpjos opened a new issue, #8562: URL: https://github.com/apache/cloudstack/issues/8562 # ISSUE TYPE * Bug Report # COMPONENT NAME ~~~ VPC ~~~ # CLOUDSTACK VERSION ~~~ 4.18.1 ~~~ # CONFIGURATION ~~~