Mesut Makineyi y�nlendirme yapacak �ekilde ayarlad�n
m�? Ayarlamad�ysa a�a��dakileri dene!
Ayr�ca squid'i ba�latmay� ba�aramam��s�n! Bunun birden
fazla sebebi olabilir. En belirgin sebeplerden bir
tanesi squid'in ba�larken baz� DNS testleri yapmas�.
�ncelikle makinenin internete ��kt���ndan ve dns'inin
do�ru �al��t���ndan emin ol!
Yani :
# ping www.yahoo.com
daha sonra squidi tekrar ba�latmay� dene! Ayr�yeten
ba�ka bir ipucu daha vereyim squidi �u �ekilde
ba�lat�rsan hatan�n ne oldu�unu daha rahat
g�rebilirsin:
#squid -NCd9
Sevgiyle ve Mutlu Kal...
-yusuf
o # pico /etc/sysctl.conf
o net.inet.ip.forwarding = 1
o Sonra makinay� reboot ediyoruz e�er reboot etmek
istemiyorsak ;
 sysctl �w net.inet.ip.forwarding = 1
--- Mesut_G�LNAZ <[EMAIL PROTECTED]> wrote:
> Arkada�lar dell 4600 bir server a FreeBSD 4.9
> kurdum. portlar� ve sourceleri cvsup ile
> g�ncelledikten sonra kernel i derledim.
> server da raid 5 kurulu. kurmu�lar yani bana �yle
> geldi.
>
> kernel i derlerken
> options NMBCLUSTERS=65536
> options UFS_DIRHASH
> options RANDOM_IP_ID
> options TCP_DROP_SYNFIN
>
> sat�rlar�n� derlenen kernel dosyas�na eklemedim.
>
> bu �ekilde derledikten sonra �zerine squid ipfilter
> ve ipnat � etkinle�tirdim! lakin ipnat�n biryerinde
> hata m� yapt�m bilmiyorum ama �al��m�yor.
>
> baz� dosya i�eriklerini ekte g�nderiyorum. hata
> nerede olabilir!
>
> sayg�lar! kolay gelsin1
>
> �yi �al��malar!
> > Feb 6 18:12:17 araci squid[199]: Squid Parent:
> child process 208 started
> Feb 6 18:12:17 araci squid[199]: Squid Parent:
> child process 208 exited with status 1
> Feb 6 18:12:20 araci squid[199]: Squid Parent:
> child process 210 started
> Feb 6 18:12:20 araci squid[199]: Squid Parent:
> child process 210 exited with status 1
> Feb 6 18:12:23 araci squid[199]: Squid Parent:
> child process 212 started
> Feb 6 18:12:23 araci squid[199]: Squid Parent:
> child process 212 exited with status 1
> Feb 6 18:12:26 araci squid[199]: Squid Parent:
> child process 214 started
> Feb 6 18:12:26 araci squid[199]: Squid Parent:
> child process 214 exited with status 1
> Feb 6 18:12:26 araci squid[199]: Exiting due to
> repeated, frequent failures
> -------------------------------------------------
>
> Derledi�im kernel dosyas�:
>
> su-2.05b# cat /usr/src/sys/i386/conf/ARACI
>
> #
> # GENERIC -- Generic kernel configuration file for
> FreeBSD/i386
> #
> # For more information on this file, please read the
> handbook section on
> # Kernel Configuration Files:
> #
> #
>
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
> #
> # The handbook is also available locally in
> /usr/share/doc/handbook
> # if you've installed the doc distribution,
> otherwise always see the
> # FreeBSD World Wide Web server
> (http://www.FreeBSD.org/) for the
> # latest information.
> #
> # An exhaustive list of options and more detailed
> explanations of the
> # device lines is also present in the ./LINT
> configuration file. If you are
> # in doubt as to the purpose or necessity of a line,
> check first in LINT.
> #
> # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.56
> 2003/12/19 22:52:44 jhb Exp $
>
> machine i386
> cpu I386_CPU
> cpu I486_CPU
> cpu I586_CPU
> cpu I686_CPU
> ident GENERIC
> maxusers 0
>
> #makeoptions DEBUG=-g #Build
> kernel with gdb(1) debug symbols
>
> options MATH_EMULATE #Support for
> x87 emulation
> options INET
> #InterNETworking
> options INET6 #IPv6
> communications protocols
> options FFS #Berkeley
> Fast Filesystem
> options FFS_ROOT #FFS usable
> as root device [keep this!]
> options SOFTUPDATES #Enable FFS
> soft updates support
> options UFS_DIRHASH #Improve
> performance on big directories
> options MFS #Memory
> Filesystem
> options MD_ROOT #MD is a
> potential root device
> options NFS #Network
> Filesystem
> options NFS_ROOT #NFS usable
> as root device, NFS required
> options MSDOSFS #MSDOS
> Filesystem
> options CD9660 #ISO 9660
> Filesystem
> options CD9660_ROOT #CD-ROM
> usable as root, CD9660 required
> options PROCFS #Process
> filesystem
> options COMPAT_43 #Compatible
> with BSD 4.3 [KEEP THIS!]
> options SCSI_DELAY=15000 #Delay (in
> ms) before probing SCSI
> options UCONSOLE #Allow users
> to grab the console
> options USERCONFIG #boot -c
> editor
> options VISUAL_USERCONFIG #visual boot
> -c editor
> options KTRACE #ktrace(1)
> support
> options SYSVSHM #SYSV-style
> shared memory
> options SYSVMSG #SYSV-style
> message queues
> options SYSVSEM #SYSV-style
> semaphores
> options P1003_1B #Posix
> P1003_1B real-time extensions
> options _KPOSIX_PRIORITY_SCHEDULING
> options ICMP_BANDLIM #Rate limit
> bad replies
> options KBD_INSTALL_CDEV # install a
> CDEV entry in /dev
> options AHC_REG_PRETTY_PRINT # Print
> register bitfields in debug
> # output.
> Adds ~128k to driver.
> options AHD_REG_PRETTY_PRINT # Print
> register bitfields in debug
> # output.
> Adds ~215k to driver.
>
> # To make an SMP kernel, the next two are needed
> #options SMP # Symmetric
> MultiProcessor Kernel
> #options APIC_IO # Symmetric
> (APIC) I/O
>
> device isa
> device eisa
> device pci
>
> # Floppy drives
> device fdc0 at isa? port IO_FD1 irq 6
> drq 2
> device fd0 at fdc0 drive 0
> device fd1 at fdc0 drive 1
> #
> # If you have a Toshiba Libretto with its Y-E Data
> PCMCIA floppy,
> # don't use the above line for fdc0 but the
> following one:
> #device fdc0
>
> # ATA and ATAPI devices
> device ata0 at isa? port IO_WD1 irq 14
> device ata1 at isa? port IO_WD2 irq 15
> device ata
> device atadisk # ATA disk
> drives
> device atapicd # ATAPI
> CDROM drives
> device atapifd # ATAPI
> floppy drives
> device atapist # ATAPI tape
> drives
> options ATA_STATIC_ID #Static
> device numbering
>
> # SCSI Controllers
> device ahb # EISA AHA1742
> family
> device ahc # AHA2940 and
> onboard AIC7xxx devices
> device ahd # AHA39320/29320 and
> onboard AIC79xx devices
> device amd # AMD 53C974 (Tekram
> DC-390(T))
> device isp # Qlogic family
> device mpt # LSI-Logic
> MPT/Fusion
> device ncr # NCR/Symbios Logic
> device sym # NCR/Symbios Logic
> (newer chipsets)
> options SYM_SETUP_LP_PROBE_MAP=0x40
> # Allow ncr to
> attach legacy NCR devices when
> # both sym and ncr
> are configured
>
> device adv0 at isa?
> device adw
> device bt0 at isa?
> device aha0 at isa?
> device aic0 at isa?
>
> device ncv # NCR 53C500
> device nsp # Workbit Ninja
> SCSI-3
> device stg # TMC 18C30/18C50
>
> # SCSI peripherals
> device scbus # SCSI bus
> (required)
> device da # Direct Access
> (disks)
>
=== message truncated ===>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> Liste arsivi: http://lists.enderunix.org ve
>
http://www.mail-archive.com/[EMAIL PROTECTED]
> http://ipucu.EnderUNIX.org - ihtiyac duyacaginiz
> kisa bilgiler bu sitede!
>
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Liste arsivi: http://lists.enderunix.org ve
http://www.mail-archive.com/[EMAIL PROTECTED]
http://ipucu.EnderUNIX.org - ihtiyac duyacaginiz kisa bilgiler bu sitede!