
Attachment uploads are currently disabled. This is a temporary situation and will resume as normal in the coming days.
UNSOLVED
Configuring Static Routes
Hi,
I am trying to configure a static route on an ECS appliance. I have found the following white paper: https://www.emc.com/collateral/white-paper/h15718-ecs-networking-bp-wp.pdf and created a file ifroute-public.repl:
admin@provo-blue:/etc/sysconfig/network> cat ifroute-public.repl
192.168.0.0 10.240.223.100 255.255.255.0 public.repl
I've also run sudo service network restart and yet the route is not in the local host routing table:
admin@provo-blue:/etc/sysconfig/network> netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 10.241.172.1 0.0.0.0 UG 0 0 0 public
10.241.172.0 0.0.0.0 255.255.255.0 U 0 0 0 public
127.12.7.0 0.0.0.0 255.255.255.0 U 0 0 0 docker0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 private.4
192.168.219.0 0.0.0.0 255.255.255.0 U 0 0 0 private
Could someone please let me know how I can add a persistent static route to an ECS appliance?
Responses (0)
Solutions (0)
