after creating external network. i am unable to access my server through putty. please tell how to reset external network. [closed]
To create the external network neutron net-create ext-net --router:external True \ --provider:physical_network external --provider:network_type flat Created a new network:
To create a subnet on the external network •Create the subnet: neutron subnet-create demo-net --name demo-subnet \ --gateway 192.168.1.1 192.168.1.0/24
Lots of similar questions already. Check them for suggestions on what to fix. Try to ask question adding your debugging details. http://www.catb.org/esr/faqs/smart-qu... is a good read