From owner-freebsd-questions Mon Sep 20 9:18:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zagnut.hotpop.com (zagnut.hotpop.com [204.57.55.32]) by hub.freebsd.org (Postfix) with ESMTP id D243B14EB8 for ; Mon, 20 Sep 1999 09:18:35 -0700 (PDT) (envelope-from ertank@hotpop.com) Received: from Ertan (unknown [212.252.146.11]) by zagnut.hotpop.com (Postfix) with SMTP id EFFDC639C3; Mon, 20 Sep 1999 12:18:25 -0400 (EDT) Message-ID: <00c601bf0383$e270b6e0$2893fcd4@Ertan> From: "Ertan Kucukoglu" To: "Rick Knebel" Cc: "FreeBSD" References: <19990920095617.A301@rknebel.uplink.net> Subject: Re: Network Card Date: Mon, 20 Sep 1999 18:52:30 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, > i am trying to do IP aliasing with user ppp. > I think my problen is a irq conflict between my ethernet card and my scsi > card. > I will include my dmesg and a number of relevant files if someone would be > so kind to look then over and see if that is the problem. > > if config -a > fxp0: flags=8802 mtu 1500 > ether 00:a0:c9:f2:32:3b > media: autoselect (10baseT/UTP) status: active > supported media: autoselect 100baseTX 100baseTX > 10baseT/UTP 10baseT/UTP > rc.conf > moused_type="NO" > moused_enable="NO" > ifconfig_fxp0="inet 192.168.1.1 netmask 255.255.255.0" > ifconfig_lo0="inet 127.0.0.1" > network_interface="lo0 fxp0" > gateway_enable="YES" > nfs_server_enable="YES" > nfs_client_enable="YES" > hostname="rknebel.uplink.net" > lpd_enable="YES" > > host > > 127.0.0.1 localhost localhost.my.domain myname.my.domain > 209.173.88.243 rknebel rknebel.uplink.net > 192.168.1.1 free free.uplink.net > 192.168.1.2 mac mac.uplink.net > 192.168.1.3 win win.uplink.net > > > My network card is an Intel EtherExpress > My scsi card is a Symbios > > They both want to use irq 9 it seems > > Thanks > Rick > > -- > Rick Knebel > rknebel@uplink.net > Hi, At first I am a newbie. I have an idea. I am not sure it will work but try it anyway. I have an idea. In /etc there shuold be a second rc.conf file (I do not remember exactly but it may be /etc/default/rc.conf) That is the main rc.conf file in FreeBSD. In that file try to move the line > network_interfaces="lo fxp0" above the below lines. > ifconfig_fxp0="inet 192.168.1.1 netmask 255.255.255.0" > ifconfig_lo0="inet 127.0.0.1" If the problem is that it supposed to work. Good luck. Ertan Kucukoglu ertank@softhome.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message