Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Mar 1998 12:10:04 +1000
From:      Willem van den Bosch <willem@OntheNet.com.au>
To:        freebsd-questions@FreeBSD.ORG
Subject:   How do I Connect to Internet via Network?
Message-ID:  <Version.32.19980304120011.00dd18f0@onthenet.com.au>

next in thread | raw e-mail | index | archive | help
Hi All,

Having managed to setup my various network connections,
with the aid of the Handbook one still eludes me.
How to get to the Internet from the Win95 Box via the network.
If any one can point me in the right direction I would be grateful.

[genesis]  <---ed0---->  [abacus]
  Win95                           FreeBSD
172.16.1.2                    172.16.1.1
                                             |
						 |
			How do I cross this bridge??
                                             |
						|			       
			        [abacus] <---- ppp0 ----> [My ISP]
                        203.13.71.58                     203.13.71.1
					       Dynamic-Ip's

some settings from /etc/sysconfig
network_interfaces="ed0 lo0"
ifconfig_ed0="inet 172.16.1.1  netmask 255.255.0.0"

ifconfig_lo0="inet 127.0.0.1"

static_routes=""

gateway="YES"


netstat -rn  (output after pppd connection to ISP)					
Routing tables
Internet:
Destination        Gateway              Flags     Refs     Use     Netif
   Expire
default                 203.13.71.1        UGSc        2          0
  ppp0
127.0.0.1            127.0.0.1             UH             0          0
     lo0
172.16                 link#1                  UC              0         0 
172.16.1.2          0:40:5:2c:24:21  UHLW       0         16          ed0
   1101
172.16.255.255 ff:ff:ff:ff:ff:ff             UHLWb    3          34
ed0
203.13.71.1        203.13.71.58      UH             3          0
ppp0

Windows side IP configuration for the Network card is:
Adaptor Address 00-40-05-2C-24-21
IP Address           172.16.1.2
Subnet Mask       255.255.0.0
Default Gateway 172.16.1.1

Desperate and Clueless,
Willem


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?Version.32.19980304120011.00dd18f0>