Problem with routing in VmWare VMS

UNIX developer at Google.com developerunix at gmail.com
Fri Jun 22 13:35:58 UTC 2012


Thank you, Mark!
All work!


-------------
Вы писали 22 июня 2012 г., 16:31:39:

> On Fri, 22 Jun 2012 08:10:43 -0500, UNIX developer @ Google.com  
> <developerunix at gmail.com> wrote:

>> now after reboot the problem still the same.
>> ping -S 192.168.2.1 192.168.1.1
>> PING 192.168.1.1 (192.168.1.1) from 192.168.2.1: 56 data bytes
>> ^C
>> --- 192.168.1.1 ping statistics ---
>> 8 packets transmitted, 0 packets received, 100.0% packet loss

> 192.168.1.1 does not know how to find 192.168.2.1, so it can't respond to
> the ping. I bet it only has a default route to the internet. If you add a
> static route on 192.168.1.1 telling it that it can find 192.168.2.0/24 at
> 192.168.1.10 it will probably work.


> On 192.168.1.1:

> route add -net 192.168.2.0/24 192.168.1.10

> Now the pings will work.


-- 
С уважением,
 UNIX                          mailto:developerunix at gmail.com



More information about the freebsd-questions mailing list