Hi All
I'm running a Fedora box. I want to add a new routing table line using command
route add -net xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx gw xxx.xxx.xxx.xxx dev eth1
no problem, I can ping the other end.
Problem occured when i rebooting the machine. When i run netstat -rn , the line disapeared.
My question, how to create permanent routing table?
Thanks
I'm running a Fedora box. I want to add a new routing table line using command
route add -net xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx gw xxx.xxx.xxx.xxx dev eth1
no problem, I can ping the other end.
Problem occured when i rebooting the machine. When i run netstat -rn , the line disapeared.
My question, how to create permanent routing table?
Thanks