Ranjith

Results 24 comments of Ranjith

```while in routing mode is pretty much useless and confusing to users ``` gateway is required only for routing Isn't a proper document enough for this ? another approach would...

In docker (swarm) environment if you don’t specify a gateway, docker creates a gateway and uses docker bridge to route the traffic out. So we should continue to have an...

@slzcc `cluster-store="etcd://10.140.0.2:2379"` cluster_store="etcd://10.140.0.2:2379" please refer the usage https://github.com/contiv/netplugin/tree/master/install/v2plugin

docker service create has ```--hostname ``` option if that is what you are looking to configure.

this requires new routes in host.

It is because ```wget``` picks wrong interface/source-ip (multiple nics in host) the solution is to force the source ip ```wget --bind-address=(ip address of contivh1) ```

I think these all boil down to one thing, not to configure default fwd-mode & netplugin waiting to init on fwd-mode config 1, 4. This can be avoided when you...

@hellochosen can you check ip forwarding, /proc/sys/net/ipv4/ip_forward on the host ? it should be turned on.

you should see rules & pkt count in CONTIV-NODEPORT. Can you check these ```nettle global info``` ```netctl net ls -a``` ```kubectl get svc``` ```kubectl describe svc ```

``` [root@contiv-node1 ~]# netctl global info Fabric mode: default >>Forward mode: bridge ``` Forward mode should be in "routing" mode, netctl global set -b routing How did you install contiv/k8s...