Problem with routing in VmWare VMS



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"



Relevant Pages

  • Re: [PATCH] af_packet: Dont use skb after dev_queue_xmit()
    ... My proposal is to send some summary as a new thread, with dmar in the ... today's hang - perhaps those lost TX packets are corrupting something ... Interestingly, I initially saw no dropped packets with ping - but after I went the DCHP route and eventually reconnected, I could then cause dropped tx packets with ping. ... ping device - no packet loss - this was true for the entire test run. ...
    (Linux-Kernel)
  • Netgear MA401 stopped working
    ... the host, seem to be sending packets, but never receive anything back. ... PING 192.168.112.1: 56 data bytes ... I, on the other hand, suspect a hardware problem with the card. ... pci_cfgintr: 0:2 INTA BIOS irq 11 ...
    (freebsd-net)
  • Re: netcat delays between pages over wan
    ... >8000 printers. ... All that is going to show you is that ping in the default mode has ... >servers and Lantronix servers were rebooted. ... By default ping sends 56 byte packets 1 second apart. ...
    (comp.unix.sco.misc)
  • ubr924 modem does not want to talk through its ethernet0 port
    ... hostname burpmaster ... interface cable-modem0 ... input packets with dribble condition detected ... burpmaster#ping 10.0.0.13 <-- Ping my unix box, which I am using to connect to the ubr924 modem's console port. ...
    (comp.dcom.sys.cisco)
  • Failing to use Linux PC as router
    ... I can ping from one computer to the other and from the ... INTERFACES eth0 (?Firewire? ... iface lo inet loopback ... packets transmitted, 5 packets received, 0% packet loss ...
    (Debian-User)