Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 1999 12:00:16 -0800 (PST)
From:      eric hill <ehill@best.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   ppp -alias (Cannot open "/usr/lib/libalias.so.2.")
Message-ID:  <Pine.BSF.4.21.9912121138210.15520-100000@shell3.ba.best.com>

next in thread | raw e-mail | index | archive | help
I've searched the archives to no avail, so I'm here wondering what
happened. "PPP -alias" was working until I refined my ppp.conf, and since
then it's not been routing from the LAN (i ssh to the gateway box to get
out) and I've been going over ppp.conf and all the docs I can find to
figure it out.

thanks for any help!
eric

-----------------------
ppp ON slider> alias enable yes
Warning: _PATH_ALIAS_PREFIX (/usr/lib/libalias.so.2.*): Invalid
lib: Cannot open "/usr/lib/libalias.so.2."
Warning: Cannot load alias library
Warning: alias enable: Failed 1

----------------
slider# cat /etc/ppp/ppp.conf
default:
 set log Phase Chat LCP IPCP CCP tun command
 set device /dev/cuaa0
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0
OK \\dATDT\\T TIMEOUT 40 CONNECT"

best:
 set phone 1234567
 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: xxx word: xxxxxx"
 set authname xxxxx
 set authkey xxxxxxx
 set timeout 120
 set ifaddr xxx.149.180.37 10.0.0.0/0 0.0.0.0 0.0.0.0

-----------------
slider# netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif
default            xxx.156.128.1      UGSc        4        0     tun0
127.0.0.1          127.0.0.1          UH          0       43      lo0
192.168.20         link#1             UC          0        0      pn0
192.168.20.1       0:a0:cc:50:55:a3   UHLW        0       14      lo0
192.168.20.2       0:40:5:41:10:99    UHLW        1    91178      pn0
192.168.20.255     ff:ff:ff:ff:ff:ff  UHLWb       3     2129      pn0
xxx.156.128.1      xxx.149.180.37     UH          5       23     tun0

-------------------
slider# netstat -in
Name  Mtu   Network       Address            Ipkts Ierrs    Opkts Oerrs
pn0   1500  <Link>      00.a0.cc.50.55.a3   103100     0    94304     0
pn0   1500  192.168.20    192.168.20.1      103100     0    94304     0
tun0  1500  <Link>                           62497     0    64950     0
tun0  1500  xxx.149.180   xxx.149.180.37     62497     0    64950     0
sl0*  552   <Link>                               0     0        0     0
ppp0* 1500  <Link>                               0     0        0     0
lo0   16384 <Link>                              57     0       57     0
lo0   16384 127           127.0.0.1             57     0       57     0

--------------------
slider# cat /etc/rc.conf
# This file now contains just the overrides from /etc/defaults/rc.conf
# please make all changes to this file.

hostname="slider.synthesizer.org"
network_interfaces="pn0 tun0 lo0"
ifconfig_pn0="inet 192.168.20.1  netmask 0xffffff00"
ifconfig_lo0="inet 127.0.0.1" 
gateway_enable="YES"
/usr/sbin/lptcontrol -e

saver="star"
keyrate="fast"

# -- sysinstall generated deltas -- #
moused_port="/dev/psm0"
moused_enable="NO"
# -- sysinstall generated deltas -- #
routerflags=""
gateway_enable="YES"
router="routed"
router_enable="YES"
amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host
/etc/amd.map"
pccard_mem="DEFAULT"
slider# 

-----------------------



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.9912121138210.15520-100000>