tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [netbsd4.0]could you tell me why NetBSD did not send link-local NS when NetBSD rebooted.




my ifconfig.<IF> file added a  "up" word,
my IF is wm0
my log messages please see attatchment
I can get global NS,but could not get link-local NS
I used "tcpdump -i eth0 -s 4096 -w netbsd.dump" , eth0 is my monitor device network interface.
when netbsd rebooted, I used ifconfig -a to show my network interface :
   wm0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
capabilities=7ff80<TSO4,IP4CSUM_Rx,IP4CSUM_Tx,TCP4CSUM_Rx,TCP4CSUM_Tx,UDP4CSUM_Rx,UDP4CSUM_Tx,TCP6CSUM_Rx,TCP6CSUM_Tx,UDP6CSUM_Rx,UDP6CSUM_Tx,TSO6>
   enabled=0
   address: 00:16:76:21:e8:9d
media: Ethernet autoselect (1000baseT full-duplex,flowcontrol,rxpause,txpause)
   status: active
   inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255
   inet6 fe80::216:76ff:fe21:e89d%wm0 prefixlen 64 scopeid 0x1
   inet6 3ffe:501:ffff:103:216:76ff:fe21:e89d prefixlen 64
rtk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
   address: 00:1d:0f:19:59:fc
   media: Ethernet autoselect (none)
   status: no carrier
   inet6 fe80::21d:fff:fe19:59fc%rtk0 prefixlen 64 scopeid 0x2
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192
   inet 127.0.0.1 netmask 0xff000000
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3

thanks

Ignatios Souvatzis wrote:
On Thu, Feb 12, 2009 at 01:14:25PM +0800, wang_jiabo wrote:

 could you tell me why NetBSD did not send link-local NS when NetBSD
rebooted.
I add ip6mode=autohost in /etc/rc.conf and add up in ifconfig.<IF> file

Works for me - I've just tested it with NetBSD/i386 4.0.1 (caution - wide!):

08:05:11.599259 00:50:ba:80:0e:40 > 33:33:ff:80:0e:40, ethertype IPv6 (0x86dd), 
length 78: :: > ff02::1:ff80:e40: icmp6: neighbor sol: who has 
fe80::250:baff:fe80:e40
08:05:12.221896 00:50:ba:80:0e:40 > 33:33:00:00:00:02, ethertype IPv6 (0x86dd), length 70: fe80::250:baff:fe80:e40 > ff02::2: icmp6: router solicitation 08:05:12.604434 00:d0:b7:75:c0:2c > 33:33:00:00:00:01, ethertype IPv6 (0x86dd), length 110: fe80::2d0:b7ff:fe75:c02c > ff02::1: icmp6: router advertisement
08:05:12.661833 00:50:ba:80:0e:40 > 33:33:ff:80:0e:40, ethertype IPv6 (0x86dd), 
length 78: :: > ff02::1:ff80:e40: icmp6: neighbor sol: who has 
2001:638:403:5050:250:baff:fe80:e40
08:05:14.901969 00:50:ba:80:0e:40 > 33:33:00:00:00:02, ethertype IPv6 (0x86dd), length 70: fe80::250:baff:fe80:e40 > ff02::2: icmp6: router solicitation 08:05:15.839241 00:d0:b7:75:c0:2c > 33:33:00:00:00:01, ethertype IPv6 (0x86dd), length 110: fe80::2d0:b7ff:fe75:c02c > ff02::1: icmp6: router advertisement

What is in your ifconfig.<IF> ? What is IF? Does it show up in the
boot messages? How did you try to detect the NS packet?

Regards,
        -is

