Problem with routing in VmWare VMS
- From: "UNIX developer @ Google.com" <developerunix@xxxxxxxxx>
- Date: Fri, 22 Jun 2012 16:35:52 +0300
Thank you, Mark!
All work!
-------------
Вы писали 22 июня 2012 г., 16:31:39:
On Fri, 22 Jun 2012 08:10:43 -0500, UNIX developer @ Google.com
<developerunix@xxxxxxxxx> 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@xxxxxxxxx
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- Problem with routing in VmWare VMS
- From: UNIX developer @ Google.com
- Re: Problem with routing in VmWare VMS
- From: Mark Felder
- Problem with routing in VmWare VMS
- Prev by Date: Problem with routing in VmWare VMS
- Next by Date: Re: Problem with routing in VmWare VMS
- Previous by thread: Re: Problem with routing in VmWare VMS
- Next by thread: Rocketprint Software - Web to Print
- Index(es):
Relevant Pages
|