From owner-freebsd-questions Sat Apr 3 14:37:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rknebel.uplink.net (rknebel.uplink.net [209.173.88.243]) by hub.freebsd.org (Postfix) with ESMTP id 2A12914CAC for ; Sat, 3 Apr 1999 14:37:01 -0800 (PST) (envelope-from rknebel@rknebel.uplink.net) Received: (from rknebel@localhost) by rknebel.uplink.net (8.9.2/8.9.2) id RAA02962 for questions@freebsd.org; Sat, 3 Apr 1999 17:25:24 -0500 (EST) (envelope-from rknebel) Date: Sat, 3 Apr 1999 17:25:24 -0500 From: Rick Knebel To: questions@freebsd.org Subject: home network Message-ID: <19990403172524.A2930@rknebel.uplink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to hook my freebsd 3.1 box up to my MAC computer and use the freebsd box as a gateway and workstation. I have installed an ethernet card in each and hooked them up with a hub. I thought I followed all hte directions in the ppp man pages and tutorials but I cannot get my mac to connect. I will include some of my data next /etc/hosts 127.0.0.1 localhost.uplink.net localhost 209.173.88.243 rknebel.uplink.net rknebel 192.168.1.1 free.uplink.net free 192.168.1.2 mac.uplink.net mac /etc/rc.conf # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # -- sysinstall generated deltas -- # ifconfig_vr0="inet 192.168.1.1 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1" moused_type="intellimouse" moused_enable="YES" gateway_enable="YES" defaultrouter="NO" network_interfaces="lo0 vr0" hostname="rknebel.uplink.net" lpd_enable="YES" # Run the line printer daemon ifconfig -a vr0: flags=8843 mtu 1500 inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:80:c8:e8:e6:aa media: 10baseT/UTP supported media: autoselect 100baseTX 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP lp0: flags=8810 mtu 1500 tun0: flags=8051 mtu 1500 inet 209.173.88.243 --> 209.173.88.252 netmask 0xffffff00 sl0: flags=c010 mtu 552 ppp0: flags=8010 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 netstats -r Internet: Destination Gateway Flags Refs Use Netif Expire default pm3bl1 UGSc 13 4 tun0 localhost localhost UH 0 164 lo0 192.168.1 link#1 UC 0 0 vr0 pm3bl1 rknebel UH 14 0 tun0 vr0 is my ethernet card. I am using tcp/ip in mac to try and connect. Anything look wrong?? thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message