mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			69 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 
 | |
| # AUTHOR <EMAIL@ADDRESS>, YEAR.
 | |
| #
 | |
| msgid ""
 | |
| msgstr ""
 | |
| "Project-Id-Version: 0\n"
 | |
| "POT-Creation-Date: 2013-02-02T20:11:58\n"
 | |
| "PO-Revision-Date: 2013-02-02T20:11:58\n"
 | |
| "Last-Translator: Automatically generated\n"
 | |
| "Language-Team: None\n"
 | |
| "MIME-Version: 1.0\n"
 | |
| "Content-Type: application/x-publican; charset=UTF-8\n"
 | |
| "Content-Transfer-Encoding: 8bit\n"
 | |
| 
 | |
| #. Tag: title
 | |
| #, no-c-format
 | |
| msgid "The Default Template"
 | |
| msgstr ""
 | |
| 
 | |
| #. Tag: para
 | |
| #, no-c-format
 | |
| msgid "&PRODUCT; includes a CentOS template. This template is downloaded by the Secondary Storage VM after the primary and secondary storage are configured. You can use this template in your production deployment or you can delete it and use custom templates."
 | |
| msgstr ""
 | |
| 
 | |
| #. Tag: para
 | |
| #, no-c-format
 | |
| msgid "The root password for the default template is \"password\"."
 | |
| msgstr ""
 | |
| 
 | |
| #. Tag: para
 | |
| #, no-c-format
 | |
| msgid "A default template is provided for each of XenServer, KVM, and vSphere. The templates that are downloaded depend on the hypervisor type that is available in your cloud. Each template is approximately 2.5 GB physical size."
 | |
| msgstr ""
 | |
| 
 | |
| #. Tag: para
 | |
| #, no-c-format
 | |
| msgid "The default template includes the standard iptables rules, which will block most access to the template excluding ssh."
 | |
| msgstr ""
 | |
| 
 | |
| #. Tag: programlisting
 | |
| #, no-c-format
 | |
| msgid "# iptables --list\n"
 | |
| "Chain INPUT (policy ACCEPT)\n"
 | |
| "target     prot opt source               destination\n"
 | |
| "RH-Firewall-1-INPUT  all  --  anywhere             anywhere\n"
 | |
| "\n"
 | |
| "Chain FORWARD (policy ACCEPT)\n"
 | |
| "target     prot opt source               destination\n"
 | |
| "RH-Firewall-1-INPUT  all  --  anywhere             anywhere\n"
 | |
| "\n"
 | |
| "Chain OUTPUT (policy ACCEPT)\n"
 | |
| "target     prot opt source               destination\n"
 | |
| "\n"
 | |
| "Chain RH-Firewall-1-INPUT (2 references)\n"
 | |
| "target     prot opt source               destination\n"
 | |
| "ACCEPT     all  --  anywhere             anywhere\n"
 | |
| "ACCEPT     icmp --  anywhere        anywhere       icmp any\n"
 | |
| "ACCEPT     esp  --  anywhere        anywhere\n"
 | |
| "ACCEPT     ah   --  anywhere        anywhere\n"
 | |
| "ACCEPT     udp  --  anywhere        224.0.0.251    udp dpt:mdns\n"
 | |
| "ACCEPT     udp  --  anywhere        anywhere       udp dpt:ipp\n"
 | |
| "ACCEPT     tcp  --  anywhere        anywhere       tcp dpt:ipp\n"
 | |
| "ACCEPT     all  --  anywhere        anywhere       state RELATED,ESTABLISHED\n"
 | |
| "ACCEPT     tcp  --  anywhere        anywhere       state NEW tcp dpt:ssh\n"
 | |
| "REJECT     all  --  anywhere        anywhere       reject-with icmp-host-\n"
 | |
| ""
 | |
| msgstr ""
 | |
| 
 |