Date: Mon, 20 Sep 1999 18:52:30 +0300 From: "Ertan Kucukoglu" <ertank@hotpop.com> To: "Rick Knebel" <rknebel@uplink.net> Cc: "FreeBSD" <FreeBSD-questions@FreeBSD.ORG> Subject: Re: Network Card Message-ID: <00c601bf0383$e270b6e0$2893fcd4@Ertan> References: <19990920095617.A301@rknebel.uplink.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > ether 00:a0:c9:f2:32:3b > media: autoselect (10baseT/UTP) status: active > supported media: autoselect 100baseTX <full-duplex> 100baseTX > 10baseT/UTP <full-duplex> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00c601bf0383$e270b6e0$2893fcd4>