Léa-Linux & amis :   LinuxFR   GCU-Squad   GNU
Aller à la page:  Page précédente 1 2
Page: 2 sur 2
Re: problème deconnexion internet

Citation
pingus
je comprends rien lol pas grave

Et bien sur un Athlon 32 bits, la commande cat /proc/self/maps qui affiche la carte du processus cat qui exécute cette commande donne
hector ~ 18:40 % cat /proc/self/maps 
08048000-0804c000 r-xp 00000000 03:02 605082     /bin/cat
0804c000-0804d000 rw-p 00004000 03:02 605082     /bin/cat
0804d000-0806e000 rw-p 0804d000 00:00 0          [heap]
b7dcd000-b7dce000 rw-p b7dcd000 00:00 0 
b7dce000-b7efc000 r-xp 00000000 03:02 2814331    /lib/tls/libc-2.3.6.so
b7efc000-b7f01000 r--p 0012e000 03:02 2814331    /lib/tls/libc-2.3.6.so
b7f01000-b7f04000 rw-p 00133000 03:02 2814331    /lib/tls/libc-2.3.6.so
b7f04000-b7f06000 rw-p b7f04000 00:00 0 
b7f1f000-b7f21000 rw-p b7f1f000 00:00 0 
b7f21000-b7f37000 r-xp 00000000 03:02 2812553    /lib/ld-2.3.6.so
b7f37000-b7f39000 rw-p 00015000 03:02 2812553    /lib/ld-2.3.6.so
bfa21000-bfa37000 rw-p bfa21000 00:00 0          [stack]
ffffe000-fffff000 ---p 00000000 00:00 0          [vdso]
remarquer que la 3e colonne est parfois rw-p pour des segments mémoire en lecture-écriture, mais où l'exécution est interdite. Et bien le noyau ne respecte pas cette interdiction d'exécution, car le matériel ne permet pas de l'imposer. En fait, sur x86 en 32 bits un mapping (c.à.d une projection en mémoire virtuelle) rw-p est rigoureusement identique à un mapping en rwxp - une zone mémoire écrivable est toujours exécutable sur les processeurs x86 en 32 bits (je veux dire par là que si le programme peut écrire des données dans un segment, il peut nécessairement alors y exécuter du code).
.
alors que sur un Turion64 en Debian/Sid/AMD64 en 64 bits cette commande donne
maurice ~ 18:38 % cat /proc/self/maps 
00400000-00405000 r-xp 00000000 03:01 572926                             /bin/cat
00504000-00505000 rw-p 00004000 03:01 572926                             /bin/cat
00505000-00526000 rw-p 00505000 00:00 0                                  [heap]
2aaaaaaab000-2aaaaaac2000 r-xp 00000000 03:01 1193818                    /lib/ld-2.3.6.so
2aaaaaac2000-2aaaaaac4000 rw-p 2aaaaaac2000 00:00 0 
2aaaaabc1000-2aaaaabc3000 rw-p 00016000 03:01 1193818                    /lib/ld-2.3.6.so
2aaaaabc3000-2aaaaace7000 r-xp 00000000 03:01 1193814                    /lib/libc-2.3.6.so
2aaaaace7000-2aaaaade6000 ---p 00124000 03:01 1193814                    /lib/libc-2.3.6.so
2aaaaade6000-2aaaaadfb000 r--p 00123000 03:01 1193814                    /lib/libc-2.3.6.so
2aaaaadfb000-2aaaaadfe000 rw-p 00138000 03:01 1193814                    /lib/libc-2.3.6.so
2aaaaadfe000-2aaaaae03000 rw-p 2aaaaadfe000 00:00 0 
7fffffeb2000-7fffffec8000 rw-p 7fffffeb2000 00:00 0                      [stack]
ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0                  [vdso]
et là le matériel est capable d'imposer une protection rw-p, c'est à dire d'interdire l'exécution de code machine dans un segment en lecture écriture; une zone mémoire d'un processeur AMD64 ou x86_64 en mode 64 bits peut être écrivable mais ne pas être exécutable (et c'est une protection fournie par le processeur; on peut avoir un segment où le programme peut lire et écrire des données, mais où il ne peut pas exécuter du code machine).

Citation
pingus
mais est-ce que son problème peut venir de ça ou ça va n'a rien à voir ?

