*BSD News Article 74413


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mira.net.au!inquo!news.seinf.abb.se!nooft.abb.no!Norway.EU.net!EU.net!newsfeed.internetmci.com!news.sprintlink.net!news-stk-200.sprintlink.net!snunews.snu.ac.kr!usenet
From: Lee SeungWon <leesw@ssrnet.snu.ac.kr>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: I can't forward packets
Date: Mon, 22 Jul 1996 15:41:19 +0900
Organization: Seoul National Univ. Computing Center
Lines: 21
Message-ID: <31F3228F.DF4@ssrnet.snu.ac.kr>
NNTP-Posting-Host: icarus.snu.ac.kr
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0b5aGold (Win95; I)

I want to forward packets between ethernets.
I use FreeBSD-2.1.0 and I have two SMC Elite16 cards. 
I change "/etc/sysconfig".
This is changing part of the file.
...
network_interfaces "ed0 ed1 lo0"
ifconfig_ed0="inet 147.46.121.62 netmask 255.255.255.0"
ifconfig_ed1="inet 147.46.121.73 netmask 255.255.255.0"
ifconfig_lo0="inet localhost"
...
routedflags="-s"
...
gateway=YES
...

After done this. 
At starting kernal, ifconfig makes message such as "File Exists"
And then, the system can't forward packets and only can commuicate with 
ed0 card. 
Hardware is no problem. 
Thank you very much for your reading.