[
https://issues.apache.org/jira/browse/CLOUDSTACK-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14647151#comment-14647151
]
Rajani Karuturi commented on CLOUDSTACK-4442:
---------------------------------------------
I am not able to reproduce this in the current master(4.6). Here are the steps
I followed
1. create a network offering with the following services. Dhcp: VirtualRouter,
SourceNat: VirtualRouter, Dns: VirtualRouter
2. create a network with the above offering. The network is in Allocated state.
3. launch a vm in the network
4. The network goes to implemented state source nat ip acquired and vm instance
creation is successful.
5. access the console of the vm created in step 3 and ping google.com. Its
successful
{noformat}
[root@VM-adf92598-2745-4203-80b0-1bdb28fdfdb6 ~]# ping google.com
PING google.com (216.58.219.78) 56(84) bytes of data.
64 bytes from mia07s24-in-f14.1e100.net (216.58.219.78): icmp_seq=1 ttl=43
time=287 ms
64 bytes from mia07s24-in-f14.1e100.net (216.58.219.78): icmp_seq=2 ttl=43
time=277 ms
--- google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 277.868/282.457/287.046/4.589 ms
{noformat}
6. list the nat rules on the VR. I could see one for the source nat ip of the
network.
{noformat}
pkts bytes target prot opt in out source destination
12 862 SNAT all -- * eth2 0.0.0.0/0 0.0.0.0/0
to:10.147.30.172
{noformat}
> Source NAT not applied when network starts up
> ---------------------------------------------
>
> Key: CLOUDSTACK-4442
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4442
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Network Devices
> Reporter: Dave Cahill
> Assignee: Rajani Karuturi
> Priority: Blocker
> Fix For: 4.6.0
>
>
> Create a network with Source NAT but no static NAT, and no firewall rules
> applied.
> Observed behavior:
> Source NAT is not applied when the first VM is launched (when network is
> implemented)
> Expected:
> Source NAT enabled at network implement time
> Network devices:
> Should affect all network devices; verified in 2 separate environments, one
> with Virtual Router only, one MidoNet only
> Further information:
> This bug seems to be a result of this change:
> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blobdiff;f=server/src/com/cloud/network/NetworkManagerImpl.java;h=2b53565297dc7bd96c6102cdc1c90cb166e9e704;hp=dac6a3a42e75324a963997e17e076f4020a7103e;hb=fe568fe;hpb=c7f26583a26eb7e4f15feafc292ec9576df61a8d
> The above change was made as a fix for CLOUDSTACK-234.
> If the user enables Static NAT, Source NAT will be applied as a side effect.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)