Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 1999 17:25:24 -0500
From:      Rick Knebel <rknebel@uplink.net>
To:        questions@freebsd.org
Subject:   home network
Message-ID:  <19990403172524.A2930@rknebel.uplink.net>

next in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
        ether 00:80:c8:e8:e6:aa 
        media: 10baseT/UTP <half-duplex>
        supported media: autoselect 100baseTX <full-duplex> 100baseTX <half-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP 10baseT/UTP <half-duplex>
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
        inet 209.173.88.243 --> 209.173.88.252 netmask 0xffffff00 
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> 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




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