Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2001 10:50:03 -0800 (PST)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        freebsd-bugs@FreeBSD.org
Subject:   misc/26166: Inserting a route to a specific interface on local network is a problem
Message-ID:  <200103281850.f2SIo3w44953@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/26166; it has been noted by GNATS.

From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To: gh@raditex.se
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: misc/26166: Inserting a route to a specific interface on local network is a problem
Date: Wed, 28 Mar 2001 13:45:02 -0500 (EST)

 <<On Wed, 28 Mar 2001 00:43:30 -0800 (PST), gh@raditex.se said:
 
 > route add 192.168.36.52 -hw 00:80:c8:d3:3c:f4
 
 # route add 192.168.36.52 -iface -link fxp0:0.80.c8.d3.3c.f4 -llinfo
 add host 192.168.36.52: gateway fxp0:0.80.c8.d3.3c.f4
 # tcpdump -p -w foo ether host 0:80:c8:d3:3c:f4
 tcpdump: listening on fxp0
 ^Z
 # bg
 # ping 192.168.36.52
 PING 192.168.36.52 (192.168.36.52): 56 data bytes
 ^C
 --- 192.168.36.52 ping statistics ---
 3 packets transmitted, 0 packets received, 100% packet loss
 # fg 
 ^C
 268 packets received by filter
 0 packets dropped by kernel
 # tcpdump -ner foo
 13:42:32.527043 0:d0:b7:54:3e:d3 0:80:c8:d3:3c:f4 0800 98: 18.24.4.193 > 192.168.36.52: icmp: echo request
 13:42:33.533677 0:d0:b7:54:3e:d3 0:80:c8:d3:3c:f4 0800 98: 18.24.4.193 > 192.168.36.52: icmp: echo request
 13:42:34.543767 0:d0:b7:54:3e:d3 0:80:c8:d3:3c:f4 0800 98: 18.24.4.193 > 192.168.36.52: icmp: echo request
 
 -GAWollman
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103281850.f2SIo3w44953>