On Wed, 12 Dec 2001 [EMAIL PROTECTED] wrote: > netstat -r
Could you use 'netstat -rn' instead of just -r? The names aren't too useful when they get chopped off. > ============ > Destination Gateway Flags Refs Use Netif Expire > default gateway-38 UGSc 59 0 ep0 > localhost localhost UH 1 713 lo0 > 147.11.38/24 link#6 UC 1 0 ep0 > gateway-38 0:0:c:7:ac:26 UHLW 58 0 ep0 575 > > Now I do > ======== > route add -net 192.103.54.0 64.81.55.1 It's usually customary to specify a netmask with -net, although not required. You can use CIDR net/mask syntax if you like. Is a /24 what you want? Doug White | FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