je crois que ça n'a rien à voir avec un problème de réseau, mais on a posé une question précise (à propos du NX), et j'ai tenté d'y répondre. D'ailleurs, AMD a fait pas mal de pub à propos de ce bit NX (qui est utilisable par Windows) en clamant qu'il protège contre les virus, ce qui est vrai mais exagéré; il rend plus difficile l'écriture des virus, qui doivent trouver un bout de mémoire accessible en écriture et en exécution (sans pouvoir utiliser la pile machine à cette fin).
[v]
PS: le mot ecrivable est probablement un barbarisme; je veux évidemment dire par là "pouvant être écrit" - writable en anglais.[/v]



----

Basile STARYNKEVITCH

Membre de l'APRIL « promouvoir et défendre le logiciel libre » - adhérez vous aussi à l'APRIL!

Projet logiciel libre: RefPerSys

Poste le Saturday 11 March 2006 18:52:29
Répondre     Citer    
Re: problème deconnexion internet
Envoyé par: peter835

Moi j'ai juste le firewall de mandrake10.1 qui etait préinstaller j'ai rien installe de nouveau et pour la commande dmseg ne marche pas il me dit "command not found" et sinon vous savez comment s'appele le firewall par default de mandrake et comment le desactiver comme sa je pourrais voir si ce n'est pas le firewall qui me deconnecte

Poste le Sunday 12 March 2006 12:43:03
Répondre     Citer    
Re: problème deconnexion internet

Citation
peter835
pour la commande dmseg ne marche pas il me dit "command not found"
C'est dmesg ou bien /bin/dmesg [v]mais pas dmseg[/v]

----

Basile STARYNKEVITCH

Membre de l'APRIL « promouvoir et défendre le logiciel libre » - adhérez vous aussi à l'APRIL!

Projet logiciel libre: RefPerSys

Poste le Sunday 12 March 2006 13:22:34
Répondre     Citer    
Re: problème deconnexion internet
Envoyé par: peter835

résultat de la commande /bin/dmseg :

[root@localhost peter]# /bin/dmseg
bash: /bin/dmseg: Aucun fichier ou répertoire de ce type

Poste le Sunday 12 March 2006 20:07:10
Répondre     Citer    
Re: problème deconnexion internet

Citation
peter835
# /bin/dmseg: Aucun fichier ou répertoire dece type

Vous auriez dû relire le message donné par votre machine et le mien; j'ai bien écrit /bin/dmesg et non /bin/dmseg; c'est bien vous qui avez interverti deux lettres (le E et le S) dans le nom de la commande.



----

Basile STARYNKEVITCH

Membre de l'APRIL « promouvoir et défendre le logiciel libre » - adhérez vous aussi à l'APRIL!

Projet logiciel libre: RefPerSys

Poste le Sunday 12 March 2006 20:30:42
Répondre     Citer    
Re: problème deconnexion internet
Envoyé par: peter835

Ok désolé autant pour moi

Alors le resultat de la commande est (très très longue) :


