[SuSE Linux] DHCP and dummy
I'm trying to set up a DHCP server, but it fails to start as I have two network adaptors with the same address, eth0 and dummy. OK, I could remove dummy, but what is the correct solution to this problem? BTW SuSE, nothing in your sdb_e about this... Keith - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Hi, On Tue, 10 Nov 1998, Edmunds, Keith wrote:
I'm trying to set up a DHCP server, but it fails to start as I have two network adaptors with the same address, eth0 and dummy. OK, I could remove dummy, but what is the correct solution to this problem?
Remove dummy. If you have a regular network card, there's no need to have a dummy device. Just have a look in /etc/rc.config: # # setup dummy network device for IPADDR_0? this is useful for non permanent # network connections (e.g. SLIP, PPP). Some software needs a connection # to FQHOSTNAME (e.g. plp). (yes, no) SETUPDUMMYDEV=no
BTW SuSE, nothing in your sdb_e about this...
Point taken. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH <A HREF="mailto:grimmer@suse.de">mailto:grimmer@suse.de</A> Schanzaeckerstr. 10 <A HREF="http://www.suse.de/~grimmer"><A HREF="http://www.suse.de/~grimmer</A">http://www.suse.de/~grimmer</A</A>> 90443 Nuernberg, Germany - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Hi I'm a SuSE Linux newbie, I have recently install SuSE 5.2 on my home pc (tired of Micro$oft stuff), well, but now I have a lot of quiestions... Frist of all I want to install the Sound Card, It is a new one, Sond Blaster AWE 64 ... PCI ...., please, I need step by step proceeding for driver installation... Thanks a lot... Miguel Lima Peru <A HREF="http://www.imarpe.gob.pe"><A HREF="http://www.imarpe.gob.pe</A">http://www.imarpe.gob.pe</A</A>> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
On Tue, 10 Nov 1998, you wrote:
Hi
I'm a SuSE Linux newbie, I have recently install SuSE 5.2 on my home pc (tired of Micro$oft stuff), well, but now I have a lot of quiestions...
Frist of all I want to install the Sound Card, It is a new one, Sond Blaster AWE 64 ... PCI ...., please, I need step by step proceeding for driver installation...
Thanks a lot...
Miguel
Lima Peru
<A HREF="http://www.imarpe.gob.pe"><A HREF="http://www.imarpe.gob.pe</A">http://www.imarpe.gob.pe</A</A>>
I have a Sound Blaster 64 AWE Value and did the following to get sound to work. 0. su root. 1. Compile a kernel *without* soundsupport. 2. Install ISAPNP and OSSFREE (make sure you install the free version and not the demo version). from your SuSE CD:s. 3. Follow the instuctions that popped up when you selected OSSFREE in YAST (At least they pop up in SuSE 5.3. They are: When the installation is finished go to /tmp where you will find a directory named oss* something, cd to this directory and run the executable program you'll find there. I selected the defaults on every question and it worked fine). 4. Run the soundon program you'll find where you selected it to be during the osssetup. My is in /usr/local/bin/. You also have to make sure you have ISA_PNP set to "yes" in YAST->System administration->Change configuration file. 5. You can add executing soundon in your cronfiles since this has to be done every time you reboot. -- Fredrik Henbjork Email: frehe491@student.liu.se WWW: <A HREF="http://henbjork.ml.org"><A HREF="http://henbjork.ml.org</A">http://henbjork.ml.org</A</A>> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
First you have to configure properly the two network adapters. It seems to me that your machine is recognising only one network card. The dummy is only for dynamic allocations of IPs. your second card should be 'eth1'. If you use YaST configure first eth0 and then eth1with the appropriate modules, then reboot the machine and finally check with the following command. ifconfig you should see something like this : eth0 Link:10Mbps Ethernet HWaddr 00:E0:00:29:69 inet addr:yourIPaddress Bcast:broadcast_address Mask:255.0.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:32323 errors:0 dropped:0 overruns:0 TX packets:185 errors:0 dropped:0 overruns:0 Interrupt:10 Base address:0x300 eth1 Link:10Mbps Ethernet HWaddr 00:E0:00:29:69 inet addr:yourIPaddress Bcast:broadcast_address Mask:255.0.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:32323 errors:0 dropped:0 overruns:0 TX packets:185 errors:0 dropped:0 overruns:0 Interrupt:5 Base address:0x240 Try also 'dmesg | grep eth1' you should see the modules for the card if properly installed. I suggest you to get a copy of TCP/IP Network Administrator by O'REILLY as well it's cheap and VERY usefull. Hope it helps! Edmunds, Keith wrote:
I'm trying to set up a DHCP server, but it fails to start as I have two network adaptors with the same address, eth0 and dummy. OK, I could remove dummy, but what is the correct solution to this problem?
BTW SuSE, nothing in your sdb_e about this...
Keith - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
-- Luca Colombi System Administrator The Hub Communications Co. Ltd. The Farmhouse Syon Park Middlesex TW8 8JF Tel: +44(0)181 560 9222 Fax: +44(0)181 560 9333 E-mail: luca@thehub.co.uk URL: <A HREF="http://www.thehub.co.uk"><A HREF="http://www.thehub.co.uk</A">http://www.thehub.co.uk</A</A>> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
participants (5)
-
frehe491@student.liu.se
-
grimmer@suse.de
-
KEdmunds@eu.wcom.net
-
luca@thehub.co.uk
-
mrabi@imarpe.gob.pe