From owner-freebsd-questions Sun Dec 12 12: 2:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from proxy2.ba.best.com (proxy2.ba.best.com [206.184.139.14]) by hub.freebsd.org (Postfix) with ESMTP id 3763D14D82 for ; Sun, 12 Dec 1999 12:02:32 -0800 (PST) (envelope-from ehill@best.com) Received: from shell3.ba.best.com (ehill@shell3.ba.best.com [206.184.139.134]) by proxy2.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id MAA03712 for ; Sun, 12 Dec 1999 12:00:16 -0800 (PST) Date: Sun, 12 Dec 1999 12:00:16 -0800 (PST) From: eric hill X-Sender: ehill@shell3.ba.best.com To: freebsd-questions@FreeBSD.ORG Subject: ppp -alias (Cannot open "/usr/lib/libalias.so.2.") Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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 62497 0 64950 0 tun0 1500 xxx.149.180 xxx.149.180.37 62497 0 64950 0 sl0* 552 0 0 0 0 ppp0* 1500 0 0 0 0 lo0 16384 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