Otto Moerbeek wrote:
On Sat, Dec 29, 2007 at 01:30:23PM -0600, Aaron wrote:

Darren Spruell wrote:
On Dec 28, 2007 7:13 AM, Aaron <[EMAIL PROTECTED]> wrote:
main firewall Carp0:
inet 192.168.3.65 255.255.255.224 192.168.3.95 vhid 1 carpdev fxp0 pass
tester1
inet alias 192.168.3.66 255.255.255.224
inet alias 192.168.3.67 255.255.255.224
Not to solution your problem, but the "correct" netmask for interface
aliases is 255.255.255.255.

Refer to archives and hostname.if(5).

DS

Thanks Darren,

I tried this, and although I know you said it's not going to solve my problem, i was hoping, with no change in results.

I have verified that my carp interfaces have the same exact settings via diff, and the only changes are the advskew settings.

I taken the alias addresses out of the equation and am still getting the same results. I then cut down to two active physical interfaces on each machine, plus carp interfaces. lan side and wan side no dmz or dual wan, so my setup looks like this:

----lan---|carp3/fxp3|-OBSD BOX|fxp0/carp0|-----wan
                |                                                   |
something to do with the problem so i updated
to -stable with same results. If i had any hair, i'm sure i would have pulled it all out by this point.

here are my  configs.

machine A:
# cat /etc/hostname.fxp0
inet 10.125.221.2 255.255.255.0 NONE
# cat /etc/hostname.carp0
inet 192.168.3.65 255.255.255.224 192.168.3.95 vhid 1 carpdev fxp0 pass tester0
# cat /etc/hostname.fxp3
inet 10.128.221.2 255.255.255.0 NONE
# cat /etc/hostname.carp3
inet 192.168.247.136 255.255.255.0 192.168.247.255 vhid 4 carpdev fxp3 pass tester4

I think your problem will be solved if you assign an alias in the
192.168.3.0 net to fxp0 and an alias in the 192.168.247.0 net to fxp3.
Just like Henning already suggested.

        -Otto

Henning wrote:

that depends wether you "external" carp interface has numbered or
unnumbered parents.
if the parents ("carpdev") are unnumbered (no ipassigned),it is quite
normal. otherwise you have sth wrong.


I guess I'm missing something or I didn't understand what he means by (no 
ipassigned).
All carp parents are numbered by the inverse of the definition he gave for 
unnumbered,
because there are ip's assigned to all of the carpdev interfaces, just not with 
the same
network as the carp interfaces.   Is it required for the carp parents' ip 
addresses
to be in the same network as the carp interfaces?  I didn't see that anywhere 
as a requirement.

