Hy, i have a problem with adding the ip to routing table.
I have a server using centos on a vmware machine. On the server i'm running webuzo panel the alternative of cpanel, and i want to route the webuzo server ip to hamachi because i have an dynamic IP.
i have deleted and added routes but it doesn't work
i used this line of code to delete and add a route
route del -net 25.0.0.0 gw 0.0.0.0 netmask 255.0.0.0 dev ham0
route add -net 25.0.0.0 gw 25.60.82.54 netmask 255.0.0.0 dev ham0
but it doesn't redirect me to webuzo panel when i type into the browser 25.60.82.54:2004 ... it's says that the page was not found.
and my public ip is 78.112.xxx.xxx
please help me with some sugestions !