@@ 100,16 100,17 @@ Subnets:
### Routing
-Add routes on each node for the other two. E.g. on patchouli2, in
-`/etc/network/interfaces`:
+Add routes on each node for the service network and the pod network parts of
+the other nodes. E.g. on sakuya2, in `/etc/network/interfaces`:
```
auto eth1
iface eth1 inet static
- address 10.0.0.132
- netmask 255.255.255.0
- up ip route add 10.200.134.0/24 via 10.0.0.134
- up ip route add 10.200.135.0/24 via 10.0.0.135
+ address 10.0.0.134
+ netmask 255.255.255.0
+ up ip route add 10.200.132.0/24 via 10.0.0.132
+ up ip route add 10.200.135.0/24 via 10.0.0.135
+ up ip route add 10.32.0.0/24 via 10.200.134.1
```
## Installation