Linux version 2.6.12-12mdk (apatard@n1.mandriva.com) (gcc version 4.0.1 (4.0.1-5
mdk for Mandriva Linux release 2006.0)) #1 Fri Sep 9 18:15:22 CEST 2005
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000f5a50
NX (Execute Disable) protection: active
On node 0 totalpages: 262128
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 225280 pages, LIFO batch:31
HighMem zone: 32752 pages, LIFO batch:15
DMI 2.3 present.
ACPI: RSDP (v000 Nvidia ) @ 0x000f7dc0
ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x3fff3040
ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x3fff30c0
ACPI: SRAT (v001 AMD HAMMER 0x00000001 AMD 0x00000001) @ 0x3fff98c0
ACPI: MCFG (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x3fff99c0
ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x3fff9800
ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
ACPI: PM-Timer IO Port: 0x4008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 15:15 APIC version 16
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: BIOS IRQ0 pin2 override ignored.
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
ACPI: IRQ9 used by override.
ACPI: IRQ14 used by override.
ACPI: IRQ15 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
Built 1 zonelists
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Initializing CPU#0
Kernel command line: root=/dev/hda1 resume=/dev/hda5 splash=silent vga=788
bootsplash: silent mode.
PID hash table entries: 4096 (order: 12, 65536 bytes)
Detected 2010.267 MHz processor.
Using pmtmr for high-res timesource
Console: colour dummy device 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1034548k/1048512k available (2348k kernel code, 13060k reserved, 717k da
ta, 268k init, 131008k highmem, 0k BadRAM)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 3981.31 BogoMIPS (lpj=1990656)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001
00000000 00000001
CPU: After vendor identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 0
0000000 00000001
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: After all inits, caps: 078bfbff e3d3fbff 00000000 00000010 00000001 0000000
0 00000001
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: AMD Athlon(tm) 64 Processor 3200+ stepping 02
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
ACPI: Looking for DSDT in initrd... not found.
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 pin1=0 pin2=-1
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 260k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 3.00 entry at 0xf2730, last bus=5
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20050309
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI: Transparent bridge - 0000:00:09.0
Boot video device is 0000:01:00.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 *5 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNK4] (IRQs *3 4 5 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LUBA] (IRQs *3 4 5 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LACI] (IRQs *3 4 5 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 *5 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 *5 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LPCA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 16 devices
PnPBIOS: Disabled
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
pnp: 00:00: ioport range 0x4400-0x447f has been reserved
pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
pnp: 00:00: ioport range 0x4800-0x487f has been reserved
pnp: 00:00: ioport range 0x4880-0x48ff has been reserved
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
apm: overridden by ACPI.
audit: initializing netlink socket (disabled)
audit(1142199510.543:0): initialized
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
Initializing Cryptographic API
PCI: Setting latency timer of device 0000:00:0b.0 to 64
pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[pcie00]
PCI: Setting latency timer of device 0000:00:0c.0 to 64
pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[pcie00]
PCI: Setting latency timer of device 0000:00:0d.0 to 64
pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[pcie00]
PCI: Setting latency timer of device 0000:00:0e.0 to 64
pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[pcie00]
vesafb: framebuffer at 0xc0000000, mapped to 0xf8880000, using 3750k, total 1310
72k
vesafb: mode is 800x600x16, linelength=1600, pages=2
vesafb: protected mode interface info at c000:d460
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
bootsplash 3.1.6-2004/03/31: looking for picture...<6> silentjpeg size 27015 byt
es,<6>...found (800x600, 26967 bytes, v3).
Console: switching to colour frame buffer device 93x30
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12
PNP: PS/2 Controller [PNP0303tongue sticking out smileyS2K,PNP0f13tongue sticking out smileyS2M] at 0x60,0x64 irq 1,12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
RAMDISK driver initialized: 16 RAM disks of 32000K size 1024 blocksize
pktcdvd: v0.2.0a 2004-07-14 Jens Axboe (axboe@suse.de) and petero2@telia.com
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
NFORCE-CK804: IDE controller at PCI slot 0000:00:06.0
NFORCE-CK804: chipset revision 242
NFORCE-CK804: not 100% native mode: will probe irqs later
NFORCE-CK804: 0000:00:06.0 (rev f2) UDMA133 controller
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hdagrinning smileyMA, hdbgrinning smileyMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdcgrinning smileyMA, hddgrinning smileyMA
Probing IDE interface ide0...
hda: ST310220A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: BENQ DVD DD DW1620, ATAPI CD/DVD-ROM drive
hdd: HL-DT-STDVD-ROM GDR8163B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 19541088 sectors (10005 Mcool smiley w/512KiB Cache, CHS=19386/16/63, UDMA(66)
hda: cache flushes not supported
/dev/ide/host0/bus0/target0/lun0:hda: dma_intr: status=0x51 { DriveReady SeekCo
mplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
ide0: reset: success
p1 p2 < p5 p6 >
mice: PS/2 mouse device common for all mice
md: md driver 0.90.1 MAX_MD_DEVS=256, MD_SB_DISKS=27
NET: Registered protocol family 2
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
NET: Registered protocol family 1
input: AT Translated Set 2 keyboard on isa0060/serio0
swsusp: Suspend partition has wrong signature?
ACPI wakeup devices:
HUB0 XVR0 XVR1 XVR2 XVR3 USB0 USB2 MMAC MMCI UAR1
ACPI: (supports S0 S1 S3 S4 S5)
BIOS EDD facility v0.16 2004-Jun-25, 2 devices found
devfs_mk_dev: could not append to parent for md/0
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
SCSI subsystem initialized
libata version 1.11 loaded.
sata_nv version 0.6
ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
ACPI: PCI Interrupt 0000:00:07.0[A] -> Link [APSI] -> GSI 23 (level, low) -> IRQ
23
PCI: Setting latency timer of device 0000:00:07.0 to 64
ata1: SATA max UDMA/133 cmd 0x9F0 ctl 0xBF2 bmdma 0xD800 irq 23
ata2: SATA max UDMA/133 cmd 0x970 ctl 0xB72 bmdma 0xD808 irq 23
ata1: no device found (phy stat 00000000)
scsi0 : sata_nv
input: ImExPS/2 Generic Explorer Mouse on isa0060/serio1
ata2: no device found (phy stat 00000000)
scsi1 : sata_nv
ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 22
ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [APSJ] -> GSI 22 (level, low) -> IRQ
22
PCI: Setting latency timer of device 0000:00:08.0 to 64
ata3: SATA max UDMA/133 cmd 0x9E0 ctl 0xBE2 bmdma 0xC400 irq 22
ata4: SATA max UDMA/133 cmd 0x960 ctl 0xB62 bmdma 0xC408 irq 22
ata3: dev 0 cfg 49:2f00 82:7c6b 83:7f09 84:4673 85:7c68 86:3e01 87:4663 88:407f
ata3: dev 0 ATA, max UDMA/133, 320173056 sectors: lba48
nv_sata: Primary device added
nv_sata: Primary device removed
nv_sata: Secondary device added
nv_sata: Secondary device removed
ata3: dev 0 configured for UDMA/133
scsi2 : sata_nv
ata4: no device found (phy stat 00000000)
scsi3 : sata_nv
Vendor: ATA Model: Maxtor 6L160M0 Rev: BANC
Type: Direct-Access ANSI SCSI revision: 05
sata_sil version 0.9
ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
ACPI: PCI Interrupt 0000:05:0a.0[A] -> Link [APC4] -> GSI 19 (level, low) -> IRQ
19
ata5: SATA max UDMA/100 cmd 0xF8826080 ctl 0xF882608A bmdma 0xF8826000 irq 19
ata6: SATA max UDMA/100 cmd 0xF88260C0 ctl 0xF88260CA bmdma 0xF8826008 irq 19
ata7: SATA max UDMA/100 cmd 0xF8826280 ctl 0xF882628A bmdma 0xF8826200 irq 19
ata8: SATA max UDMA/100 cmd 0xF88262C0 ctl 0xF88262CA bmdma 0xF8826208 irq 19
ata5: no device found (phy stat 00000000)
scsi4 : sata_sil
ata6: no device found (phy stat 00000000)
scsi5 : sata_sil
ata7: no device found (phy stat 00000000)
scsi6 : sata_sil
ata8: no device found (phy stat 00000000)
scsi7 : sata_sil
SCSI device sda: 320173056 512-byte hdwr sectors (163929 Mcool smiley
SCSI device sda: drive cache: write back
SCSI device sda: 320173056 512-byte hdwr sectors (163929 Mcool smiley
SCSI device sda: drive cache: write back
/dev/scsi/host2/bus0/target0/lun0: p1 p2 < p5 p6 > p3
Attached scsi disk sda at scsi2, channel 0, id 0, lun 0
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 268k freed
usbcore: registered new driver usbfs
usbcore: registered new driver hub
ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI Interrupt Link [APCF] enabled at IRQ 21
ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 21 (level, low) -> IRQ
21
PCI: Setting latency timer of device 0000:00:02.0 to 64
ohci_hcd 0000:00:02.0: OHCI Host Controller
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:02.0: irq 21, io mem 0xd2004000
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 10 ports detected
ACPI: PCI Interrupt Link [APCL] enabled at IRQ 20
ACPI: PCI Interrupt 0000:00:02.1 -> Link [APCL] -> GSI 20 (level, low) -> IRQ
20
PCI: Setting latency timer of device 0000:00:02.1 to 64
ehci_hcd 0000:00:02.1: EHCI Host Controller
ehci_hcd 0000:00:02.1: debug port 1
ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:02.1: irq 20, io mem 0xfeb00000
PCI: cache line size of 64 is not supported by device 0000:00:02.1
ehci_hcd 0000:00:02.1: park 0
ehci_hcd 0000:00:02.1: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 10 ports detected
ts: Compaq touchscreen protocol output
usb 1-4: new full speed USB device using ohci_hcd and address 3
EXT3 FS on hda1, internal journal
Adding 1076312k swap on /dev/hda5. Priority:-1 extents:1
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 1 alt 0 pr
oto 2 vid 0x04B8 pid 0x0802
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Linux agpgart interface v0.101 (c) Dave Jones
nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [APC3] -> GSI 18 (level, low) -> IRQ
18
PCI: Setting latency timer of device 0000:01:00.0 to 64
NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-7676 Fri Jul 29 12:58:
54 PDT 2005
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
ntfs: Ignoring new-style parameters in presence of obsolete ones
NTFS driver 2.1.22 [Flags: R/O DEBUG MODULE].
NTFS volume version 3.1.
NTFS volume version 3.1.
loop: loaded (max 8 devices)
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1250 $ Ben Collins <bcollins@debian.org>
ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
ACPI: PCI Interrupt 0000:05:0b.0[A] -> Link [APC1] -> GSI 16 (level, low) -> IRQ
16
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[16] MMIO=[d100b000-d100b7ff] Max
Packet=[2048]
hdc: ATAPI 63X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 52X DVD-ROM drive, 256kB Cache, UDMA(33)
ip_conntrack version 2.1 (8191 buckets, 65528 max) - 260 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
ACPI: Power Button (FF) [PWRF]
ACPI: Fan [FAN] (on)
ACPI: Thermal Zone [THRM] (40 C)
ieee1394: Host added: ID:BUS[0-00:1023] GUID[0011d800004dc846]
eth1394: $Rev: 1247 $ Ben Collins <bcollins@debian.org>
eth1394: eth0: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
NET: Registered protocol family 17
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.32.
ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [APCH] -> GSI 23 (level, low) -> IRQ
23
PCI: Setting latency timer of device 0000:00:0a.0 to 64
eth0: forcedeth.c: subsystem: 01043:8141 bound to 0000:00:0a.0
eth0: no link during initialization.
ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
ACPI: PCI Interrupt 0000:05:0c.0[A] -> Link [APC2] -> GSI 17 (level, low) -> IRQ
17
sk98lin: Network Device Driver v8.23.1.3
(C)Copyright 1999-2005 Marvell(R).
ACPI: PCI Interrupt 0000:05:0c.0[A] -> Link [APC2] -> GSI 17 (level, low) -> IRQ
17
eth1: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
PrefPort:A RlmtMode:Check Link State
ACPI: PCI Interrupt 0000:05:07.0[A] -> Link [APC2] -> GSI 17 (level, low) -> IRQ
17
ip_tables: (C) 2000-2002 Netfilter core team
ip_conntrack version 2.1 (8191 buckets, 65528 max) - 260 bytes per conntrack
eth0: link up.
ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. [snowman.net]
cts/ipt_recent/
netfilter PSD loaded - (c) astaro AG
IFWLOG: register target
martian source 255.255.255.255 from 192.168.0.1, on dev eth0
ll header: ff:ff:ff:ff:ff:ff:00:09:5b:2b:7f:24:08:00
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA
]
lp0: using parport0 (interrupt-driven).
lp0: console ready
ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 22
ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCJ] -> GSI 22 (level, low) -> IRQ
22
PCI: Setting latency timer of device 0000:00:04.0 to 64
intel8x0_measure_ac97_clock: measured 50809 usecs
intel8x0: clocking to 46900
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=192.168.1.255 LEN=
170 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=631 DPT=631 LEN=150
NET: Registered protocol family 10
Disabled Privacy Extensions on device c03c5760(lo)
IPv6 over IPv4 tunneling driver
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=77
TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=57
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=77
TOS=0x00 PREC=0x00 TTL=255 ID=1 DF PROTO=UDP SPT=5353 DPT=5353 LEN=57
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=77
TOS=0x00 PREC=0x00 TTL=255 ID=2 DF PROTO=UDP SPT=5353 DPT=5353 LEN=57
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11
1 TOS=0x00 PREC=0x00 TTL=255 ID=3 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11
1 TOS=0x00 PREC=0x00 TTL=255 ID=4 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
martian source 192.168.1.115 from 212.27.53.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11
1 TOS=0x00 PREC=0x00 TTL=255 ID=5 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11
1 TOS=0x00 PREC=0x00 TTL=255 ID=6 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
martian source 192.168.1.115 from 212.27.54.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
eth0: no IPv6 routers present
eth1: no IPv6 routers present
ra0: no IPv6 routers present
martian source 192.168.1.115 from 80.118.192.112, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11
1 TOS=0x00 PREC=0x00 TTL=255 ID=7 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=192.168.1.255 LEN=
44 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=32773 DPT=7741 LEN=24
martian source 192.168.1.115 from 212.27.53.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=192.168.1.0 LEN=28
TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=ICMP TYPE=8 CODE=0 ID=24091 SEQ=0
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=192.168.1.255 LEN=
28 TOS=0x00 PREC=0x00 TTL=64 ID=255 DF PROTO=ICMP TYPE=8 CODE=0 ID=24091 SEQ=0
martian source 192.168.0.2 from 192.168.0.0, on dev eth0
ll header: 00:13:d4:6a:0d:a0:00:09:5b:2b:7f:24:08:00
martian source 192.168.1.115 from 212.27.53.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
martian source 192.168.0.2 from 192.168.0.255, on dev eth0
ll header: 00:13:d4:6a:0d:a0:00:09:5b:2b:7f:24:08:00
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 by
tes, v3).
bootsplash: status on console 0 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 by
tes, v3).
bootsplash: status on console 1 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 by
tes, v3).
bootsplash: status on console 2 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 by
tes, v3).
bootsplash: status on console 3 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 by
tes, v3).
bootsplash: status on console 4 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 by
tes, v3).
bootsplash: status on console 5 changed to on
martian source 192.168.1.115 from 212.27.54.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
martian source 192.168.1.115 from 212.27.54.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
martian source 192.168.1.115 from 80.118.192.112, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
martian source 192.168.1.115 from 80.118.192.112, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=192.168.1.255 LEN=
170 TOS=0x00 PREC=0x00 TTL=64 ID=2 DF PROTO=UDP SPT=631 DPT=631 LEN=150
martian source 192.168.1.115 from 212.27.53.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11
1 TOS=0x00 PREC=0x00 TTL=255 ID=8 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
martian source 192.168.1.115 from 212.27.53.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
martian source 192.168.1.115 from 212.27.54.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
martian source 192.168.1.115 from 212.27.54.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
martian source 192.168.1.115 from 80.118.192.112, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
martian source 192.168.1.115 from 80.118.192.112, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
martian source 192.168.1.115 from 212.27.53.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
printk: 1 messages suppressed.
martian source 192.168.1.115 from 212.27.54.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
printk: 2 messages suppressed.
martian source 192.168.1.115 from 80.118.192.112, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=192.168.1.255 LEN=
170 TOS=0x00 PREC=0x00 TTL=64 ID=4 DF PROTO=UDP SPT=631 DPT=631 LEN=150
printk: 1 messages suppressed.
martian source 192.168.1.115 from 212.27.53.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11
1 TOS=0x00 PREC=0x00 TTL=255 ID=9 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
printk: 2 messages suppressed.
martian source 192.168.1.115 from 212.27.54.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
printk: 5 messages suppressed.
martian source 192.168.1.115 from 212.27.53.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
martian source 192.168.1.115 from 212.27.53.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
printk: 2 messages suppressed.
martian source 192.168.1.115 from 212.27.54.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
printk: 4 messages suppressed.
martian source 192.168.1.115 from 212.27.53.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=192.168.1.255 LEN=
170 TOS=0x00 PREC=0x00 TTL=64 ID=6 DF PROTO=UDP SPT=631 DPT=631 LEN=150
printk: 3 messages suppressed.
martian source 192.168.1.115 from 212.27.54.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
printk: 3 messages suppressed.
martian source 192.168.1.115 from 80.118.192.112, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
printk: 2 messages suppressed.
martian source 192.168.1.115 from 212.27.53.252, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
printk: 34 messages suppressed.
martian source 255.255.255.255 from 192.168.0.1, on dev eth0
ll header: ff:ff:ff:ff:ff:ff:00:09:5b:2b:7f:24:08:00
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=192.168.1.255 LEN=
170 TOS=0x00 PREC=0x00 TTL=64 ID=8 DF PROTO=UDP SPT=631 DPT=631 LEN=150
eth0: no IPv6 routers present
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=77
TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=57
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=95
TOS=0x00 PREC=0x00 TTL=255 ID=1 DF PROTO=UDP SPT=5353 DPT=5353 LEN=75
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=77
TOS=0x00 PREC=0x00 TTL=255 ID=2 DF PROTO=UDP SPT=5353 DPT=5353 LEN=57
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=77
TOS=0x00 PREC=0x00 TTL=255 ID=3 DF PROTO=UDP SPT=5353 DPT=5353 LEN=57
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=71
TOS=0x00 PREC=0x00 TTL=255 ID=4 DF PROTO=UDP SPT=5353 DPT=5353 LEN=51
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=95
TOS=0x00 PREC=0x00 TTL=255 ID=5 DF PROTO=UDP SPT=5353 DPT=5353 LEN=75
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=71
TOS=0x00 PREC=0x00 TTL=255 ID=6 DF PROTO=UDP SPT=5353 DPT=5353 LEN=51
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11
1 TOS=0x00 PREC=0x00 TTL=255 ID=7 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11
1 TOS=0x00 PREC=0x00 TTL=255 ID=8 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11
1 TOS=0x00 PREC=0x00 TTL=255 ID=9 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=192.168.1.255 LEN=
170 TOS=0x00 PREC=0x00 TTL=64 ID=10 DF PROTO=UDP SPT=631 DPT=631 LEN=150
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11
1 TOS=0x00 PREC=0x00 TTL=255 ID=10 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
ra0: no IPv6 routers present
martian source 192.168.1.115 from 192.168.1.1, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC=00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
SRC=192.168.1.1 DST=192.168.1.115 LEN=576 TOS=0x00 PREC=0x00 TTL=64 ID=0 PROTO=
UDP SPT=67 DPT=68 LEN=556
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=192.168.1.255 LEN=
170 TOS=0x00 PREC=0x00 TTL=64 ID=14 DF PROTO=UDP SPT=631 DPT=631 LEN=150
ra0: no IPv6 routers present
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=77
TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=57
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=95
TOS=0x00 PREC=0x00 TTL=255 ID=1 DF PROTO=UDP SPT=5353 DPT=5353 LEN=75
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=77 TOS=0x00 PREC=0x00 TTL=255 ID=2 DF PROTO=UDP SPT=5353 DPT=5353 LEN=57
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=77 TOS=0x00 PREC=0x00 TTL=255 ID=3 DF PROTO=UDP SPT=5353 DPT=5353 LEN=57
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=71 TOS=0x00 PREC=0x00 TTL=255 ID=4 DF PROTO=UDP SPT=5353 DPT=5353 LEN=51
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=95 TOS=0x00 PREC=0x00 TTL=255 ID=5 DF PROTO=UDP SPT=5353 DPT=5353 LEN=75
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=71 TOS=0x00 PREC=0x00 TTL=255 ID=6 DF PROTO=UDP SPT=5353 DPT=5353 LEN=51
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11 1 TOS=0x00 PREC=0x00 TTL=255 ID=7 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=224.0.0.251 LEN=11 1 TOS=0x00 PREC=0x00 TTL=255 ID=8 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
ra0: no IPv6 routers present
martian source 192.168.0.2 from 192.168.0.0, on dev eth0
ll header: 00:13:d4:6a:0d:a0:00:09:5b:2b:7f:24:08:00
martian source 192.168.0.2 from 192.168.0.255, on dev eth0
ll header: 00:13:d4:6a:0d:a0:00:09:5b:2b:7f:24:08:00
martian source 192.168.1.115 from 192.168.1.1, on dev ra0
ll header: 00:08:a1:85:8a:a0:00:12:17:b3:59:1f:08:00
Shorewall:net2allgrinning smileyROP:IN=ra0 OUT= MAC= SRC=192.168.1.115 DST=192.168.1.255 LEN= 170 TOS=0x00 PREC=0x00 TTL=64 ID=24 DF PROTO=UDP SPT=631 DPT=631 LEN=150
[peter@localhost ~]$


Poste le Sunday 12 March 2006 21:52:02
Répondre     Citer    
Aller à la page:  Page précédente 1 2
Page: 2 sur 2

Veuillez vous authentifier auparavant pour commenter.

 

Ce forum !
problème deconnexion internet
Posez dans ce forum les questions qui ne trouvent pas place dans les autres...
Nouveau sujet sur ce forum

Sauf mention contraire, les documentations publiées sont sous licence Creative-Commons