Feb 13 00:27:59 Netbsdtest syslogd: Exiting on signal 15
Feb 13 00:30:51 Netbsdtest syslogd: restart
Feb 13 00:30:51 Netbsdtest /netbsd: Copyright (c) 1996, 1997, 1998, 1999, 2000, 
2001, 2002, 2003, 2004, 2005,
Feb 13 00:30:51 Netbsdtest /netbsd: 2006, 2007
Feb 13 00:30:51 Netbsdtest /netbsd: The NetBSD Foundation, Inc.  All rights 
reserved.
Feb 13 00:30:51 Netbsdtest /netbsd: Copyright (c) 1982, 1986, 1989, 1991, 1993
Feb 13 00:30:51 Netbsdtest /netbsd: The Regents of the University of 
California.  All rights reserved.
Feb 13 00:30:51 Netbsdtest /netbsd: 
Feb 13 00:30:51 Netbsdtest /netbsd: NetBSD 4.0 (GENERIC.NOACPI) #0: Sun Dec 16 
00:56:55 PST 2007
Feb 13 00:30:51 Netbsdtest /netbsd: 
builds@wb34:/home/builds/ab/netbsd-4-0-RELEASE/i386/200712160005Z-obj/home/builds/ab/netbsd-4-0-RELEASE/src/sys/arch/i386/compile/GENERIC.NOACPI
Feb 13 00:30:51 Netbsdtest /netbsd: total memory = 2045 MB
Feb 13 00:30:51 Netbsdtest /netbsd: rbus: rbus_min_start set to 0x80000000
Feb 13 00:30:51 Netbsdtest /netbsd: avail memory = 2000 MB
Feb 13 00:30:51 Netbsdtest /netbsd: timecounter: Timecounters tick every 10.000 
msec
Feb 13 00:30:51 Netbsdtest /netbsd: RTC BIOS diagnostic error 80<clock_battery>
Feb 13 00:30:51 Netbsdtest /netbsd: timecounter: Timecounter "i8254" frequency 
1193182 Hz quality 100
Feb 13 00:30:51 Netbsdtest /netbsd: mainbus0 (root)
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0 at mainbus0: (uniprocessor)
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: Intel (686-class), 3000.27 MHz, id 
0xf62
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: features 
bfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR>
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: features 
bfebfbff<PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX>
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: features 
bfebfbff<FXSR,SSE,SSE2,SS,HTT,TM,SBF>
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: features2 
e43d<SSE3,MONITOR,DS-CPL,VMX,CID,xTPR>
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: features3 20000000<EM64T>
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: "Intel(R) Pentium(R) D CPU 3.00GHz"
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: I-cache 12K uOp cache 8-way
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: L2 cache 2 MB 64B/line 8-way
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: ITLB 4K/4M: 128 entries
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: DTLB 4K/4M: 64 entries
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: using thermal monitor 1
Feb 13 00:30:51 Netbsdtest /netbsd: cpu0: 64 page colors
Feb 13 00:30:51 Netbsdtest /netbsd: pci0 at mainbus0 bus 0: configuration mode 1
Feb 13 00:30:51 Netbsdtest /netbsd: pci0: i/o space, memory space enabled, 
rd/line, rd/mult, wr/inv ok
Feb 13 00:30:51 Netbsdtest /netbsd: pchb0 at pci0 dev 0 function 0
Feb 13 00:30:51 Netbsdtest /netbsd: pchb0: Intel 82945G/P Memory Controller Hub 
(rev. 0x00)
Feb 13 00:30:51 Netbsdtest /netbsd: agp0 at pchb0: can't find internal VGA 
device config space
Feb 13 00:30:51 Netbsdtest /netbsd: ppb0 at pci0 dev 1 function 0: Intel 
82945G/P PCI Express Bridge (rev. 0x00)
Feb 13 00:30:51 Netbsdtest /netbsd: pci1 at ppb0 bus 1
Feb 13 00:30:51 Netbsdtest /netbsd: pci1: i/o space, memory space enabled, 
rd/line, wr/inv ok
Feb 13 00:30:51 Netbsdtest /netbsd: vga1 at pci1 dev 0 function 0: NVIDIA 
GeForce 6200TC (rev. 0xa1)
Feb 13 00:30:51 Netbsdtest /netbsd: vga1: WARNING: ignoring 64-bit BAR @ 0x14
Feb 13 00:30:51 Netbsdtest /netbsd: vga1: WARNING: ignoring 64-bit BAR @ 0x1c
Feb 13 00:30:51 Netbsdtest /netbsd: wsdisplay0 at vga1 kbdmux 1: console 
(80x25, vt100 emulation)
Feb 13 00:30:51 Netbsdtest /netbsd: wsmux1: connecting to wsdisplay0
Feb 13 00:30:51 Netbsdtest /netbsd: ppb1 at pci0 dev 28 function 0: Intel 
82801GB/GR PCI Express Port #1 (rev. 0x01)
Feb 13 00:30:51 Netbsdtest /netbsd: pci2 at ppb1 bus 2
Feb 13 00:30:51 Netbsdtest /netbsd: pci2: i/o space, memory space enabled, 
rd/line, wr/inv ok
Feb 13 00:30:51 Netbsdtest /netbsd: wm0 at pci2 dev 0 function 0: Intel i82573L 
Gigabit Ethernet, rev. 0
Feb 13 00:30:51 Netbsdtest /netbsd: wm0: interrupting at irq 11
Feb 13 00:30:51 Netbsdtest /netbsd: wm0: PCI-Express bus
Feb 13 00:30:51 Netbsdtest /netbsd: wm0: 256 word (8 address bits) SPI EEPROM
Feb 13 00:30:51 Netbsdtest /netbsd: wm0: Ethernet address 00:16:76:21:e8:9d
Feb 13 00:30:51 Netbsdtest /netbsd: makphy0 at wm0 phy 1: Marvell 88E1111 
Gigabit PHY, rev. 2
Feb 13 00:30:51 Netbsdtest /netbsd: makphy0: 10baseT, 10baseT-FDX, 100baseTX, 
100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
Feb 13 00:30:51 Netbsdtest /netbsd: ppb2 at pci0 dev 28 function 2: Intel 
82801GB/GR PCI Express Port #3 (rev. 0x01)
Feb 13 00:30:51 Netbsdtest /netbsd: pci3 at ppb2 bus 3
Feb 13 00:30:51 Netbsdtest /netbsd: pci3: i/o space, memory space enabled, 
rd/line, wr/inv ok
Feb 13 00:30:51 Netbsdtest /netbsd: ppb3 at pci0 dev 28 function 3: Intel 
82801GB/GR PCI Express Port #4 (rev. 0x01)
Feb 13 00:30:51 Netbsdtest /netbsd: pci4 at ppb3 bus 4
Feb 13 00:30:51 Netbsdtest /netbsd: pci4: i/o space, memory space enabled, 
rd/line, wr/inv ok
Feb 13 00:30:51 Netbsdtest /netbsd: uhci0 at pci0 dev 29 function 0: Intel 
82801GB/GR USB UHCI Controller (rev. 0x01)
Feb 13 00:30:51 Netbsdtest /netbsd: uhci0: interrupting at irq 9
Feb 13 00:30:51 Netbsdtest /netbsd: usb0 at uhci0: USB revision 1.0
Feb 13 00:30:51 Netbsdtest /netbsd: uhub0 at usb0
Feb 13 00:30:51 Netbsdtest /netbsd: uhub0: Intel UHCI root hub, class 9/0, rev 
1.00/1.00, addr 1
Feb 13 00:30:51 Netbsdtest /netbsd: uhub0: 2 ports with 2 removable, self 
powered
Feb 13 00:30:51 Netbsdtest /netbsd: uhci1 at pci0 dev 29 function 1: Intel 
82801GB/GR USB UHCI Controller (rev. 0x01)
Feb 13 00:30:51 Netbsdtest /netbsd: uhci1: interrupting at irq 10
Feb 13 00:30:51 Netbsdtest /netbsd: usb1 at uhci1: USB revision 1.0
Feb 13 00:30:51 Netbsdtest /netbsd: uhub1 at usb1
Feb 13 00:30:51 Netbsdtest /netbsd: uhub1: Intel UHCI root hub, class 9/0, rev 
1.00/1.00, addr 1
Feb 13 00:30:51 Netbsdtest /netbsd: uhub1: 2 ports with 2 removable, self 
powered
Feb 13 00:30:51 Netbsdtest /netbsd: uhci2 at pci0 dev 29 function 2: Intel 
82801GB/GR USB UHCI Controller (rev. 0x01)
Feb 13 00:30:51 Netbsdtest /netbsd: uhci2: interrupting at irq 11
Feb 13 00:30:51 Netbsdtest /netbsd: usb2 at uhci2: USB revision 1.0
Feb 13 00:30:51 Netbsdtest /netbsd: uhub2 at usb2
Feb 13 00:30:51 Netbsdtest /netbsd: uhub2: Intel UHCI root hub, class 9/0, rev 
1.00/1.00, addr 1
Feb 13 00:30:51 Netbsdtest /netbsd: uhub2: 2 ports with 2 removable, self 
powered
Feb 13 00:30:51 Netbsdtest /netbsd: uhci3 at pci0 dev 29 function 3: Intel 
82801GB/GR USB UHCI Controller (rev. 0x01)
Feb 13 00:30:51 Netbsdtest /netbsd: uhci3: interrupting at irq 11
Feb 13 00:30:51 Netbsdtest /netbsd: usb3 at uhci3: USB revision 1.0
Feb 13 00:30:51 Netbsdtest /netbsd: uhub3 at usb3
Feb 13 00:30:51 Netbsdtest /netbsd: uhub3: Intel UHCI root hub, class 9/0, rev 
1.00/1.00, addr 1
Feb 13 00:30:51 Netbsdtest /netbsd: uhub3: 2 ports with 2 removable, self 
powered
Feb 13 00:30:51 Netbsdtest /netbsd: ehci0 at pci0 dev 29 function 7: Intel 
82801GB/GR USB EHCI Controller (rev. 0x01)
Feb 13 00:30:51 Netbsdtest /netbsd: ehci0: interrupting at irq 9
Feb 13 00:30:51 Netbsdtest /netbsd: ehci0: BIOS has given up ownership
Feb 13 00:30:51 Netbsdtest /netbsd: ehci0: EHCI version 1.0
Feb 13 00:30:51 Netbsdtest /netbsd: ehci0: companion controllers, 2 ports each: 
uhci0 uhci1 uhci2 uhci3
Feb 13 00:30:51 Netbsdtest /netbsd: usb4 at ehci0: USB revision 2.0
Feb 13 00:30:51 Netbsdtest /netbsd: uhub4 at usb4
Feb 13 00:30:51 Netbsdtest /netbsd: uhub4: Intel EHCI root hub, class 9/0, rev 
2.00/1.00, addr 1
Feb 13 00:30:51 Netbsdtest /netbsd: uhub4: 8 ports with 8 removable, self 
powered
Feb 13 00:30:51 Netbsdtest /netbsd: ppb4 at pci0 dev 30 function 0: Intel 
82801BA Hub-PCI Bridge (rev. 0xe1)
Feb 13 00:30:51 Netbsdtest /netbsd: pci5 at ppb4 bus 5
Feb 13 00:30:51 Netbsdtest /netbsd: pci5: i/o space, memory space enabled
Feb 13 00:30:51 Netbsdtest /netbsd: rtk0 at pci5 dev 2 function 0: Realtek 8139 
10/100BaseTX (rev. 0x10)
Feb 13 00:30:51 Netbsdtest /netbsd: rtk0: interrupting at irq 11
Feb 13 00:30:51 Netbsdtest /netbsd: rtk0: Ethernet address 00:1d:0f:19:59:fc
Feb 13 00:30:51 Netbsdtest /netbsd: rlphy0 at rtk0 phy 7: Realtek internal PHY
Feb 13 00:30:51 Netbsdtest /netbsd: rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 
100baseTX-FDX, auto
Feb 13 00:30:51 Netbsdtest /netbsd: pcib0 at pci0 dev 31 function 0
Feb 13 00:30:51 Netbsdtest /netbsd: pcib0: Intel 82801GB/GR LPC Interface 
Bridge (rev. 0x01)
Feb 13 00:30:51 Netbsdtest /netbsd: piixide0 at pci0 dev 31 function 1
Feb 13 00:30:51 Netbsdtest /netbsd: piixide0: Intel 82801GB/GR IDE Controller 
(ICH7) (rev. 0x01)
Feb 13 00:30:51 Netbsdtest /netbsd: piixide0: bus-master DMA support present
Feb 13 00:30:51 Netbsdtest /netbsd: piixide0: primary channel configured to 
compatibility mode
Feb 13 00:30:51 Netbsdtest /netbsd: piixide0: primary channel interrupting at 
irq 14
Feb 13 00:30:51 Netbsdtest /netbsd: atabus0 at piixide0 channel 0
Feb 13 00:30:51 Netbsdtest /netbsd: piixide0: secondary channel configured to 
compatibility mode
Feb 13 00:30:51 Netbsdtest /netbsd: piixide0: secondary channel ignored 
(disabled)
Feb 13 00:30:51 Netbsdtest /netbsd: piixide1 at pci0 dev 31 function 2
Feb 13 00:30:51 Netbsdtest /netbsd: piixide1: Intel 82801GB/GR Serial ATA/Raid 
Controller (ICH7) (rev. 0x01)
Feb 13 00:30:51 Netbsdtest /netbsd: piixide1: bus-master DMA support present
Feb 13 00:30:51 Netbsdtest /netbsd: piixide1: primary channel configured to 
native-PCI mode
Feb 13 00:30:51 Netbsdtest /netbsd: piixide1: using irq 10 for native-PCI 
interrupt
Feb 13 00:30:51 Netbsdtest /netbsd: atabus1 at piixide1 channel 0
Feb 13 00:30:51 Netbsdtest /netbsd: piixide1: secondary channel configured to 
native-PCI mode
Feb 13 00:30:51 Netbsdtest /netbsd: atabus2 at piixide1 channel 1
Feb 13 00:30:51 Netbsdtest /netbsd: Intel 82801GB/GR SMBus Controller (SMBus 
serial bus, revision 0x01) at pci0 dev 31 function 3 not configured
Feb 13 00:30:51 Netbsdtest /netbsd: isa0 at pcib0
Feb 13 00:30:51 Netbsdtest /netbsd: pckbc0 at isa0 port 0x60-0x64
Feb 13 00:30:51 Netbsdtest /netbsd: attimer0 at isa0 port 0x40-0x43: AT Timer
Feb 13 00:30:51 Netbsdtest /netbsd: pcppi0 at isa0 port 0x61
Feb 13 00:30:51 Netbsdtest /netbsd: pcppi0: children must have an explicit unit
Feb 13 00:30:51 Netbsdtest /netbsd: midi0 at pcppi0: PC speaker (CPU-intensive 
output)
Feb 13 00:30:51 Netbsdtest /netbsd: sysbeep0 at pcppi0
Feb 13 00:30:51 Netbsdtest /netbsd: isapnp0 at isa0 port 0x279: ISA Plug 'n 
Play device support
Feb 13 00:30:51 Netbsdtest /netbsd: npx0 at isa0 port 0xf0-0xff
Feb 13 00:30:51 Netbsdtest /netbsd: npx0: reported by CPUID; using exception 16
Feb 13 00:30:51 Netbsdtest /netbsd: pcppi0: attached to attimer0
Feb 13 00:30:51 Netbsdtest /netbsd: isapnp0: no ISA Plug 'n Play devices found
Feb 13 00:30:51 Netbsdtest /netbsd: timecounter: Timecounter "clockinterrupt" 
frequency 100 Hz quality 0
Feb 13 00:30:51 Netbsdtest /netbsd: Kernelized RAIDframe activated
Feb 13 00:30:51 Netbsdtest /netbsd: atapibus0 at atabus0: 2 targets
Feb 13 00:30:51 Netbsdtest /netbsd: cd0 at atapibus0 drive 0: <TSSTcorp CDDVDW 
TS-H652H, , CM00> cdrom removable
Feb 13 00:30:51 Netbsdtest /netbsd: cd0: 32-bit data port
Feb 13 00:30:51 Netbsdtest /netbsd: cd0: drive supports PIO mode 4, DMA mode 2, 
Ultra-DMA mode 4 (Ultra/66)
Feb 13 00:30:51 Netbsdtest /netbsd: wd0 at atabus0 drive 1: <ST3160212A>
Feb 13 00:30:51 Netbsdtest /netbsd: wd0: drive supports 16-sector PIO 
transfers, LBA48 addressing
Feb 13 00:30:51 Netbsdtest /netbsd: wd0: 149 GB, 310101 cyl, 16 head, 63 sec, 
512 bytes/sect x 312581808 sectors
Feb 13 00:30:51 Netbsdtest /netbsd: wd0: 32-bit data port
Feb 13 00:30:51 Netbsdtest /netbsd: wd0: drive supports PIO mode 4, DMA mode 2, 
Ultra-DMA mode 5 (Ultra/100)
Feb 13 00:30:51 Netbsdtest /netbsd: cd0(piixide0:0:0): using PIO mode 4, 
Ultra-DMA mode 4 (Ultra/66) (using DMA)
Feb 13 00:30:51 Netbsdtest /netbsd: wd0(piixide0:0:1): using PIO mode 4, 
Ultra-DMA mode 5 (Ultra/100) (using DMA)
Feb 13 00:30:51 Netbsdtest /netbsd: boot device: wd0
Feb 13 00:30:51 Netbsdtest /netbsd: root on wd0a dumps on wd0b
Feb 13 00:30:51 Netbsdtest /netbsd: root file system type: ffs
Feb 13 00:30:51 Netbsdtest /netbsd: uhub5 at uhub1 port 1
Feb 13 00:30:51 Netbsdtest /netbsd: uhub5: ATEN International product 0x7000, 
class 9/0, rev 1.10/1.00, addr 2
Feb 13 00:30:51 Netbsdtest /netbsd: uhub5: 4 ports with 4 removable, self 
powered
Feb 13 00:30:51 Netbsdtest /netbsd: uhidev0 at uhub5 port 1 configuration 1 
interface 0
Feb 13 00:30:51 Netbsdtest /netbsd: uhidev0: ATEN CS-1734A V3.9.381, rev 
1.10/1.00, addr 3, iclass 3/1
Feb 13 00:30:51 Netbsdtest /netbsd: ukbd0 at uhidev0
Feb 13 00:30:51 Netbsdtest /netbsd: wskbd0 at ukbd0: console keyboard, using 
wsdisplay0
Feb 13 00:30:51 Netbsdtest /netbsd: uhidev1 at uhub5 port 1 configuration 1 
interface 1
Feb 13 00:30:51 Netbsdtest /netbsd: uhidev1: ATEN CS-1734A V3.9.381, rev 
1.10/1.00, addr 3, iclass 3/1
Feb 13 00:30:51 Netbsdtest /netbsd: ums0 at uhidev1: 5 buttons and Z dir.
Feb 13 00:30:51 Netbsdtest /netbsd: wsmouse0 at ums0 mux 0
Feb 13 00:30:51 Netbsdtest /netbsd: wsdisplay0: screen 1 added (80x25, vt100 
emulation)
Feb 13 00:30:51 Netbsdtest /netbsd: wsdisplay0: screen 2 added (80x25, vt100 
emulation)
Feb 13 00:30:51 Netbsdtest /netbsd: wsdisplay0: screen 3 added (80x25, vt100 
emulation)
Feb 13 00:30:51 Netbsdtest /netbsd: wsdisplay0: screen 4 added (80x25, vt100 
emulation)
Feb 13 00:30:51 Netbsdtest savecore: no core dump


Home | Main Index | Thread Index | Old Index