Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Nov 1999 21:49:27 +0100
From:      Gary Jennejohn <garyj@peedub.muc.de>
To:        "Richard Arends" <r.a.arends@kader.hobby.nl>
Cc:        isdn@FreeBSD.ORG
Subject:   Re: i4b on OpenBSD 
Message-ID:  <199911092049.VAA96346@peedub.muc.de>
In-Reply-To: Your message of "Tue, 09 Nov 1999 21:04:11 %2B0100." <001401bf2aed$9dda2c00$3200000a@arends.hobby.nl> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Richard Arends" writes:
[snip]
>> >I can't make a default route.>When i after i set up the connection give the command: route show, i don't
>get any information.

use netstat -nra to look at the routing table.

> Ifconfig -a gives this:
[snip]
>isp0:   flags=a055<UP,DEBUG,POINTOPOINT,RUNNING,LINK1,MULTICAST>
>           inet 212.19.199.88 --> 212.19.199.34 netmask 0xffffffff

this has all the information you need to set up a default route:

route add default 212.19.199.34

I don't know what syntax OpenBSD's route supports, but under FreeBSD
one can also use:

route add default -interface isp0

I recommend reading the route manpage to see just what it can handle.

---
Gary Jennejohn
Home - garyj@muc.de
Work - garyj@fkr.cpqcorp.net




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




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