I should also clarify, this is not happening only on my external carp interface. This is the behavior on all interfaces. There is no connectivity (i'm currently seeing some connectivity between the parents from a to b only (shown below)) when a machine is in the BACKUP state.

Hoping anything will work, I gave it a try.

Machine A:
# cat /etc/hostname.fxp0
inet 10.125.221.2 255.255.255.0 NONE
inet alias 192.168.3.67 255.255.255.255
# ifconfig fxp0
fxp0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:0e:0c:74:6d:61
       media: Ethernet autoselect (100baseTX full-duplex)
       status: active
       inet 10.125.221.2 netmask 0xffffff00 broadcast 10.125.221.255
       inet6 fe80::20e:cff:fe74:6d61%fxp0 prefixlen 64 scopeid 0x1
       inet 192.168.3.67 netmask 0xffffffff broadcast 192.168.3.67
# ifconfig carp0
carp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:00:5e:00:01:01
       carp: MASTER carpdev fxp0 vhid 1 advbase 1 advskew 0
       groups: carp egress
       inet6 fe80::200:5eff:fe00:101%carp0 prefixlen 64 scopeid 0x9
       inet 192.168.3.65 netmask 0xffffffe0 broadcast 192.168.3.95

Machine B:
# cat /etc/hostname.fxp0
inet 10.125.221.3 255.255.255.0 NONE
inet alias 192.168.3.66 255.255.255.255
# ifconfig fxp0
fxp0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:03:47:ad:be:2e
       media: Ethernet autoselect (100baseTX full-duplex)
       status: active
       inet 10.125.221.3 netmask 0xffffff00 broadcast 10.125.221.255
       inet6 fe80::203:47ff:fead:be2e%fxp0 prefixlen 64 scopeid 0x1
       inet 192.168.3.66 netmask 0xffffffff broadcast 192.168.3.66
# ifconfig carp0
carp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:00:5e:00:01:01
       carp: BACKUP carpdev fxp0 vhid 1 advbase 1 advskew 100
       groups: carp egress
       inet6 fe80::200:5eff:fe00:101%carp0 prefixlen 64 scopeid 0x9
       inet 192.168.3.65 netmask 0xffffffe0 broadcast 192.168.3.95

I rebooted just to make sure nothing bad was hanging around after running 
netstart,
same exact results.
FROM MACHINE B while in backup state:
# ping 192.168.3.94
PING 192.168.3.94 (192.168.3.94): 56 data bytes
ping: sendto: Network is unreachable
ping: wrote 192.168.3.94 64 chars, ret=-1
--- 192.168.3.94 ping statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss
# ping 192.168.3.65
PING 192.168.3.65 (192.168.3.65): 56 data bytes
ping: sendto: Network is unreachable
ping: wrote 192.168.3.65 64 chars, ret=-1
--- 192.168.3.65 ping statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss
# ping 192.168.3.67
PING 192.168.3.67 (192.168.3.67): 56 data bytes
ping: sendto: Network is unreachable
ping: wrote 192.168.3.67 64 chars, ret=-1
--- 192.168.3.67 ping statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss

Still no connectivity to speak of when a machine has a carp interface set to the BACKUP state.

Any other ideas?

Thanks.

Aaron Martinez


Machine B:
# cat /etc/hostname.fxp0
inet 10.125.221.3 255.255.255.0 NONE
# cat /etc/hostname.carp0
inet 192.168.3.65 255.255.255.224 192.168.3.95 vhid 1 carpdev fxp0 pass tester0 advskew 100
# cat /etc/hostname.fxp3
inet 10.128.221.3 255.255.255.0 NONE
# cat /etc/hostname.carp3
inet 192.168.247.136 255.255.255.0 192.168.247.255 vhid 4 carpdev fxp3 pass tester4 advskew 100

ifconfig Machine A:
# ifconfig -aA
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33208
       groups: lo
       inet 127.0.0.1 netmask 0xff000000
       inet6 ::1 prefixlen 128
       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7
fxp0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:0e:0c:74:6d:61
       media: Ethernet autoselect (100baseTX full-duplex)
       status: active
       inet 10.125.221.2 netmask 0xffffff00 broadcast 10.125.221.255
       inet6 fe80::20e:cff:fe74:6d61%fxp0 prefixlen 64 scopeid 0x1
fxp1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:0e:0c:3b:3f:2e
       media: Ethernet autoselect (none)
       status: no carrier
fxp2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:0e:0c:74:6d:a2
       media: Ethernet autoselect (none)
       status: no carrier
fxp3: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:03:47:b1:2c:c4
       media: Ethernet autoselect (100baseTX full-duplex)
       status: active
       inet 10.128.221.2 netmask 0xffffff00 broadcast 10.128.221.255
       inet6 fe80::203:47ff:feb1:2cc4%fxp3 prefixlen 64 scopeid 0x4
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:50:bf:72:51:c9
       media: Ethernet autoselect (100baseTX full-duplex)
       status: active
       inet 10.23.183.2 netmask 0xffffff00 broadcast 10.23.183.255
       inet6 fe80::250:bfff:fe72:51c9%rl0 prefixlen 64 scopeid 0x5
enc0: flags=0<> mtu 1536
pfsync0: flags=41<UP,RUNNING> mtu 1460
       pfsync: syncdev: rl0 syncpeer: 224.0.0.240 maxupd: 128
       groups: carp pfsync
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33208
       groups: pflog
carp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:00:5e:00:01:01
       carp: MASTER carpdev fxp0 vhid 1 advbase 1 advskew 0
       groups: carp egress
       inet6 fe80::200:5eff:fe00:101%carp0 prefixlen 64 scopeid 0x9
       inet 192.168.3.65 netmask 0xffffffe0 broadcast 192.168.3.95
carp3: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:00:5e:00:01:04
       carp: MASTER carpdev fxp3 vhid 4 advbase 1 advskew 0
       groups: carp
       inet6 fe80::200:5eff:fe00:104%carp3 prefixlen 64 scopeid 0xa
       inet 192.168.247.136 netmask 0xffffff00 broadcast 192.168.247.255

ifconfig Machine B:
# ifconfig -aA
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33208
       groups: lo
       inet6 ::1 prefixlen 128
       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7
       inet 127.0.0.1 netmask 0xff000000
fxp0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:03:47:ad:be:2e
       media: Ethernet autoselect (100baseTX full-duplex)
       status: active
       inet6 fe80::203:47ff:fead:be2e%fxp0 prefixlen 64 scopeid 0x1
       inet 10.125.221.3 netmask 0xffffff00 broadcast 10.125.221.255
fxp1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:d0:b7:3e:c1:dc
       media: Ethernet autoselect (none)
       status: no carrier
fxp2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:d0:b7:8f:4e:54
       media: Ethernet autoselect (none)
       status: no carrier
fxp3: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:90:27:8f:4b:28
       media: Ethernet autoselect (100baseTX full-duplex)
       status: active
       inet6 fe80::290:27ff:fe8f:4b28%fxp3 prefixlen 64 scopeid 0x4
       inet 10.128.221.3 netmask 0xffffff00 broadcast 10.128.221.255
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:40:f4:76:3c:c0
       media: Ethernet autoselect (100baseTX full-duplex)
       status: active
       inet6 fe80::240:f4ff:fe76:3cc0%rl0 prefixlen 64 scopeid 0x5
       inet 10.23.183.3 netmask 0xffffff00 broadcast 10.23.183.255
enc0: flags=0<> mtu 1536
pfsync0: flags=41<UP,RUNNING> mtu 1460
       pfsync: syncdev: rl0 syncpeer: 224.0.0.240 maxupd: 128
       groups: carp pfsync
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33208
       groups: pflog
carp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:00:5e:00:01:01
       carp: BACKUP carpdev fxp0 vhid 1 advbase 1 advskew 100
       groups: carp egress
       inet6 fe80::200:5eff:fe00:101%carp0 prefixlen 64 scopeid 0x9
       inet 192.168.3.65 netmask 0xffffffe0 broadcast 192.168.3.95
carp3: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:00:5e:00:01:04
       carp: BACKUP carpdev fxp3 vhid 4 advbase 1 advskew 100
       groups: carp
       inet6 fe80::200:5eff:fe00:104%carp3 prefixlen 64 scopeid 0xa
       inet 192.168.247.136 netmask 0xffffff00 broadcast 192.168.247.255

routing table if it helps:
Machine A:
# netstat -rn -f inet
Routing tables

Internet:
Destination Gateway Flags Refs Use Mtu Interface
default            192.168.3.94       UGS         2     7466      -   carp0
10.23.183/24       link#5             UC          1        0      -   rl0
10.23.183.3        00:40:f4:76:3c:c0  UHLc        1      313      -   rl0
10.125.221/24      link#1             UC          1        0      -   fxp0
10.125.221.3       00:03:47:ad:be:2e  UHLc        0     1653      -   fxp0
10.128.221/24      link#4             UC          0        0      -   fxp3
127/8              127.0.0.1          UGRS        0        0  33208   lo0
127.0.0.1          127.0.0.1          UH          3       76  33208   lo0
192.168.3.64/27    link#9             UC          1        0      -   carp0
192.168.3.94       00:40:f4:76:3d:d3  UHLc        1        0      -   carp0
192.168.247/24     link#10            UC          1        0      -   carp3
192.168.247.26     00:08:02:0b:63:59  UHLc        2     5535      -   carp3
224/4              127.0.0.1          URS         0        0  33208   lo0

Machine B:
# netstat -rn -f inet
Routing tables

Internet:
Destination Gateway Flags Refs Use Mtu Interface
default            192.168.3.94       UGS         2     5610      -   carp0
10.23.183/24       link#5             UC          1        0      -   rl0
10.23.183.2        00:50:bf:72:51:c9  UHLc        1      370      -   rl0
10.125.221/24      link#1             UC          1        0      -   fxp0
10.125.221.2       00:0e:0c:74:6d:61  UHLc        0        0      -   fxp0
10.128.221/24      link#4             UC          0        0      -   fxp3
127/8              127.0.0.1          UGRS        0        0  33208   lo0
127.0.0.1          127.0.0.1          UH          1       62  33208   lo0
192.168.3.64/27    link#9             UC          2        0      -   carp0
192.168.3.65       00:00:5e:00:01:01  UHLc        0        1      -   lo0
192.168.3.94       link#9             UHLc        1        0      -   carp0
192.168.247/24     link#10            UC          0        0      -   carp3
224/4              127.0.0.1          URS         0        0  33208   lo0



I have tried this with both pf enabled and then disabled, no difference so currently I'm running with a non-blocking pf enabled so i can do nat to test from behind the firewalls and send this email. Machine A:
# pfctl -vsn
[ Evaluations: 14033 Packets: 0 Bytes: 0 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]
nat on fxp0 inet from 192.168.247.0/24 to any -> 192.168.3.65
[ Evaluations: 14033 Packets: 9903 Bytes: 6638274 States: 3 ]
 [ Inserted: uid 0 pid 3051 ]
rdr-anchor "ftp-proxy/*" all
[ Evaluations: 9520 Packets: 0 Bytes: 0 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]

# pfctl -vsr
scrub out on fxp0 all random-id fragment reassemble
[ Evaluations: 58713 Packets: 16444 Bytes: 258510 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]
scrub out on fxp1 all random-id fragment reassemble
[ Evaluations: 29589 Packets: 0 Bytes: 0 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]
scrub in all fragment reassemble
[ Evaluations: 42269 Packets: 25651 Bytes: 9081548 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]
anchor "ftp-proxy/*" all
[ Evaluations: 23730 Packets: 0 Bytes: 0 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]
block drop in quick from urpf-failed to any
[ Evaluations: 23730 Packets: 2 Bytes: 144 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]

Machine B:
# pfctl -vsn
nat-anchor "ftp-proxy/*" all
[ Evaluations: 14294 Packets: 0 Bytes: 0 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]
nat on fxp0 inet from 192.168.247.0/24 to any -> 192.168.3.65
[ Evaluations: 14294 Packets: 9991 Bytes: 6645650 States: 2 ]
 [ Inserted: uid 0 pid 3051 ]
rdr-anchor "ftp-proxy/*" all
[ Evaluations: 9684 Packets: 0 Bytes: 0 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]

# pfctl -vsr
scrub out on fxp0 all random-id fragment reassemble
[ Evaluations: 59400 Packets: 16641 Bytes: 259709 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]
scrub out on fxp1 all random-id fragment reassemble
[ Evaluations: 30032 Packets: 0 Bytes: 0 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]
scrub in all fragment reassemble
[ Evaluations: 42759 Packets: 25861 Bytes: 9087989 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]
anchor "ftp-proxy/*" all
[ Evaluations: 24086 Packets: 0 Bytes: 0 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]
block drop in quick from urpf-failed to any
[ Evaluations: 24086 Packets: 2 Bytes: 144 States: 0 ]
 [ Inserted: uid 0 pid 3051 ]

As i stated before, everything seems to be working well as far as preempting the carp interfaces and connectivity from the machine that is in the Master state(no matter which machine it is). The backup firewall simply has 0 connectivity when it's carp interfaces are in the backup state.

Machine A pings to gateway:
# ping 192.168.3.94
PING 192.168.3.94 (192.168.3.94): 56 data bytes
64 bytes from 192.168.3.94: icmp_seq=0 ttl=255 time=0.408 ms
64 bytes from 192.168.3.94: icmp_seq=1 ttl=255 time=0.297 ms
64 bytes from 192.168.3.94: icmp_seq=2 ttl=255 time=0.300 ms

Machine B pings to gateway... as backup and then i pull the machine A cable and then plug it back again.:
# cat ping-results.out
Script started on Sat Dec 29 12:03:11 2007
# ping 192.168.3.94
PING 192.168.3.94 (192.168.3.94): 56 data bytes
ping: sendto: Network is unreachable
ping: wrote 192.168.3.94 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 192.168.3.94 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 192.168.3.94 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 192.168.3.94 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 192.168.3.94 64 chars, ret=-1
64 bytes from 192.168.3.94: icmp_seq=5 ttl=255 time=0.504 ms
64 bytes from 192.168.3.94: icmp_seq=6 ttl=255 time=0.232 ms
64 bytes from 192.168.3.94: icmp_seq=7 ttl=255 time=0.429 ms
64 bytes from 192.168.3.94: icmp_seq=8 ttl=255 time=0.289 ms
ping: sendto: Network is unreachable
ping: wrote 192.168.3.94 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 192.168.3.94 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 192.168.3.94 64 chars, ret=-1
--- 192.168.3.94 ping statistics ---
12 packets transmitted, 4 packets received, 66.7% packet loss
round-trip min/avg/max/std-dev = 0.232/0.363/0.504/0.109 ms
# ^D

Script done on Sat Dec 29 12:03:36 2007

Hope this is enough info to have shed some light on things. I feel like i've set up everything per the docs and at this point have taken out any extra settings (aliases, blocking pf... etc) that
could cause problems but I'm just not seeing anything.

Thanks again.

Aaron


dmesg for both machines below.

Machine A dmesg.boot:
# cat /var/run/dmesg.boot
OpenBSD 4.2-stable (GENERIC) #0: Fri Dec 28 19:29:04 CST 2007
   [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Celeron(R) CPU 2.00GHz ("GenuineIntel" 686-class) 2 GHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,CNXT-ID
real mem  = 536440832 (511MB)
avail mem = 511070208 (487MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 07/22/03, BIOS32 rev. 0 @ 0xfb160, SMBIOS rev. 2.3 @ 0xf0800 (38 entries) bios0: vendor Award Software International, Inc. version "6.00 PG" date 07/22/2003
bios0: Supermicro P4SDA
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
apm0: flags 70102 dobusy 1 doidle 1
pcibios0 at bios0: rev 2.1 @ 0xf0000/0xdf84
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdec0/192 (10 entries)
pcibios0: PCI Exclusive IRQs: 3 5 7 9 10 11
pcibios0: PCI Interrupt Router at 000:31:0 ("Intel 82371SB ISA" rev 0x00)
pcibios0: PCI bus #2 is the last bus
bios0: ROM list: 0xc0000/0x10000 0xd0000/0x1800 0xd2000/0x1800 0xd4000/0x1800
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 "Intel 82845 Host" rev 0x04
ppb0 at pci0 dev 1 function 0 "Intel 82845 AGP" rev 0x04
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "SiS 300/305/630 VGA" rev 0x90: aperture at 0xe0000000, size 0x400000
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
ppb1 at pci0 dev 30 function 0 "Intel 82801BA AGP" rev 0x05
pci2 at ppb1 bus 2
fxp0 at pci2 dev 1 function 0 "Intel 8255x" rev 0x10, i82551: irq 3, address 00:0e:0c:74:6d:61
inphy0 at fxp0 phy 1: i82555 10/100 PHY, rev. 4
fxp1 at pci2 dev 2 function 0 "Intel 8255x" rev 0x10, i82551: irq 7, address 00:0e:0c:3b:3f:2e
inphy1 at fxp1 phy 1: i82555 10/100 PHY, rev. 4
fxp2 at pci2 dev 3 function 0 "Intel 8255x" rev 0x10, i82551: irq 5, address 00:0e:0c:74:6d:a2
inphy2 at fxp2 phy 1: i82555 10/100 PHY, rev. 4
fxp3 at pci2 dev 4 function 0 "Intel 8255x" rev 0x08, i82559: irq 10, address 00:03:47:b1:2c:c4
inphy3 at fxp3 phy 1: i82555 10/100 PHY, rev. 4
rl0 at pci2 dev 5 function 0 "Realtek 8139" rev 0x10: irq 11, address 00:50:bf:72:51:c9
rlphy0 at rl0 phy 0: RTL internal PHY
ichpcib0 at pci0 dev 31 function 0 "Intel 82801BA LPC" rev 0x05: 24-bit timer at 3579545Hz pciide0 at pci0 dev 31 function 1 "Intel 82801BA IDE" rev 0x05: DMA, channel 0 wired to compatibility, channel 1 wired to compatibility
wd0 at pciide0 channel 0 drive 0: <ACCUSYS ACS75130 1.4>
wd0: 16-sector PIO, LBA48, 38166MB, 78165360 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <SAMSUNG, CD-ROM SH-152A, C504> SCSI0 5/cdrom removable
cd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 2
uhci0 at pci0 dev 31 function 2 "Intel 82801BA USB" rev 0x05: irq 7
ichiic0 at pci0 dev 31 function 3 "Intel 82801BA SMBus" rev 0x05: irq 11
iic0 at ichiic0
uhci1 at pci0 dev 31 function 4 "Intel 82801BA USB" rev 0x05: irq 11
isa0 at ichpcib0
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, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
lm0 at isa0 port 0x290/8: W83627HF
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
usb0 at uhci0: USB revision 1.0
uhub0 at usb0: Intel UHCI root hub, rev 1.00/1.00, addr 1
usb1 at uhci1: USB revision 1.0
uhub1 at usb1: Intel UHCI root hub, rev 1.00/1.00, addr 1
biomask ebc5 netmask efed ttymask ffef
pctr: user-level cycle counter enabled
mtrr: Pentium Pro MTRR support
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a swap on wd0b dump on wd0b
WARNING: / was not properly unmounted
carp: pfsync0 demoted group carp to 129
carp: pfsync0 demoted group pfsync to 1

Machine B dmesg.boot:
# cat /var/run/dmesg.boot
OpenBSD 4.2 (GENERIC) #375: Tue Aug 28 10:38:44 MDT 2007
   [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel Pentium III ("GenuineIntel" 686-class, 512KB L2 cache) 502 MHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real mem  = 267923456 (255MB)
avail mem = 251420672 (239MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 10/15/01, BIOS32 rev. 0 @ 0xf06c0, SMBIOS rev. 2.3 @ 0xf1f50 (45 entries) bios0: vendor Award Software, Inc. version "ASUS P3B-F ACPI BIOS Revision 1008 Beta 004" date 10/15/2001
bios0: ASUSTeK Computer INC. <P3B-F>
apm0 at bios0: Power Management spec V1.2 (BIOS mgmt disabled)
apm0: APM power management enable: unrecognized device ID (9)
apm0: APM engage (device 1): power management disabled (1)
apm0: AC on, battery charge unknown
apm0: flags b0102 dobusy 0 doidle 1
pcibios0 at bios0: rev 2.1 @ 0xf0000/0xf22
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xf0e80/160 (8 entries)
pcibios0: PCI Interrupt Router at 000:04:0 ("Intel 82371FB ISA" rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc0000/0x7600 0xc8000/0x1800 0xcc000/0x1000
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 "Intel 82443BX AGP" rev 0x03
ppb0 at pci0 dev 1 function 0 "Intel 82443BX AGP" rev 0x03
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "Intel 82740 AGP" rev 0x21: aperture at 0xe3000000, size 0x8000000
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
piixpcib0 at pci0 dev 4 function 0 "Intel 82371AB PIIX4 ISA" rev 0x02
pciide0 at pci0 dev 4 function 1 "Intel 82371AB IDE" rev 0x01: DMA, channel 0 wired to compatibility, channel 1 wired to compatibility
wd0 at pciide0 channel 0 drive 0: <ST340014A>
wd0: 16-sector PIO, LBA48, 38166MB, 78165360 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <SAMSUNG, CD-ROM SC-148F, F007> SCSI0 5/cdrom removable
cd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 2
uhci0 at pci0 dev 4 function 2 "Intel 82371AB USB" rev 0x01: irq 5
piixpm0 at pci0 dev 4 function 3 "Intel 82371AB Power" rev 0x02: SMI
iic0 at piixpm0
lm1 at iic0 addr 0x2d: AS99127F
fxp0 at pci0 dev 9 function 0 "Intel 8255x" rev 0x08, i82559: irq 5, address 00:03:47:ad:be:2e
inphy0 at fxp0 phy 1: i82555 10/100 PHY, rev. 4
fxp1 at pci0 dev 10 function 0 "Intel 8255x" rev 0x08, i82559: irq 7, address 00:d0:b7:3e:c1:dc
inphy1 at fxp1 phy 1: i82555 10/100 PHY, rev. 4
fxp2 at pci0 dev 11 function 0 "Intel 8255x" rev 0x08, i82559: irq 10, address 00:d0:b7:8f:4e:54
inphy2 at fxp2 phy 1: i82555 10/100 PHY, rev. 4
"V3 Semiconductor V961PBC i960 PCI" rev 0x05 at pci0 dev 12 function 0 not configured fxp3 at pci0 dev 13 function 0 "Intel 8255x" rev 0x08, i82559: irq 5, address 00:90:27:8f:4b:28
inphy3 at fxp3 phy 1: i82555 10/100 PHY, rev. 4
rl0 at pci0 dev 14 function 0 "Realtek 8139" rev 0x10: irq 7, address 00:40:f4:76:3c:c0
rlphy0 at rl0 phy 0: RTL internal PHY
isa0 at piixpcib0
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, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
usb0 at uhci0: USB revision 1.0
uhub0 at usb0: Intel UHCI root hub, rev 1.00/1.00, addr 1
biomask eb65 netmask efe5 ttymask ffe7
pctr: 686-class user-level performance counters enabled
mtrr: Pentium Pro MTRR support
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a swap on wd0b dump on wd0b
carp: pfsync0 demoted group carp to 129
carp: pfsync0 demoted group pfsync to 1

Reply via email to