[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
connecting two OpenBSD boxes on two different T1s
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: connecting two OpenBSD boxes on two different T1s
- From: OpenBSD baby <bsd_(_at_)_hitmedia_(_dot_)_com>
- Date: Tue, 26 Feb 2002 11:06:21 -0800
What could be wrong here?
MACHINE #1:
CONNECTION TO INTERNET - works great:
/etc/hostname.fxp0 inet 65.169.21.162 255.255.255.248 NONE
/etc/mygate 65.169.21.161
MACHINE #2:
CONNECTION TO INTERNET - works great:
/etc/hostname.xl0 inet 205.162.11.165 255.255.255.248 NONE
/etc/mygate 205.162.11.161
But then I put a 2nd NIC card (fxp0) in each box,
put a cross-connect cable between them, and do this:
MACHINE #1:
/etc/hostname.fxp1
inet 10.0.0.1 255.255.255.0 NONE
MACHINE #2:
/etc/hostname.fxp0
inet 10.0.0.2 255.255.255.0 NONE
... and they just won't talk to eachother.
I've gone over faq6 and man route and man netstat
as much as my little brain can handle.
I've checked cables, connected the same cards to different
networks and all that works fine.
Anyone have any advice just by looking?
MACHINE #1:
dmesg
OpenBSD 3.0-stable (MYKERNEL) #1: Tue Feb 5 10:34:49 PST 2002
derek_(_at_)_cdbaby:/sys/arch/i386/compile/MYKERNEL
cpu0: AMD K7 (Athlon) ("AuthenticAMD" 686-class) 1.47 GHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SYS,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SIMD
real mem = 536391680 (523820K)
avail mem = 494260224 (482676K)
using 5689 buffers containing 26923008 bytes (26292K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(00) BIOS, date 11/30/01, BIOS32 rev. 0 @ 0xfdb00
pcibios0 at bios0: rev. 2.1 @ 0xf0000/0x10000
pcibios0: PCI IRQ Routing Table rev. 1.0 @ 0xf7d90/192 (10 entries)
pcibios0: no compatible PCI ICU found: ICU vendor 0x1106 product 0x3074
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc0000/0x8000 0xc8000/0x1800 0xc9800/0x1800
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 vendor "VIA", unknown product 0x3099 rev 0x00
ppb0 at pci0 dev 1 function 0 vendor "VIA", unknown product 0xb099 rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "ATI Rage 128 VR" rev 0x00
wsdisplay0 at vga1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
fxp0 at pci0 dev 5 function 0 "Intel 82557" rev 0x0c: irq 11, address 00:02:b3:89:89:0c
OUI 0x00aa00 model 0x0015 rev 4 at fxp0 phy 1 not configured
fxp0: no phy found, using manual mode
fxp1 at pci0 dev 6 function 0 "Intel 82557" rev 0x0c: irq 10, address 00:02:b3:89:8a:dd
OUI 0x00aa00 model 0x0015 rev 4 at fxp1 phy 1 not configured
fxp1: no phy found, using manual mode
pcib0 at pci0 dev 17 function 0 vendor "VIA", unknown product 0x3074 rev 0x00
pciide0 at pci0 dev 17 function 1 "VIA VT82C571 IDE" rev 0x06: DMA, channel 0 configured to compatibility, channel 1 configured to compatibility
wd0 at pciide0 channel 0 drive 0: <ST340016A>
wd0: 16-sector PIO, LBA, 38166MB, 16383 cyl, 16 head, 63 sec, 78165360 sectors
wd1 at pciide0 channel 0 drive 1: <QUANTUM FIREBALLP AS40.0>
wd1: 16-sector PIO, LBA, 38172MB, 16383 cyl, 16 head, 63 sec, 78177792 sectors
wd0(pciide0:0:0): using PIO mode 4, DMA mode 2
wd1(pciide0:0:1): using PIO mode 4, DMA mode 2
wd2 at pciide0 channel 1 drive 0: <WDC WD300BB-00AUA1>
wd2: 16-sector PIO, LBA, 28629MB, 16383 cyl, 16 head, 63 sec, 58633344 sectors
wd3 at pciide0 channel 1 drive 1: <WDC WD300BB-00AUA1>
wd3: 16-sector PIO, LBA, 28629MB, 16383 cyl, 16 head, 63 sec, 58633344 sectors
wd2(pciide0:1:0): using PIO mode 4, DMA mode 2
wd3(pciide0:1:1): using PIO mode 4, DMA mode 2
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, using wsdisplay0
pcppi0 at isa0 port 0x61
sysbeep0 at pcppi0
npx0 at isa0 port 0xf0/16: using exception 16
biomask c000 netmask cc00 ttymask cc02
pctr: user-level cycle counter enabled
mtrr: Pentium Pro MTRR support
dkcsum: wd0 matched BIOS disk 80
dkcsum: wd1 matched BIOS disk 81
dkcsum: wd2 matched BIOS disk 82
dkcsum: wd3 matched BIOS disk 83
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302
MACHINE #2:
OpenBSD 3.0-stable (MYKERNEL) #0: Tue Dec 11 16:43:33 PST 2001
derek_(_at_)_db102:/sys/arch/i386/compile/MYKERNEL
cpu0: AMD Athlon Model 4 (Thunderbird) ("AuthenticAMD" 686-class) 1.40 GHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,SYS,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
real mem = 804827136 (785964K)
avail mem = 622702592 (608108K)
using 5689 buffers containing 161382400 bytes (157600K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(39) BIOS, date 09/25/01, BIOS32 rev. 0 @ 0xfb420
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
pcibios0 at bios0: rev. 2.1 @ 0xf0000/0xdef4
pcibios0: PCI IRQ Routing Table rev. 1.0 @ 0xfde60/144 (7 entries)
pcibios0: PCI Exclusive IRQs: 10 11 15
pcibios0: no compatible PCI ICU found
pcibios0: Warning, unable to fix up PCI interrupt routing
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc0000/0x8000 0xc8000/0x800 0xc9000/0x5400
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 vendor "VIA", unknown product 0x3099 rev 0x00
ppb0 at pci0 dev 1 function 0 vendor "VIA", unknown product 0xb099 rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "ATI Rage Magnum" rev 0x00
wsdisplay0 at vga1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
xl0 at pci0 dev 8 function 0 "3Com 3c905C 100Base-TX" rev 0x74: irq 11 address 00:01:02:a7:a9:bf
OUI 0x001018 model 0x0017 rev 6 at xl0 phy 24 not configured
fxp0 at pci0 dev 9 function 0 "Intel 82557" rev 0x01: irq 10, address 00:a0:c9:2c:9c:4c
OUI 0x080017 model 0x0000 rev 0 at fxp0 phy 1 not configured
fxp0: no phy found, using manual mode
ahc1 at pci0 dev 10 function 0 "Adaptec AHA-29160 U160" rev 0x02: irq 15
ahc1: Wide Channel A, SCSI Id=7, 16/255 SCBs
scsibus0 at ahc1: 16 targets
ahc1: target 1 using 16bit transfers
ahc1: target 1 synchronous at 20.0MHz, offset = 0x3f
sd0 at scsibus0 targ 1 lun 0: <IBM, DDYS-T18350M, S80D> SCSI3 0/direct fixed
sd0: 17501MB, 15110 cyl, 6 head, 395 sec, 512 bytes/sec, 35843670 sec total
pcib0 at pci0 dev 17 function 0 vendor "VIA", unknown product 0x3074 rev 0x00
pciide0 at pci0 dev 17 function 1 "VIA VT82C571 IDE" rev 0x06: DMA, channel 0 configured to compatibility, channel 1 configured to compatibility
wd0 at pciide0 channel 0 drive 0: <Maxtor 2B020H1>
wd0: 16-sector PIO, LBA, 19541MB, 16383 cyl, 16 head, 63 sec, 40020624 sectors
wd0(pciide0:0:0): using PIO mode 4, DMA mode 2
pciide0: channel 1 ignored (disabled)
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, using wsdisplay0
pcppi0 at isa0 port 0x61
sysbeep0 at pcppi0
npx0 at isa0 port 0xf0/16: using exception 16
biomask c000 netmask cc00 ttymask cc02
pctr: user-level cycle counter enabled
mtrr: Pentium Pro MTRR support
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302
Visit your host, monkey.org