<div dir="ltr">On Sat, Mar 14, 2015 at 10:01 AM, Amer <<a href="mailto:amer7777@hotmail.com">amer7777@hotmail.com</a>> wrote:<br>><br>> in interface configuration after the gateway statement I should put<br>> the IP address of the gateway, I want to put the interface name,<br>> like eth0, instead.<br>><br>> Or I want to do it by ip route statement something like:<br>> Ip route add 0.0.0.0 via eth0<br><br>Please bottom-post.<br><br>1) It would have to be "ip r add <a href="http://0.0.0.0/0">0.0.0.0/0</a> via ip_add_of_eth0 dev eth0".<br><br>2) IIRC you've used VB's bridged network mode. Again IIRC because I haven't used VB in a while, that means that if your host has, eg, a 192.168.1.x address, your VM'll have a 192.168.1.y address. So the gateway has to be the same as the host's and not the host's ip address.<br><br></div>