> This is really simple: The only thing You need to do is to enable
> forwarding on this box like: "echo "1" > /proc/sys/net/ipv4/ip_forward".
Thanks

I was able to get it to work as a default gateway by using
that command.
Now I run into another problem of sorts. It's a little tricky to explain
so here goes:
- nodeG is Redhat Linux 7.2 acting as the gateway with IP forwarding enabled
- nodeS is the source node
- nodeD is the destination node
I set the routing table on nodeS to talk to nodeD via the gateway nodeG.
Then I do a traceroute and see this:
1) nodeG
2) nodeD
This is as I expect. Then I do a traceroute immediately again and get a
different answer:
1) nodeD
Thus, at first it gets routed through the gateway, and after that it's
talking directly to the node. That's all fine and good since they are on
a local network. But I have a problem. I want to _force_ it to go
through the gateway because the gateway is also running nistnet, which
limits bandwidth and allows testing of networking products. I can't test
the product unless it actually gets forced through the gateway.
Can anyone:
(1) explain to me how it talks directly to the node after the first
connect even though the routing table says differently
(2) tell me what to do to fix it
If it helps, nodeD and nodeS are connected to the same switch.
Thanks!
Warren