Adding default gateway outside subnet

route add -host x.x.x.x dev eth0<br></br>
route add default dev eth0 gw x.x.x.x```