Hi, Cristian All of my operation are in vRouter. Now, inside vRouter I can ping 192.168.85.202(vRouter's public ipaddress, eth2) successfully after added firewall rules in UI. But ping public gateway 192.168.85.2 still failed. Frank
frankpers...@gmail.com From: Cristian Ciobanu Date: 2016-01-29 15:56 To: users@cloudstack.apache.org Subject: Re: vRouter ping it's public ipaddress failed Hi Frank, Can you let me know from where did you tried to ping default GW ? 192.168.85.2, try the following tests: If you are running on KVM, then go on HOST server and do # virsh console "name of virtual router", login in with default credentials, and try to ping IP and GW from inside of Virtual Router. Regards, Cristian On 29.01.2016 07:15:34, frankpers...@gmail.com <frankpers...@gmail.com> wrote: Hi, all My cloudstack version is 4.6. public network: gw:192.168.85.2, netmask:255.255.255.0 vRouter: public ip:192.168.85.202 client ip: 10.1.1.1 link local ip:169.254.1.47 I type "route -n" in Vrouter, get folllowing: Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.85.2 0.0.0.0 UG 0 0 0 eth2 10.1.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1 192.168.85.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2 My question is, In Vrouter, ping public ip address (192.168.85.202) faild, ping gw 192.168.85.2 also faild. How to solve it? Frank frankpers...@gmail.com