Commit Graph

358 Commits

Author SHA1 Message Date
anthony c258664a69 VPC : CS-15463 allow input traffic for established connection 2012-07-05 14:24:52 -07:00
Murali Reddy 2195f3ad83 VPC : CS-15424 default route & gateway is missing for private network in VPC virtual router on Vmware
reviewd by : Anthony

adding route configuration through eth0 when VPC router
2012-07-05 13:45:29 -07:00
anthony 38befcd228 CS-15427 : always provide gateway as DNS server due to no traffic is allowed by ACL, the external DNS doesn't work by default 2012-07-03 19:13:44 -07:00
anthony 051acd2306 VPC : clean up rt_table when stop domr 2012-07-03 12:25:25 -07:00
Sheng Yang 7e4841a117 CS-6840: Fix wrong path of check s2s vpn script 2012-07-03 11:09:00 -07:00
anthony 079d7ef1aa VPC : setup hairpin 2012-07-02 17:59:40 -07:00
anthony 2967ccd0d9 VPC : fix in unplug 2012-07-02 17:53:18 -07:00
anthony b5e8f7943f VPC : acl use eth* as chain name 2012-07-02 17:50:45 -07:00
anthony 810fe381bf VPC : static route, add route table in cloud-early-config 2012-07-02 17:42:10 -07:00
anthony 2af007a739 VPC : add static route 2012-07-02 17:28:54 -07:00
Sheng Yang 618d2541c8 CS-6840: Add status checking for site 2 site VPN 2012-06-29 18:58:52 -07:00
anthony 25ecac3d7b VPC : fix for nic unplug script 2012-06-29 18:22:47 -07:00
anthony adabf516fa VPC : network usage, the first colomn is output, the second colome is input 2012-06-29 17:39:04 -07:00
anthony 0f06bc6643 VPC : network usage works in VPC 2012-06-29 17:33:17 -07:00
anthony f25ee3844e VPC : create/destroy network usage chain 2012-06-29 15:52:14 -07:00
anthony 700ce361ff VPC : network usage 2012-06-29 15:52:13 -07:00
anthony 1109ef717a VPC : add vpc_staticroute.sh 2012-06-28 17:44:17 -07:00
anthony fddf23a986 VPC : loadbalancer works 2012-06-28 17:16:54 -07:00
Sheng Yang 6be53d847a CS-6840: Update ipsectunnel.sh 2012-06-27 19:06:18 -07:00
Clayton Weise ffe66c4917 CS-6840: Add ipsectunnel script 2012-06-27 19:05:22 -07:00
anthony 9775675d97 VPC : fixes for static nat 2012-06-27 11:20:19 -07:00
anthony 7dae3361c6 VPC : listeth.sh is used to list all eth devices in domr 2012-06-26 16:37:30 -07:00
anthony 08b2f7e37e VPC : handle staticnat and loadbalaner 2012-06-26 16:13:03 -07:00
anthony cd73f633a9 VPC : add vpc_staticnat 2012-06-26 13:54:05 -07:00
anthony 493560e370 VPC : fix for CONNMARK 2012-06-25 20:47:01 -07:00
anthony 669029b8cd VPC : fix for connection mark 2012-06-25 16:29:10 -07:00
anthony 781752b4c7 VPC : fix for port forwarding 2012-06-25 15:49:53 -07:00
anthony 61a568cd8e VPC : add portforwarding 2012-06-22 19:15:38 -07:00
anthony 583c8ad979 VPC : acl works 2012-06-22 18:01:38 -07:00
anthony 22f278a864 VCP : fixes for vpc ACL 2012-06-22 14:26:05 -07:00
anthony 8f2b2db0c7 VPC : fixes for vpc_acl 2012-06-22 13:21:54 -07:00
anthony 5e16130d98 VPC : if no public gateway then set up public gateway in ip assoc 2012-06-21 18:23:55 -07:00
anthony 93eeb58a0e VPC : typo in vpc_guestnw.sh 2012-06-21 17:25:39 -07:00
anthony 632c0fe886 VPC : remove dead code 2012-06-21 16:57:37 -07:00
anthony dad686c556 VCP : remove backup when apply succeeds 2012-06-21 15:45:34 -07:00
anthony f2a030688e VPC : create acl chain per acl command 2012-06-21 15:45:33 -07:00
anthony 51e1bda448 VPC : change name 2012-06-21 12:29:42 -07:00
anthony bfc4722ad4 VPC : add vpc_netusage.sh 2012-06-21 12:23:44 -07:00
anthony 49d389d3c0 VPC : add vpc_loadbalancer.sh 2012-06-21 11:48:43 -07:00
anthony f99c203aa0 VPC : add vpc_nat. sh for port_forwarding and static nat 2012-06-20 16:36:37 -07:00
anthony 997bc8d9ce VPC : pass subnet to guestnw.sh 2012-06-20 12:48:14 -07:00
anthony 88aa19796f VPC : fixed snat 2012-06-19 10:23:30 -07:00
anthony 1a690c7041 VPC : fixed vpc_snat script 2012-06-18 17:21:43 -07:00
anthony 0d19de3d4b VPC : fix for geustnw.sh 2012-06-18 15:24:22 -07:00
anthony eb26f9569b VPC : fixed vpc_ipassoc 2012-06-18 12:20:51 -07:00
anthony 99e46e4c2f VPC : add vpc_ipassoc.sh vpc_snat.sh
Conflicts:

	wscript
2012-06-18 10:35:32 -07:00
Alena Prokharchyk aaf0d24a83 Merge branch 'vpc-3.0.x' into 3.0.x
Conflicts:
	api/src/com/cloud/api/ApiConstants.java
	api/src/com/cloud/api/BaseCmd.java
	api/src/com/cloud/api/ResponseGenerator.java
	api/src/com/cloud/api/commands/AssociateIPAddrCmd.java
	api/src/com/cloud/api/commands/EnableStaticNatCmd.java
	api/src/com/cloud/event/EventTypes.java
	api/src/com/cloud/network/NetworkService.java
	api/src/com/cloud/network/rules/RulesService.java
	client/tomcatconf/commands.properties.in
	core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
	scripts/vm/hypervisor/xenserver/xenserver56fp1/patch
	server/src/com/cloud/api/ApiDBUtils.java
	server/src/com/cloud/api/ApiResponseHelper.java
	server/src/com/cloud/configuration/DefaultComponentLibrary.java
	server/src/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java
	server/src/com/cloud/network/NetworkManagerImpl.java
	server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
	server/src/com/cloud/network/rules/RulesManagerImpl.java
	server/src/com/cloud/server/ManagementServerImpl.java
	server/src/com/cloud/storage/secondary/SecondaryStorageManagerImpl.java
	server/src/com/cloud/upgrade/dao/Upgrade2214to30.java
	server/test/com/cloud/network/MockNetworkManagerImpl.java
	server/test/com/cloud/vm/MockVirtualMachineManagerImpl.java
	setup/db/create-schema.sql
	wscript
2012-06-14 19:04:59 -07:00
anthony 8f4ccf9f72 VPC : revert dnsmasq.conf 2012-06-13 15:48:58 -07:00
anthony d3720c988b VPC : add vpc_vpn_l2tp.sh 2012-06-12 17:09:50 -07:00
anthony 91363d555e VPC : fix nic hot plug script 2012-06-12 12:26:31 -07:00