Github user serg38 commented on the pull request:
https://github.com/apache/cloudstack/pull/1094#issuecomment-163684761
Assuming everything else is ready e.g. service controllers, transport zone,
management server, STT tunnels in-between then to create L2 gateway (page 89 of
the User guide):
1. Create new gateway transport node
1.1. Download and install either OVA or ISO for your hypervisor (available
on Vmware site). You need at least 2 separate vSwitches. If tunneling traffic
follows a different path, then 3 interface might be needed for the appliance
1.2 Login with admin/admin
1.3 Configure
set hostname <desired hostname>
add network dns-server <DNS server address>
add network ntp-server 0.pool.ntp.org
set network interface breth1 ip config static <desired-IP-address>
<netmask> .it could be breth0 in some cases and in some cases more than one
bridge
add switch manager <controller-IP-address>
1.4. Obtain gateway certificate
show switch certificate
1.5 Add gateway node to NSX
Transport Node->Add->Gateway->Display Name->Admin Status
Enabled->Security Credentials - Certificate. Paste from section
1.4->Connection->Add->STT->IP of the bridge used for tunneling traffic
1.6. Create L2 Gateway Service and publish it on created Gateway transport
node
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---