vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm setting up a bridging firewall with two Intel Pro/1000 NICs. I first installed 3.4, however the 3.4 kernel doesn't recognize these network cards (PCI IDs too new, I guess). So I downloaded the snapshot kernel from ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/bsd This kernel finds the NICs, but after booting it pfctl and brconfig started acting up. I surmised that I needed new userspace utils to work with the new kernel, so I installed the new base35.tgz (and nothing else) from the same place. Pfctl now works fine, but any attempt to use brconfig gives brconfig: bridge0: Device not configured As far as I can tell, the kernel does include bridging support, so I don't understand what's wrong. Here's my dmesg: booting hd0a:/bsd: 4669908+843804 [58+213376+190976]=0x5a4f48 entry point at 0x100120 [ using 404824 bytes of bsd ELF symbol table ] Copyright (c) 1982, 1986, 1989, 1991, 1993 639K SysThe Regents of the University of California. All rights reserved. Copyright (c) 1995-2004 OpenBSD. All rights reserved. http://www.OpenBSD.org 500M Extended RAM Passed OpenBSD 3.5 (GENERIC) #34: Mon Mar 29 12:24:55 MST 2004 deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: AMD Athlon(tm) XP 2100+ ("AuthenticAMD" 686-class) 1.67 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,P GE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE real mem = 535932928 (523372K) avail mem = 490827776 (479324K) using 4278 buffers containing 26898432 bytes (26268K) of memory mainbus0 (root) bios0 at mainbus0: AT/286+(c4) BIOS, date 04/11/03, BIOS32 rev. 0 @ 0xfd6b0 apm0 at bios0: Power Management spec V1.2 apm0: AC on, battery charge unknown pcibios0 at bios0: rev. 2.1 @ 0xfd6b0/0x950 pcibios0: PCI BIOS has 13 Interrupt Routing table entries pcibios0: no compatible PCI ICU found pcibios0: Warning, unable to fix up PCI interrupt routing pcibios0: PCI bus #2 is the last bus bios0: ROM list: 0xc0800/0x800 0xe0000/0x4000! pci0 at mainbus0 bus 0: configuration mode 1 (no bios) pchb0 at pci0 dev 0 function 0 "AMD 762 PCI" rev 0x20 ppb0 at pci0 dev 1 function 0 "AMD 762 PCI-PCI" rev 0x00 pci1 at ppb0 bus 1 pcib0 at pci0 dev 7 function 0 "AMD 768 ISA" rev 0x05 pciide0 at pci0 dev 7 function 1 "AMD 768 IDE" rev 0x04: DMA, channel 0 configured to compatibility, channel 1 configured to compatibility wd0 at pciide0 channel 0 drive 0: <WDC WD400JB-00ETA0> wd0: 16-sector PIO, LBA48, 38166MB, 78165360 sectors wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5 pciide0: channel 1 disabled (no drives) "AMD 768 Power Mgmt" rev 0x03 at pci0 dev 7 function 3 not configured em0 at pci0 dev 8 function 0 "Intel PRO/1000 (82545GM)" rev 0x04: irq 11, address: 00:04:23:a6:f0:c9 em1 at pci0 dev 9 function 0 "Intel PRO/1000 (82545GM)" rev 0x04: irq 5, address: 00:04:23:a6:f0:9e ppb1 at pci0 dev 16 function 0 "AMD 768 PCI-PCI" rev 0x05 pci2 at ppb1 bus 2 ohci0 at pci2 dev 0 function 0 "AMD 768 USB" rev 0x07: irq 10, version 1.0, legacy support ohci0: SMM does not respond, resetting usb0 at ohci0: USB revision 1.0 uhub0 at usb0 uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered xl0 at pci2 dev 8 function 0 "3Com 3c905C 100Base-TX" rev 0x78: irq 10xl0: command never completed! xl0: command never completed! address 00:e0:81:28:1c:7a exphy0 at xl0 phy 24: 3Com internal media interface xl0: command never completed! xl0: command never completed! isa0 at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard pcppi0 at isa0 port 0x61 midi0 at pcppi0: <PC speaker> sysbeep0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 npx0 at isa0 port 0xf0/16: using exception 16 pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo pccom0: console pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo biomask 4400 netmask 4c20 ttymask 4ca2 pctr: user-level cycle counter enabled mtrr: Pentium Pro MTRR support dkcsum: wd0 matched BIOS disk 80 root on wd0a rootdev=0x0 rrootdev=0x300 rawdev=0x302 Thanks, -ryan |
| ||||
| On 7 Apr 2004, helmingstay wrote: > This kernel finds the NICs, but after booting it pfctl and brconfig > started acting up. I surmised that I needed new userspace utils to > work with the new kernel, so I installed the new base35.tgz (and > nothing else) from the same place. Pfctl now works fine, but any > attempt to use brconfig gives > > brconfig: bridge0: Device not configured many virtual interfaces are now clonable. run ifconfig bridge0 create first. -- |