Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2000 12:42:50 +0400
From:      "Vladimir Yu. Stepanov" <vys@renet.ru>
To:        freebsd-questions@FreeBSD.ORG
Subject:   IPSTEALTH
Message-ID:  <7529.000425@renet.ru>

next in thread | raw e-mail | index | archive | help
Hello !

I've found a problem with IPSTEALTH option. When I enable this
options, kernel works for some time, than system responds for icmp
requests only. Any other services and console management are not
available.

FreeBSD version 3.4-RELEASE.

KERNEL CONFIGURATION:


ident  XXXX

## CPU
machine         "i386"

cpu             "I586_CPU"
options         "NO_F00F_HACK"
options         "NO_MEMORY_HOLE"
options         "CPU_WT_ALLOC"
options         "CPU_FASTER_5X86_FPU"


##
## File system
##
maxusers        256

options         FFS
options         MFS
options         PROCFS
options         UNION
options         NFS
options         MSDOSFS
options         FFS_ROOT
options         MFS_ROOT

pseudo-device   gzip
pseudo-device   vn

options         QUOTA
options         SUIDDIR


##
## Extended
##
options         SYSVSHM
options         SYSVMSG
options         SYSVSEM
options         KTRACE
options         "COMPAT_43"
options         "MD5"
options         "PPS_SYNC"

# Real time POSIX extension
options         "P1003_1B"
options         "_KPOSIX_PRIORITY_SCHEDULING"
options         "_KPOSIX_VERSION=199309L"


##
## Networking
##
options         INET
options         IPFIREWALL
options         IPFIREWALL_FORWARD
options         IPDIVERT
options         IPFILTER
options         DUMMYNET
options         "ICMP_BANDLIM"

pseudo-device   loop
pseudo-device   ether
pseudo-device   disc
pseudo-device   tun             16
pseudo-device   bpfilter        16
pseudo-device   pty             16


###
### Hardware
###
config          kernel  root on wd0 dumps on wd0

## Pseudo devices
# splash screen/screen saver
pseudo-device   splash
# PC speaker
pseudo-device   speaker

## ISA
controller      isa0
controller      pnp0

## Floating point support - do not disable.
device          npx0    at isa? port IO_NPX irq 13

# VGA
device          vga0    at isa? port ? conflicts

# atkbdc0 controls both the keyboard and the PS/2 mouse
controller      atkbdc0 at isa? port IO_KBD tty
device          atkbd0  at isa? tty irq 1
device          psm0    at isa? tty irq 12
device          sc0     at isa? tty

# Serial (COM) ports
device          sio0    at isa? port "IO_COM1" tty irq 4
device          sio1    at isa? port "IO_COM2" tty irq 3

# Parallel port
device          ppc0    at isa? port? flags 0x40 net irq 7
controller      ppbus0
device          lpt0    at ppbus?
device          ppi0    at ppbus?
# IO-Mega ZIP over parallel port
controller      scbus0
controller      vpo0    at ppbus?
device          da0

# Floppy drives
controller      fdc0    at isa? port "IO_FD1" bio irq 6 drq 2
disk            fd0     at fdc0 drive 0

# IDE controller and disks
controller      wdc0    at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff
disk            wd0     at wdc0 drive 0
#disk           wd1     at wdc0 drive 1

#controller     wdc1    at isa? port "IO_WD2" bio irq 15 flags 0xa0ffa0ff
#disk           wd2     at wdc1 drive 0
#disk           wd3     at wdc1 drive 1


## PCI
controller      pci0
device          rl0             # RealTek 8129/8139
device          ed?


END KERNEL CONFIGURATION

Sorry for my bad English.
  

Best regards,
 Vladimir                          mailto:vys@renet.ru




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7529.000425>