Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2000 15:38:23 +0100 (CET)
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        freebsd-isdn@freebsd.org
Subject:   Ich bin drin!
Message-ID:  <200001061438.PAA60671@gil.physik.rwth-aachen.de>

next in thread | raw e-mail | index | archive | help

Thanks to (especially Gary Jennejohn) all for helping. I'm connected
now over i4bispp (isp0) rather than raw IP (ipr0) and it seems to work great. 

The router at the other end is an Ascend Max TNT (just FYI).

Here is my setup:


rc.conf:

network_interfaces="xl0 isp0 lo0"
ifconfig_xl0="inet 192.168.1.119  netmask 255.255.255.0"
ifconfig_isp0="inet 0.0.0.0 137.120.1.10 netmask 255.255.255.255 link1"
defaultrouter="137.120.1.10"

ifconfig_ipr1="inet 192.168.1.119 192.168.0.1 netmask 0xffffffff"
static_routes="192.168.0.1 192.168.1.119"
gateway_enable="YES"
isdn_enable="YES"
isdn_fsdev="/dev/ttyv6"
isdn_flags="-b -dn -d0x1f9"                     # Flags for isdnd
isdn_trace="NO"                    # Enable the ISDN trace subsystem (or NO).
isdn_traceflags="-f /var/tmp/isdntrace0"        # Flags for isdntrace

sppp_interfaces="isp0"          # List of sppp interfaces.
spppconfig_isp0="myauthproto=pap myauthname=<user> myauthsecret=<password>\
hisauthproto=none callin"

isdn-kuku: /home/kuku> netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif Expire
default            137.120.1.10       UGSc        4        0     isp0
127.0.0.1          127.0.0.1          UH         10       92      lo0
137.120.1.10       137.227.8.194      UH          0        0     isp0
192.168.1          link#1             UC          0        0      xl0
192.168.1.1        0:40:da:24:27:69   UHLW        2        8      xl0   1190
192.168.1.5        0:40:da:23:b2:2c   UHLW        0        0      xl0   1197
192.168.1.74       aa:0:4:0:4a:4      UHLW        2       18      xl0    940
192.168.1.114      0:e0:8d:55:36:64   UHLW        0        5      xl0    646
192.168.1.255      ff:ff:ff:ff:ff:ff  UHLWb       2       25      xl0

<addresses fubar :->

<and the password I inadvertently exposed to freebsd-questions has been
changed immediately after exposure> ;-)

-- 
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de


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?200001061438.PAA60671>