Re: [FreeBSD] Usb den giris

2008-04-19 Başlik Arda bozkurt
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/nanobsd/index.html




On Sat, Apr 19, 2008 at 10:50 AM, ibrahim demirel [EMAIL PROTECTED] wrote:

  Merhabalar,

 Aklımda soyle birsey var, Usb bellegi okuyarak login olabilecek bir sistem
 acilisi yapmak istiyorum, bununla ilgili calismasi veya bilgisi olan
 varmi,yani klavye den giris olmadan usb yi taktığımda otomati olarak login
 olacak bir sistem

 İlgili çalışmayı windows üzerinde yapmışlar.

 Linkler
 http://www.rohos.com/welcome-screen/screenshots.htm
 http://www.rohos.com/welcome-screen/

 ve ayrica Smart Token  kullanarak yine windows uzerinde yapilmis bir
 uygulama da var.

 yardimci olursaniz sevinirim

 kolay gelsin



 --
 Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
 now.http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ



Re: [FreeBSD] ipfw ve kurallar...

2008-04-07 Başlik Arda bozkurt
hata alman gayet normal zaten hatanin ne oldugunuda soyluyor. pf'de rulelar
belli bir duzen icinde olmali Rules must be in order: options,
normalization, queueing, translation, filtering   .  Asagidaki sekilde
anchor rulelarini duzenlersen sorun olmayacaktir.




ext_if=le0
ext_ip={10.0.0.19 , 10.0.0.20 }

*anchor ftp-proxy/* *
*nat-anchor ftp-proxy/*
rdr-anchor ftp-proxy/*
rdr on $ext_if proto tcp from any to any port 21 -
**127.0.0.1*http://127.0.0.1/
* \ port 8021*

pass quick on lo0 keep state
pass in quick on $ext_if inet proto tcp from any to $ext_ip port {22, 80,
21} keep state flags S/SA
pass in quick on $ext_if inet proto tcp from any to $ext_ip port = 53 keep
state flags S/SA
pass in quick on $ext_if inet proto udp from any to $ext_ip port = 53 keep
state



2008/4/7 Sinan [EMAIL PROTECTED]:





 Ekledim  anchor ftp-proxy/*  yi ama hocam sorun aynı yine
 saygılar...



 ***

 ext_if=le0
 ext_ip={10.0.0.19 , 10.0.0.20 }



 scrub in all
 pass quick on lo0 keep state
 pass in quick on $ext_if inet proto tcp from any to $ext_ip port {22, 80,
 21} keep state flags S/SA
 pass in quick on $ext_if inet proto tcp from any to $ext_ip port = 53 keep
 state flags S/SA
 pass in quick on $ext_if inet proto udp from any to $ext_ip port = 53 keep
 state


 pass out log on $ext_if inet proto tcp from ($ext_if) port  1023 \ to any
 port ftp modulate state
 pass out log on $ext_if inet proto tcp from ($ext_if) port  1023 \ to any
 port  1023 modulate state
 pass in log on $ext_if inet proto tcp from ($ext_if) port  1023 \ to any
 port  1023 modulate state

 anchor ftp-proxy/*
 nat-anchor ftp-proxy/*
 rdr-anchor ftp-proxy/*
 rdr on $ext_if proto tcp from any to any port 21 - 127.0.0.1 \ port 8021


 pass in on $ext_if proto tcp from any to any port 21 keep state
 pass in on $ext_if proto tcp from any to any port  49151 \ keep state

 pass out quick on $ext_if inet proto tcp all modulate state flags S/SA
 pass out quick on $ext_if inet proto { udp, icmp } all keep state
 block in quick all
 block out quick all

 

 [EMAIL PROTECTED] ~]#  pfctl -f /etc/pf.conf
 /etc/pf.conf:18: Rules must be in order: options, normalization, queueing,
 translation, filtering
 /etc/pf.conf:19: Rules must be in order: options, normalization, queueing,
 translation, filtering
 /etc/pf.conf:20: Rules must be in order: options, normalization, queueing,
 translation, filtering
 pfctl: Syntax error in config file: pf rules not loaded
 [EMAIL PROTECTED] ~]#






Re: [FreeBSD] ipfw ve kurallar...

2008-04-07 Başlik Arda bozkurt
rulelari yazarsan kontrol edelim.

2008/4/7 Sinan [EMAIL PROTECTED]:



   Aynı hatayi veriyor hocam denedim bunuda :(



Re: [FreeBSD] ipfw ve kurallar...

2008-04-05 Başlik Arda bozkurt
yavasligin pf'den kaynakli oldugunu dusunmuyorum basitce pfctl -d komutu
ile pf'i disable edebilir ve test edebilirsin. dns icin asagidaki rulelari
ekleyip deneyebilirmisin.

pass in quick on $ext_if inet proto tcp from any to $ext_ip port = 53 keep
state flags S/SA
pass in quick on $ext_if inet proto udp from any to $ext_ip port = 53 keep
state


2008/4/5 Sinan [EMAIL PROTECTED]:


Hocam yaptım ama bi kac sorun olustu birincisi , ping yine
 cekebiliyorum server a ikincisi sistem de ciddi bir yavaslik oldu pf yi
 aktif ettikten sonra 3. cusu ben ek olarak dns 53 portu ekledim calismadi ,
 son sorun da su freeBSD 7 /usr/src/sys/i386/conf/GENERIC: unknown option
 TCP_DROP_SYNFIN buna destek vermiyormu saygılar.

 -- Forwarded message --
 From: Arda bozkurt [EMAIL PROTECTED]
 Date: Apr 4, 2008 11:47 PM
 Subject: Re: [FreeBSD] ipfw ve kurallar...
 To: freebsd@lists.enderunix.org


   pf kullanmani tavsiye ederim. ipfw'e gore daha esnek oldugunu
 dusunuyorum.

 pf'i kullanmaya baslamak icin /etc/rc.conf dosyasina asagidaki satirlari
 eklemen yeter.

 pf_enable=YES
 pf_rules=/etc/pf.conf
 pflog_enable=YES
 pflog_logfile=/var/log/pflog

 sonrasinda /etc/pf.conf dosyasina asagidaki satirlari eklemen yeterli
 olacaktir.


 ext_if=fxp0  ##fxp0 yerine kendi ethernet kartiniz
 ext_ip=77.77.77.77  ##bu kisimada kendi ip adresini eklersen

 scrub in all
 pass quick on lo0 keep state

 pass in quick on $ext_if inet proto icmp from any to $ext_ip keep state
 pass in quick on $ext_if inet proto tcp from any to $ext_ip port {22, 80}
 keep state flags S/SA

 pass out quick on $ext_if inet proto tcp all modulate state flags S/SA
 pass out quick on $ext_if inet proto { udp, icmp } all keep state


 block in quick all
 block out quick all




 iyi aksamlar
 Arda


 2008/4/4 Sinan [EMAIL PROTECTED]:

 
 
Merhaba ,
 
  Arkadaşlar  FreeBSD 7 ile ipfw kullaniyorum , ipfw nin
  gerekli kernel desteklerini  yaptım , su anda ipfw.rules in icin de add
  allow ip from any to any sadece bu var ,istediğim şey dişardan makineye
 
  ping cekilemesin ve makineye sadece 80 ve 22 porttan erisim saglansın
  bunu ipfw ile nasil yaparım bu konuda tecrubesi olan biri varsa paylasırsa
  benimle cok sevinirim tesekkurler saygılar...
 
 




Re: Fwd: [FreeBSD] ipfw ve kurallar...

2008-04-05 Başlik Arda bozkurt
diger ip adreslerinide ayni sekilde kullanabilirsin mesela
ext_ip2=10.0.0.21
ext_ip3=10.0.0.22
gibi

disardan makinenin pinglenmesi normal
pass in quick on $ext_if inet proto icmp from any to $ext_ip keep state
bu kurali

block in quick on $ext_if inet proto icmp from any to $ext_ip keep state
seklinde degistirirsen sorununu halletmis olursun

iyi calismalar
Arda




2008/4/5 Sinan [EMAIL PROTECTED]:


 Arkadaslar portlar erisilebiliyor su anlik sıkıntım su , makinede 4
 tane daha ip adresi var  asagıdada gordugunuz gibi bitane ip eklenebiliyor
 bu 4 ip yide bu kurallari kullansin nasil derim yani diğer 4 ip yide buna
 dahil etmek istiyorum ikinci sorun ping halen atilabilmesi makineme ping
 cekiklmesini istemiyorum, pf.conf asaya pasteledim  cok tesekkurler
 saygilar...




 ext_if=le0

 ext_ip=10.0.0.20

 scrub in all
 pass quick on lo0 keep state
 pass in quick on $ext_if inet proto icmp from any to $ext_ip keep state
 pass in quick on $ext_if inet proto tcp from any to $ext_ip port {22, 80}
 keep state flags S/SA
 pass in quick on $ext_if inet proto tcp from any to $ext_ip port = 53 keep
 state flags S/SA
 pass in quick on $ext_if inet proto udp from any to $ext_ip port = 53 keep
 state
 pass out quick on $ext_if inet proto tcp all modulate state flags S/SA
 pass out quick on $ext_if inet proto { udp, icmp } all keep state
 block in quick all
 block out quick all











Re: [FreeBSD] ipfw ve kurallar...

2008-04-04 Başlik Arda bozkurt
pf kullanmani tavsiye ederim. ipfw'e gore daha esnek oldugunu dusunuyorum.

pf'i kullanmaya baslamak icin /etc/rc.conf dosyasina asagidaki satirlari
eklemen yeter.
pf_enable=YES
pf_rules=/etc/pf.conf
pflog_enable=YES
pflog_logfile=/var/log/pflog

sonrasinda /etc/pf.conf dosyasina asagidaki satirlari eklemen yeterli
olacaktir.


ext_if=fxp0  ##fxp0 yerine kendi ethernet kartiniz
ext_ip=77.77.77.77  ##bu kisimada kendi ip adresini eklersen

scrub in all
pass quick on lo0 keep state

pass in quick on $ext_if inet proto icmp from any to $ext_ip keep state
pass in quick on $ext_if inet proto tcp from any to $ext_ip port {22, 80}
keep state flags S/SA

pass out quick on $ext_if inet proto tcp all modulate state flags S/SA
pass out quick on $ext_if inet proto { udp, icmp } all keep state

block in quick all
block out quick all




iyi aksamlar
Arda


2008/4/4 Sinan [EMAIL PROTECTED]:



   Merhaba ,

 Arkadaşlar  FreeBSD 7 ile ipfw kullaniyorum , ipfw nin
 gerekli kernel desteklerini  yaptım , su anda ipfw.rules in icin de add
 allow ip from any to any sadece bu var ,istediğim şey dişardan makineye

 ping cekilemesin ve makineye sadece 80 ve 22 porttan erisim saglansın bunu
 ipfw ile nasil yaparım bu konuda tecrubesi olan biri varsa paylasırsa
 benimle cok sevinirim tesekkurler saygılar...




Re: [FreeBSD] squirrelmail vlogin plugin

2008-03-28 Başlik Arda bozkurt
/src/login.php ile oynayarak yapabilirsin patchle urasma bence

2008/3/28 Mesut GÜLNAZ [EMAIL PROTECTED]:

  Tekrar merhabalar,

 Squirrelmailde birden fazla domainim olduğundan dolayı, kullanıcıların
 sqwebmaildeki gibi sadece kullanıcı adlarını yazarak yan tarafta oluşacak
 bir up/down menüden domainlerini seçerek sisteme girmelerini sağlamak
 istiyorum.

 Domaine göre farklı arayüzler, farklı temalar, farklı login page ler
 çıkarmak değil amacım. Sadece domain seçilsin yeterli.

 Bunu vlogin plugin i ile yapılabildiği yazıyor. Ancak bir türlü
 başaramadım. Yardımcı olabilir misiniz?

 * *

 *İyi çalışmalar...*

 * *

 *Mesut GÜLNAZ*





Re: [FreeBSD] spamd+spamassin

2008-03-27 Başlik Arda bozkurt
Kurulumla ilgili dokuman arastirdim biraz ama nerdeyse her dokumanda farkli
anlatilmis. basitce qmail ile spamd ve spamassassin kurulumunu anlatan
onerebilirmisiniz.

On Wed, Mar 26, 2008 at 11:52 PM, Fatih Ekrem Genc [EMAIL PROTECTED]
wrote:

 clamav icin qsheff kullanabilirsiniz

 spamassin icin su isinize yariyabilir

 http://ipucu.enderunix.org/view.php?id=1269lang=tr



 On Wed, Mar 26, 2008 at 10:46 PM, Arda bozkurt [EMAIL PROTECTED]
 wrote:

 
   selam arkadaslar freebsd 7 ustunde qmail kullaniyorum. spamd ve
  spamassin kurmak istiyorum belki daha sonra clamavda ekleyebilirim.  Ornek
  dokuman, config yada tavsiyelerinizi paylasirsaniz sevinirim.
 
  iyi calismalar
  Arda
 



 --
 http://fatihgenc.com


Re: [FreeBSD] spamd+spamassin

2008-03-27 Başlik Arda bozkurt
gonderdiginiz dosya kurulum sonrasinda yapilmasi gereken bir islem sanirim
kurulum ve config dosyalarinin duzenlenmesiyle ilgili bir dokuman
onerebilirseniz cok makbule gececek.

tesekkurler
Arda

2008/3/27 Fatih Ekrem Genc [EMAIL PROTECTED]:

 size yoladıgım linke bakmamısınız sanırım
 orda yapılması gereken sadece 1 dosyanın degistirilmesi


 On Thu, Mar 27, 2008 at 9:46 AM, Arda bozkurt [EMAIL PROTECTED]
 wrote:

  Kurulumla ilgili dokuman arastirdim biraz ama nerdeyse her dokumanda
  farkli anlatilmis. basitce qmail ile spamd ve spamassassin kurulumunu
  anlatan onerebilirmisiniz.
 
 
  On Wed, Mar 26, 2008 at 11:52 PM, Fatih Ekrem Genc [EMAIL PROTECTED]
  wrote:
 
   clamav icin qsheff kullanabilirsiniz
  
   spamassin icin su isinize yariyabilir
  
   http://ipucu.enderunix.org/view.php?id=1269lang=tr
  
  
  
   On Wed, Mar 26, 2008 at 10:46 PM, Arda bozkurt [EMAIL PROTECTED]
   wrote:
  
   
 selam arkadaslar freebsd 7 ustunde qmail kullaniyorum. spamd ve
spamassin kurmak istiyorum belki daha sonra clamavda ekleyebilirim.  
Ornek
dokuman, config yada tavsiyelerinizi paylasirsaniz sevinirim.
   
iyi calismalar
Arda
   
  
  
  
   --
   http://fatihgenc.com
 
 
 


 --
 http://fatihgenc.com


Re: [FreeBSD] [freeBSD ]iş takip yazılımı

2008-03-26 Başlik Arda bozkurt
sugarcrm'e bir goz at istersen

2008/3/26 mehmet [EMAIL PROTECTED]:

  merhaba,
 50-60 kişinin kullanacağı,  projeler oluşturabileceğimiz, iş
 açabileceğimiz açılan işlerle ilgili mail gönderen,  jira gibi  bir yazılım
 arıyoruz.linux üzerinde çalışan open source ve ücretsiz bir yazılım olursa
 çok daha makbule geçer.

 iyi çalışmalar.



[FreeBSD] spamd+spamassin

2008-03-26 Başlik Arda bozkurt
 selam arkadaslar freebsd 7 ustunde qmail kullaniyorum. spamd ve
spamassin kurmak istiyorum belki daha sonra clamavda ekleyebilirim.  Ornek
dokuman, config yada tavsiyelerinizi paylasirsaniz sevinirim.

iyi calismalar
Arda


Re: [FreeBSD] İnternet Kontrol

2008-03-24 Başlik Arda bozkurt
2008/3/24 Serkan YANARATES [EMAIL PROTECTED]:

 merhaba arkadaslar ben freebsd 7 yi yeni kurtum ag ayarlarınıda yapdım ama
 aklıma ktakılan bir şeyler var
 1. intyernete girip girmediğini nasıl anlarım


google'a ping atarak test edebilirsin.


  2. kuualanıcı olustururken sifrede hata yapdım sanırım onu nasıl
 düzenlerim


adduser  komutuyla kullanici ekleyebilir yada passwd username  seklinde
istedigin userin sifresini degistirebilirsin.


  3. bide bu ağ aayarlarında IPv4 Gateway yazan yere ne yazacağım
 bilgisayarın ipsinimi yoksa benim sabit ipmmi?


ee /etc/rc.conf  dosyasinda

defaultrouter=x.x.x.x
ifconfig_fxp0_alias0=inet x.x.x.y netmask 255.255.255.0

gibi duzenleryerek gateway ve ip ayarlarini yapabilirsin burda fxp0 yerine
kendi ethernet kartinin modelini yazman yeterli.


 5. name server yazan yere zaten sabit ipmi yazdım yanlış değildir
 insallah.


ee /etc/resolv.confdiyerek
nameserver  208.67.222.222

satirini eklemen yeterli





 iyi çalışmalar



Iyi calismalar
Arda


[FreeBSD] qmail'i second ipden calistirmak

2008-03-22 Başlik Arda bozkurt
selam arkadaslar freebsd 7.0 ustune qmail kurdum ve cihazin uzerinde birden
fazla ip var. Alias olarak tanimladigim iplerden birini qmail icin kullanmak
istiyorum ama  mail gondermek istedigimde asagidaki gibi bir hata aliyorum
ve mesajim gidiyor, ayni sekilde bana mail atilmak istedigindede benzer
mesaj karsi tarafa gidiyor ama mail bana ulasiyor.


Hi. This is the qmail-send program at x.x.x.x.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

[EMAIL PROTECTED]:
Sorry, no mailbox here by that name. (#5.1.1)
N: x.x.x.x  olarak makinanin ilk ip'si.


[FreeBSD] qmail logs

2008-01-22 Başlik Arda bozkurt
arkadaslar merhaba  test icin bir makinaya qmail kurdum mail alip gonderiyor
hersey yolunda gibi fakat surekli asagidaki gibi loglar dusuyor bunun sebebi
ve nasil duzenleyecegim konusunda yardimci olursaniz sevinirim

iyi calismalar
Arda

tail -f /var/log/qmail/current

@40004795a8db2c3d7a44 status: local 0/10 remote 2/20
@40004795a8db3a214f3c delivery 129933: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8db3a25b824 status: local 0/10 remote 1/20
@40004795a8db3a86529c delivery 129932: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8db3a8ae294 status: local 0/10 remote 0/20
@40004795a8de3a8d018c starting delivery 129934: msg 49414 to remote
[EMAIL PROTECTED]
@40004795a8de3a98e86c status: local 0/10 remote 1/20
@40004795a8df00013a74 starting delivery 129935: msg 47747 to remote
[EMAIL PROTECTED]
@40004795a8df00110954 status: local 0/10 remote 2/20
@40004795a8df00111cdc starting delivery 129936: msg 49804 to remote
[EMAIL PROTECTED]
@40004795a8df00113064 status: local 0/10 remote 3/20
@40004795a8df00113c1c starting delivery 129937: msg 49786 to remote
[EMAIL PROTECTED]
@40004795a8df00114bbc status: local 0/10 remote 4/20
@40004795a8df0075457c starting delivery 129938: msg 48575 to remote
[EMAIL PROTECTED]
@40004795a8df00f6d18c status: local 0/10 remote 5/20
@40004795a8df0166bde4 starting delivery 129939: msg 51268 to remote
[EMAIL PROTECTED]
@40004795a8df016c2c84 status: local 0/10 remote 6/20
@40004795a8df0c8a1b1c delivery 129934: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8df0c8e93a4 status: local 0/10 remote 5/20
@40004795a8df0e880a14 delivery 129935: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8df0e97cd3c status: local 0/10 remote 4/20
@40004795a8df0eb61b0c delivery 129936: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8df0ebaab04 status: local 0/10 remote 3/20
@40004795a8df0efd8c1c delivery 129937: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8df0f084a1c status: local 0/10 remote 2/20
@40004795a8df0fb4c65c delivery 129938: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8df0fb9a08c status: local 0/10 remote 1/20
@40004795a8df105c6c54 delivery 129939: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8df1060e4dc status: local 0/10 remote 0/20
@40004795a8e2106d314c starting delivery 129940: msg 53240 to remote
[EMAIL PROTECTED]
@40004795a8e21072710c status: local 0/10 remote 1/20
@40004795a8e21df98fa4 delivery 129940: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8e21dfdecd4 status: local 0/10 remote 0/20
@40004795a8e51dfca89c starting delivery 129941: msg 48577 to remote
[EMAIL PROTECTED]
@40004795a8e51e02de74 status: local 0/10 remote 1/20
@40004795a8e52bb1341c delivery 129941: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8e52bb58594 status: local 0/10 remote 0/20
@40004795a8e72c75c084 starting delivery 129942: msg 47786 to remote
[EMAIL PROTECTED]
@40004795a8e72c7b7d44 status: local 0/10 remote 1/20
@40004795a8e73a12c494 delivery 129942: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8e73a1750a4 status: local 0/10 remote 0/20
@40004795a8f939ff2524 starting delivery 129943: msg 53176 to remote
[EMAIL PROTECTED]
@40004795a8f93a04515c status: local 0/10 remote 1/20
@40004795a8fa0c1b059c delivery 129943: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a8fa0c1f5afc status: local 0/10 remote 0/20
@40004795a9150be981d4 starting delivery 129944: msg 53180 to remote
[EMAIL PROTECTED]
@40004795a9150beec194 status: local 0/10 remote 1/20
@40004795a915195dbc7c delivery 129944: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@40004795a9151962488c status: local 0/10 remote 0/20


tail -f /var/log/qmail/smtpd/current

@40004795a6bf0eeff78c tcpserver: status: 0/256
@40004795a72f02c32934 tcpserver: status: 1/256
@40004795a72f02d14a64 tcpserver: pid 83762 from 127.0.0.1
@40004795a72f02d6ebcc tcpserver: ok 83762 0:127.0.0.1:25 :
127.0.0.1::62666
@40004795a72f0a8c1c84 tcpserver: end 83762 status 0
@40004795a72f0a96e254 tcpserver: status: 0/256
@40004795a7d71f19bd14 tcpserver: status: 1/256
@40004795a7d71f23ded4 tcpserver: pid 83817 from 127.0.0.1
@40004795a7d71f29227c tcpserver: ok 83817 0:127.0.0.1:25 :
127.0.0.1::61695
@40004795a7d72665374c tcpserver: end 83817 status 0
@40004795a7d7266673b4 tcpserver: status: 0/256
@40004795a994032da304 tcpserver: status: 1/256
@40004795a9940344a1bc tcpserver: pid 84236 

Re: [FreeBSD] qmail logs

2008-01-22 Başlik Arda bozkurt
Mesut bey istediginiz ciktilar asagida umarim onemli bir sorun cikmaz.

ADSL--FreeBSD (qmail)



www# /usr/local/vpopmail/bin/vdominfo
domain: .com
uid:89
gid:89
dir:/usr/local/vpopmail/domains/.com
users:  4

www# hostname
www..com


www# ls -la /var/qmail/alias/
total 12
drwxr-xr-x   2 root   qmail  512 Oct 20 14:54 +t
drwxr-sr-x   3 alias  qmail  512 Oct 20 14:54 .
drwxr-xr-x  13 root   qmail  512 Oct 20 20:21 ..
-rw-r--r--   1 root   qmail   25 Oct 21 16:55 .qmail-mailer-daemon
-rw-r--r--   1 root   qmail   25 Oct 21 16:55 .qmail-postmaster
-rw-r--r--   1 root   qmail   26 Oct 21 16:55 .qmail-root

www# cat /var/qmail/alias/.qmail-*
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

www# cat /etc/hosts
::1 localhost..com localhost
127.0.0.1   localhost..com localhost
192.168.1.2 www..com www
192.168.1.2 www..com.
81.215.xx.xx  www..com www
81.215.xx.xx  www..com.

www# cat /etc/resolv.conf
domain  .com
nameserver  208.67.222.222

www# dig -t mx .com
;  DiG 9.3.3  -t mx .com
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 11781
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;.com.   IN  MX
;; ANSWER SECTION:
.com.6841IN  MX  0 mail..com.
;; Query time: 72 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Tue Jan 22 11:13:53 2008
;; MSG SIZE  rcvd: 58


www# dig  www..com
;  DiG 9.3.3  www..com
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 31381
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www..com.   IN  A
;; ANSWER SECTION:
www..com. 4655   IN  A   81.215.xx.xx
;; Query time: 73 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Tue Jan 22 11:04:08 2008
;; MSG SIZE  rcvd: 57







On Jan 22, 2008 10:56 AM, Mesut GÜLNAZ [EMAIL PROTECTED] wrote:

  #/usr/local/vpopmail/bin/vdominfo

 #hostname

 #ls –la /var/qmail/alias/

 #cat /var/qmail/alias/.qmail-*

 #cat /etc/hosts

 #cat /etc/resolv.conf

 #dig –t mx www. .com

 #dig www..com



 Çıktılarını yollayabilirseniz yardımcı olmaya çalışayım...



 *From:* Arda bozkurt [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, January 22, 2008 10:34 AM
 *To:* freebsd@lists.enderunix.org
 *Subject:* [FreeBSD] qmail logs



 arkadaslar merhaba  test icin bir makinaya qmail kurdum mail alip
 gonderiyor hersey yolunda gibi fakat surekli asagidaki gibi loglar dusuyor
 bunun sebebi ve nasil duzenleyecegim konusunda yardimci olursaniz sevinirim



 iyi calismalar

 Arda



 tail -f /var/log/qmail/current



 @40004795a8db2c3d7a44 status: local 0/10 remote 2/20
 @40004795a8db3a214f3c delivery 129933: deferral:
 Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
 @40004795a8db3a25b824 status: local 0/10 remote 1/20
 @40004795a8db3a86529c delivery 129932: deferral:
 Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
 @40004795a8db3a8ae294 status: local 0/10 remote 0/20
 @40004795a8de3a8d018c starting delivery 129934: msg 49414 to remote
 [EMAIL PROTECTED]
 @40004795a8de3a98e86c status: local 0/10 remote 1/20
 @40004795a8df00013a74 starting delivery 129935: msg 47747 to remote
 [EMAIL PROTECTED]
 @40004795a8df00110954 status: local 0/10 remote 2/20
 @40004795a8df00111cdc starting delivery 129936: msg 49804 to remote 
 [EMAIL PROTECTED]

 @40004795a8df00113064 status: local 0/10 remote 3/20
 @40004795a8df00113c1c starting delivery 129937: msg 49786 to remote
 [EMAIL PROTECTED]
 @40004795a8df00114bbc status: local 0/10 remote 4/20
 @40004795a8df0075457c starting delivery 129938: msg 48575 to remote
 [EMAIL PROTECTED]
 @40004795a8df00f6d18c status: local 0/10 remote 5/20
 @40004795a8df0166bde4 starting delivery 129939: msg 51268 to remote
 [EMAIL PROTECTED]
 @40004795a8df016c2c84 status: local 0/10 remote 6/20
 @40004795a8df0c8a1b1c delivery 129934: deferral:
 Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
 @40004795a8df0c8e93a4 status: local 0/10 remote 5/20
 @40004795a8df0e880a14 delivery 129935: deferral:
 Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
 @40004795a8df0e97cd3c status: local 0/10 remote 4/20
 @40004795a8df0eb61b0c delivery 129936: deferral:
 Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
 @40004795a8df0ebaab04 status: local 0/10 remote 3/20
 @40004795a8df0efd8c1c delivery 129937: deferral:
 Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
 @40004795a8df0f084a1c status: local 0/10 remote 2/20

Re: [FreeBSD] qmail logs

2008-01-22 Başlik Arda bozkurt
/etc/alias dosyasini
root:   [EMAIL PROTECTED] [EMAIL PROTECTED]

seklinden duzelttim halihazirda root ve admin mailleri mevcut.

www# dig -t mx www..com
;  DiG 9.3.3  -t mx www..com
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 53196
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www..com.   IN  MX
;; Query time: 71 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Tue Jan 22 11:56:30 2008
;; MSG SIZE  rcvd: 41






On Jan 22, 2008 11:43 AM, Mesut GÜLNAZ [EMAIL PROTECTED] wrote:

   #dig –t mx www..com

 Bunu yanlış göndermişsiniz. Tekrar göndermenizi rica edeceğim

 Ayrıca

 #/etc/aliases

 Dosyanızda root mail hesabını şu şekilde düzenleyip kaydedip çıkar
 mısınız.

 root:   [EMAIL PROTECTED]

 daha sonra newaliases komutunu veriniz. Eğer yüklü değil ise
 http://cr.yp.to/software/fastforward-0.51.tar.gz den indirip kurunuz ve
 komutu tekrar veriniz.

 [EMAIL PROTECTED] isimli bir mail hesabının tanımlı olduğundan emin
 olunuz. Daha sonra hesabı kontrol ediniz.





 *From:* Arda bozkurt [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, January 22, 2008 11:18 AM
 *To:* freebsd@lists.enderunix.org
 *Subject:* Re: [FreeBSD] qmail logs



 Mesut bey istediginiz ciktilar asagida umarim onemli bir sorun cikmaz.



 ADSL--FreeBSD (qmail)







 www# /usr/local/vpopmail/bin/vdominfo
 domain: .com
 uid:89
 gid:89
 dir:/usr/local/vpopmail/domains/.com
 users:  4


 www# hostname
 www..com


 www# ls -la /var/qmail/alias/
 total 12
 drwxr-xr-x   2 root   qmail  512 Oct 20 14:54 +t
 drwxr-sr-x   3 alias  qmail  512 Oct 20 14:54 .
 drwxr-xr-x  13 root   qmail  512 Oct 20 20:21 ..
 -rw-r--r--   1 root   qmail   25 Oct 21 16:55 .qmail-mailer-daemon
 -rw-r--r--   1 root   qmail   25 Oct 21 16:55 .qmail-postmaster
 -rw-r--r--   1 root   qmail   26 Oct 21 16:55 .qmail-root


 www# cat /var/qmail/alias/.qmail-*
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 www# cat /etc/hosts
 ::1 localhost..com localhost
 127.0.0.1   localhost..com localhost
 192.168.1.2 www..com www
 192.168.1.2 www..com.
 81.215.xx.xx  www..com www
 81.215.xx.xx  www..com.


 www# cat /etc/resolv.conf
 domain  .com
 nameserver  208.67.222.222



 www# dig -t mx .com

 ;  DiG 9.3.3  -t mx .com
 ;; global options:  printcmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: NOERROR, id: 11781
 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

 ;; QUESTION SECTION:
 ;.com.   IN  MX

 ;; ANSWER SECTION:
 .com.6841IN  MX  0 mail..com.

 ;; Query time: 72 msec
 ;; SERVER: 208.67.222.222#53(208.67.222.222)
 ;; WHEN: Tue Jan 22 11:13:53 2008
 ;; MSG SIZE  rcvd: 58





 www# dig  www..com

 ;  DiG 9.3.3  www..com
 ;; global options:  printcmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: NOERROR, id: 31381
 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

 ;; QUESTION SECTION:
 ;www..com.   IN  A

 ;; ANSWER SECTION:
 www..com. 4655   IN  A   81.215.xx.xx

 ;; Query time: 73 msec
 ;; SERVER: 208.67.222.222#53(208.67.222.222)
 ;; WHEN: Tue Jan 22 11:04:08 2008
 ;; MSG SIZE  rcvd: 57













 On Jan 22, 2008 10:56 AM, Mesut GÜLNAZ [EMAIL PROTECTED] wrote:

 #/usr/local/vpopmail/bin/vdominfo

 #hostname

 #ls –la /var/qmail/alias/

 #cat /var/qmail/alias/.qmail-*

 #cat /etc/hosts

 #cat /etc/resolv.conf

 #dig –t mx www. .com

 #dig www..com



 Çıktılarını yollayabilirseniz yardımcı olmaya çalışayım...



 *From:* Arda bozkurt [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, January 22, 2008 10:34 AM
 *To:* freebsd@lists.enderunix.org
 *Subject:* [FreeBSD] qmail logs



 arkadaslar merhaba  test icin bir makinaya qmail kurdum mail alip
 gonderiyor hersey yolunda gibi fakat surekli asagidaki gibi loglar dusuyor
 bunun sebebi ve nasil duzenleyecegim konusunda yardimci olursaniz sevinirim



 iyi calismalar

 Arda



 tail -f /var/log/qmail/current



 @40004795a8db2c3d7a44 status: local 0/10 remote 2/20
 @40004795a8db3a214f3c delivery 129933: deferral:
 Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
 @40004795a8db3a25b824 status: local 0/10 remote 1/20
 @40004795a8db3a86529c delivery 129932: deferral:
 Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
 @40004795a8db3a8ae294 status: local 0/10 remote 0/20
 @40004795a8de3a8d018c starting delivery 129934: msg 49414 to remote
 [EMAIL PROTECTED]
 @40004795a8de3a98e86c status: local 0/10 remote 1/20
 @40004795a8df00013a74 starting delivery 129935: msg 47747 to remote

Re: [FreeBSD] qmail logs

2008-01-22 Başlik Arda bozkurt
hotmail ve gmail uzerinden yaptigim testlerde mail alis-verisinde bir sorun
yasamiyorum. :|

On Jan 22, 2008 11:51 AM, burak [EMAIL PROTECTED] wrote:

 Aslinda bu dig ciktilari istenilen adresin yanlis oldugunu ve OpenDNS
 ten geri dondugunu
 anlatiyor;

 Acaba makine tam olarak kendisine ulasamiyormu mail alip gonderim
 esnasinda?


 Arda bozkurt wrote On 01/22/2008 11:17 AM:
  Mesut bey istediginiz ciktilar asagida umarim onemli bir sorun cikmaz.
 
  ADSL--FreeBSD (qmail)
 
 
 
  www# /usr/local/vpopmail/bin/vdominfo
  domain: .com http://.com
  uid:89
  gid:89
  dir:/usr/local/vpopmail/domains/.com
  users:  4
 
  www# hostname
  www..com http://www..com/
 
 
  www# ls -la /var/qmail/alias/
  total 12
  drwxr-xr-x   2 root   qmail  512 Oct 20 14:54 +t
  drwxr-sr-x   3 alias  qmail  512 Oct 20 14:54 .
  drwxr-xr-x  13 root   qmail  512 Oct 20 20:21 ..
  -rw-r--r--   1 root   qmail   25 Oct 21 16:55 .qmail-mailer-daemon
  -rw-r--r--   1 root   qmail   25 Oct 21 16:55 .qmail-postmaster
  -rw-r--r--   1 root   qmail   26 Oct 21 16:55 .qmail-root
 
  www# cat /var/qmail/alias/.qmail-*
  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
  www# cat /etc/hosts
  ::1 localhost..com
  http://localhost..com localhost
  127.0.0.1 http://127.0.0.1   localhost..com
  http://localhost..com localhost
  192.168.1.2 http://192.168.1.2 www..com
  http://www..com/ www
  192.168.1.2 http://192.168.1.2 www..com
  http://www..com/.
  81.215.xx.xx  www..com
  http://www..com/ www
  81.215.xx.xx  www..com http://www..com/
 .
 
  www# cat /etc/resolv.conf
  domain  .com http://.com
  nameserver  208.67.222.222 http://208.67.222.222
 
  www# dig -t mx .com http://.com
  ;  DiG 9.3.3  -t mx .com http://.com
  ;; global options:  printcmd
  ;; Got answer:
  ;; -HEADER- opcode: QUERY, status: NOERROR, id: 11781
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
  ;; QUESTION SECTION:
  ;.com.   IN  MX
  ;; ANSWER SECTION:
  .com http://.com.6841IN  MX
  0 mail..com http://mail..com.
  ;; Query time: 72 msec
  ;; SERVER: 208.67.222.222#53(208.67.222.222 http://208.67.222.222)
  ;; WHEN: Tue Jan 22 11:13:53 2008
  ;; MSG SIZE  rcvd: 58
 
 
  www# dig  www..com http://www..com/
  ;  DiG 9.3.3  www..com http://www..com/
 
  ;; global options:  printcmd
  ;; Got answer:
  ;; -HEADER- opcode: QUERY, status: NOERROR, id: 31381
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
  ;; QUESTION SECTION:
  ;www..com.   IN  A
  ;; ANSWER SECTION:
  www..com http://www..com/. 4655   IN
  A   81.215.xx.xx
  ;; Query time: 73 msec
  ;; SERVER: 208.67.222.222#53(208.67.222.222 http://208.67.222.222)
  ;; WHEN: Tue Jan 22 11:04:08 2008
  ;; MSG SIZE  rcvd: 57
 
 
 
 
 
 
 
  On Jan 22, 2008 10:56 AM, Mesut GÜLNAZ [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:
 
  #/usr/local/vpopmail/bin/vdominfo
 
  #hostname
 
  #ls –la /var/qmail/alias/
 
  #cat /var/qmail/alias/.qmail-*
 
  #cat /etc/hosts
 
  #cat /etc/resolv.conf
 
  #dig –t mx www. .com http://.com/
 
  #dig www..com http://www..com/
 
 
 
  Çıktılarını yollayabilirseniz yardımcı olmaya çalışayım...
 
 
 
  *From:* Arda bozkurt [mailto:[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]]
  *Sent:* Tuesday, January 22, 2008 10:34 AM
  *To:* freebsd@lists.enderunix.org mailto:
 freebsd@lists.enderunix.org
  *Subject:* [FreeBSD] qmail logs
 
 
 
  arkadaslar merhaba  test icin bir makinaya qmail kurdum mail alip
  gonderiyor hersey yolunda gibi fakat surekli asagidaki gibi loglar
  dusuyor bunun sebebi ve nasil duzenleyecegim konusunda yardimci
  olursaniz sevinirim
 
 
 
  iyi calismalar
 
  Arda
 
 
 
  tail -f /var/log/qmail/current
 
 
 
  @40004795a8db2c3d7a44 status: local 0/10 remote 2/20
  @40004795a8db3a214f3c delivery 129933: deferral:
  Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
  @40004795a8db3a25b824 status: local 0/10 remote 1/20
  @40004795a8db3a86529c delivery 129932: deferral:
  Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
  @40004795a8db3a8ae294 status: local 0/10 remote 0/20
  @40004795a8de3a8d018c starting delivery 129934: msg 49414 to
  remote [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

[FreeBSD] irc server

2008-01-21 Başlik Arda bozkurt
  Arkadaslar denemek icin irc server kurmak istiyorum. Freebsd ustunde
daha onceden denediginiz yada onerebileceginiz bir cozum yada dokuman
varmi?

iyi calismalar
Arda


[FreeBSD] squid - danguardian

2007-12-28 Başlik Arda bozkurt
Slm arkadaslar

freebsd 6.2 uzerinde pf ve squid kurulu. iki sorum olacak icerik
filtreleme icin danguardian'i kurmalimiyim, squid'deki acl'ler yeterli
degilmidir yada dansguardian'in extra ne gibi avantajlari olacak. ikinci
soruma gelince squid ile asagidaki gibi messenger'i blockluyorum
webmessenger icinde butur bir acl mevcutmu yada sizin onereceginiz bir cozum
yolu varmi.




acl msnmime req_mime_type ^application/x-msn-messenger$
acl msngw url_regex -i gateway.dll
http_access deny msnmime
http_access deny msngw


iyi calismalar
Arda


[FreeBSD] pf firewall

2007-11-26 Başlik Arda bozkurt
selam arkdaslar freebsd 6.2 ustune pf ve squid kurulu. Trace
cekildiginde firewall'in gorunmemesi icin ne yapmaliyim.

192.168.2.0/24 -- BSD -- 192.168.1.0 -- ADSL Modem -- INT
 2.22 --|   |-- 1.2  1.1 --|

Not:

scrub in on $int_if min-ttl 2seklinde denedigimde asagidaki gibi
bir cikti aliyorum

  1 2 ms 1 ms 1 ms  192.168.1.1
  2 4 ms 1 ms 1 ms  192.168.1.1
  356 ms59 ms14 ms  dsl.static8


normal cikti

 11 ms1 ms 1 ms  192.168.2.22
 2 4 ms 1 ms 1 ms  192.168.1.1
 317 ms12 ms11 ms  dsl.static81

-
Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine bakiniz.

Cikmak icin, e-mail: [EMAIL PROTECTED]
Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6




Re: [FreeBSD] mysql hatasi

2007-10-28 Başlik Arda bozkurt
/etc/rc.conf 'un icine mysql_enable=YES satirini eklerseniz sanirim
hallolacaktir.

iyi calismalar
Arda

On 10/28/07, Huseyin ERSOY [EMAIL PROTECTED] wrote:

 merhaba arkadaslar,
 mysql kurdum ve asagidaki hatayi aldim. bu nedir ve nasil giderebilirim.

 tesekkurler
 iyi calismalar


 hata:


 ersoy# mysql -u root -p

 Enter password:

 ERROR 2002 (HY000): Can't connect to local MySQL server through socket
 '/tmp/mysql.sock' (2)

 ersoy#



 ersoy# mysql

 ERROR 2002 (HY000): Can't connect to local MySQL server through socket
 '/tmp/mysql.sock' (2)

 ersoy#







[FreeBSD] bsdcontr

2007-10-23 Başlik Arda bozkurt
Arkadaslar bsdcontr'deki sunumlara nasil ulasabiliriz. web sitesinde
olabilir diye dusunuyordum ama bulamadim.


iyi calismalar
Arda


Re: [FreeBSD] internet problemi

2007-10-14 Başlik Arda bozkurt
Goruldugu kadariyla internete cikabiliyorsun ama dns ipsi girilmedigi icin
isimleri cozemiyorsun.
touch /etc/resolv.conf diyerek  resolv.conf dosyasini olustur daha sonra
icine asagidakileri ekle
nameserver 192.168.1.1yada
nameserver 212.58.4.2

iyi calismalar
Arda




On 10/13/07, mehmet raif (emre) taþdemir [EMAIL PROTECTED] wrote:

 -ifconfig-

 fwe0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0
 mtu 1500
options=8VLAN_MTU
ether 02:11:d8:b9:ee:4b
ch 1 dma -1
 fwip0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric
 0 mtu 1500
lladdr 0.11.d8.0.0.b9.ee.4b.a.2.ff.fe.0.0.0.0
 nfe0:
 flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST
 metric 0 mtu 1500

 options=19bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4
ether 00:17:31:cb:e7:dc
inet 192.168.1.61 netmask 0xff00 broadcast
 192.168.1.255
media: Ethernet autoselect (100baseTX full-duplex)
status: active
 nfe1: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0
 mtu 1500

 options=19bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4
ether 00:17:31:cb:d5:a1
media: Ethernet autoselect (none)
status: no carrier
 plip0:
 flags=108810POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT
 metric 0 mtu 1500
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric
 0 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff00

 -netstat-

 Routing tables

 Internet:
 DestinationGatewayFlagsRefs
 Use  Netif Expire
 default192.168.1.1UGS 0
0   nfe0
 127.0.0.1  127.0.0.1  UH  0
   24lo0
 192.168.1.0/24 link#3 UC  0
0   nfe0
 192.168.1.1link#3 UHLW2
0   nfe0

 Internet6:
 Destination   Gateway
 Flags  Netif Expire
 ::1   ::1
 UHL lo0
 fe80::%lo0/64 fe80::1%lo0
 U   lo0
 fe80::1%lo0   link#6
 UHL lo0
 ff01:6::/32   fe80::1%lo0
 UC  lo0
 ff02::%lo0/32 fe80::1%lo0
 UC  lo0

 -resolv.conf-

 /etc/ dizininde böyle bi dosya yok

 -nslookup-

 ;; connection timed out; no servers could be reached

 ;; connection timed out; no servers could be reached

 -traceroute-

 1  192.168.1.1 (192.168.1.1)  1.228 ms  0.484 ms
 0.552 ms
 2  88.229.232.1 (88.229.232.1)  8.164 ms  9.087 ms
 8.368 ms
 3  * * *
 4  212.156.121.9 (212.156.121.9)  8.484 ms  7.738 ms
 8.139 ms
 5  212.156.119.242 (212.156.119.242)  9.312 ms  9.846
 ms  9.836 ms
 6  212.156.121.254 (212.156.121.254)  8.839 ms  8.217
 ms  8.278 ms
 7  195.175.10.2 (195.175.10.2)  8.111 ms  9.607 ms
 8.118 ms
 8  212.156.4.7 (212.156.4.7)  8.615 ms  9.857 ms
 9.110 ms

 --- mesutgl [EMAIL PROTECTED] wrote:

  şu çıktıları gönderir misiniz?
 
  #ifconfig
  #netstat -rn
  #cat /etc/resolv.conf
  #nslookup www.google.com.tr 212.156.4.7
  #traceroute 212.156.4.7
 
  Fatih Ekrem Genc writes:
 
   Host name lookup failed anlasilacagi gibi
   dnslerinle ilgili bir sorunu var
  
   /etc/resolv.conf icinde namaserver bilgilerinin
  olup olmadigina bir bakin
  
   nslookup yahoo.de ismi ipye ceviriyormu?
  
   cevirmiyorsa ilk önce bu sorunu haleledin
  
  
   On 10/13/07, mehmet raif (emre) ta.demir
  [EMAIL PROTECTED] wrote:
  
   Selamlar;
  
   Sistemime FreeBSD 7.0-CURRENT-200709 kurdum ama
  yahoo
   ya da google 'ı ping 'lediğimde;
  
   ping: cannot resolve yahoo.com Host name lookup
  failed
  
  
   hatası alıyorum ve modemde herangi bi hareket
  olmuyo,
   direk ip girerekde denediğimde ise bukez data
  gidiyo
   ama yanıt gelmiyor.
  
   FreeBSD 6.2-Release kurarak da denedim ama yine
  aynı
   hatayı alıyorum. Bundan önce 6.2 kullanıyodum ve
  böyle
   bi sorunum yoktu, modemim routing mod da
  çalışıyor.
   Acaba bişeyleri eksikmi yapıyorum!? yardımcı
  olursanız
   sevinirim...
  
   iyi günler...
   iyi çalışmalar...
  
  
  
  
 

 
   Catch up on fall's hot new shows on Yahoo! TV.
  Watch previews, get
   listings, and more!
   http://tv.yahoo.com/collections/3658
  
  
 
 -
   Listeye soru sormadan once lutfen
  http://ipucu.enderunix.org sitesine
   bakiniz.
  
   Cikmak icin, e-mail:
  [EMAIL PROTECTED]
   Liste arsivi:
 
 http://news.gmane.org/gmane.org.user-groups.bsd.turkey
   FreeBSD 6 kitabi cikti!
  http://www.acikakademi.com/catalog/freebsd6
  
  
  
 
 
 -
  Listeye soru sormadan once lutfen
  http://ipucu.enderunix.org sitesine bakiniz.
 
  Cikmak icin, e-mail:
  [EMAIL PROTECTED]
  Liste arsivi:
 
 http://news.gmane.org/gmane.org.user-groups.bsd.turkey
  FreeBSD 6 

Re: [FreeBSD] openvpn

2007-10-09 Başlik Arda bozkurt
bu durumda bu is icin her lokasyonda bir makina ayirmak gerekiyorki buda cok
zor hem elimizdeki modemin boyle bir ozelligi varken neden kullanmayalim
:)))

On 10/8/07, mehmet celik [EMAIL PROTECTED] wrote:


 Selamlar, modem register etmek yerine, modem arkasindaki tum makinalara
 bir gw belirtip, gw'yi de modem uzerinden cikartarak vpn'e dahil etseniz;
 olmaz mi ?  Biraz karisik oldu  ama modemi register etmekten daha iyi gibi
 duruyor :))

  Date: Mon, 8 Oct 2007 10:27:27
 +0300 From: [EMAIL PROTECTED] To: freebsd@lists.enderunix.org
 Subject: Re: [FreeBSD] openvpn Merhabalar, IPsec destekli bir vpn
 uygulamasina ihtiyaciniz var. Linux icin Free/Openswan'i
 inceleyebilirsiniz. Arda bozkurt wrote: verdiginiz bilgiler icin
 tesekkurler. peki vpn destekleyen bir adsl modemle kullanabilecegim bir
 vpn server uygulamasi onerebilirmiziniz. iyi calismalar On
 10/8/07, Huzeyfe ONAL  wrote: Merhabalar, OpenVPN kendi istemci
 ve sunucu yazilimi ile calisan bir VPN uygulamasidir. Bu yuzden hariciden
 bir uygulama ile kullanamazsiniz. OpenVPN yonetimi icin web/gui olmak
 uzere cesitli uygulamalar var.
 http://sourceforge.net/search/?type_of_search=softwords=openvpn
 adresine bakacak olursaniz isinize yarayacak bir uygulamayi
 bulabilirsiniz. Arda bozkurt wrote: selam arkadaslar
 openvpn'e vpn destegi olabin bir adsl modemi register edebilirmiyim,
 birde openvpn serverda user accountlarini vs. yonetebilecegim bir gui
 varmi? iyi calismalar Arda

 _
 Windows Live Hotmail and Microsoft Office Outlook – together at last. Get
 it now.

 http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033
 -
 Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
 bakiniz.

 Cikmak icin, e-mail: [EMAIL PROTECTED]
 Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
 FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6





[FreeBSD] openvpn

2007-10-07 Başlik Arda bozkurt
selam arkadaslar
openvpn'e vpn destegi olabin bir adsl modemi register edebilirmiyim, birde
openvpn serverda user accountlarini vs. yonetebilecegim bir gui varmi?

iyi calismalar
Arda


Re: [FreeBSD] LOOP Detection

2007-10-02 Başlik Arda bozkurt
 Iyi konfigure edilmis bir STP domainle butur sorunlardan tamamen
kurtulabilirsiniz. Eger cok buyuk bir networkun varsa VTP kullanarak daha
rahat bir management ve daha kontrollu bir sistem olusturabilirsin.

iyi calismlar
Arda


On 10/2/07, mesutgl [EMAIL PROTECTED] wrote:

 Agda switchler arasinda ya da ayni switch uzerinde LOOP olup olmadigini
 test
 edebilen ya da bu sekilde bir olay meydana geldiginde uyari ya da ona
 benzer
 bir sinyalverebilecek bir tool aramaktayim. platform farketmeyecek bir
 tool
 olabilir...

 -
 Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
 bakiniz.

 Cikmak icin, e-mail: [EMAIL PROTECTED]
 Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
 FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6





[FreeBSD] rebooting prob

2007-09-25 Başlik Arda bozkurt
Merhaba arkadaslar ofisimizde buluna pclerden birine freebsd 6.2 kurdum.
sorun su reboot dedigimde cihaz kapanmaya basliyor rebooting diyor ve
kaliyor. acaba nerde yanlis yapiyorum


Re: [FreeBSD] rebooting prob

2007-09-25 Başlik Arda bozkurt
Anakartta sorun oldugunu dusunmuyorum cunku xp kurulu iken herhangi bir
sorun yasamiyorduk. Freebsd kurulduktan sonra init 0 ile kapattigimda
sorunsuz bir sekilde kapaniyor ama reboot etmek istedigimde takilip kaliyor.





On 9/25/07, Fatih Ekrem Genc [EMAIL PROTECTED] wrote:

 yanlisim yok ise sistem dosyalari tamamen kapatildiktan sonra sistem bios
 bir komut yolayip
 bilgisayari yeniden calisitirmasini söyluyor.. eger kurulu freebsd
 sisteminde bir sorun yoksa..
 bios'u flashlamayi deniyebilirsiniz.
 reboot isleminde etkin roll oynayan anakarda da sorun olabilir. (cok mu
 abartim ne!)

 On 9/25/07, Arda bozkurt  [EMAIL PROTECTED] wrote:
 
  Merhaba arkadaslar ofisimizde buluna pclerden birine freebsd 6.2 kurdum.
  sorun su reboot dedigimde cihaz kapanmaya basliyor rebooting diyor ve
  kaliyor. acaba nerde yanlis yapiyorum





Re: [FreeBSD] konqueror flash prob.

2007-09-11 Başlik Arda bozkurt
freebsd 6.2 kullaniyorum
/usr/ports/www/linux-flashplugin7   lisans sorunlari yuzunden port
sisteminden kaldirilmis sanirim

:((



On 9/10/07, Orhan Berent [EMAIL PROTECTED] wrote:

 Asagidaki islemleri de yapar misiniz.

 #  portinstall linuxpluginwrapper

 ya da /usr/ports/www/linuxpluginwrapper altinda make, make install

 # cp
 -f /usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6
 /etc/libmap.conf

 # portinstall www/linux-flashplugin7

 Ya da /usr/ports/www/linux-flashplugin7 altinda make, make install

 # ln
 -s /usr/local/lib/npapi/linux-flashplugin/flashplayer.xpt
 /usr/local/lib/browser_plugins/flashplayer.xpt

 # ln
 -s /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so
 /usr/local/lib/browser_plugins/libflashplayer.so


 Orhan Berent

 On Mon, 2007-09-10 at 10:32 +0300, Arda bozkurt wrote:
  dediklerinizi yaptim ama bir degisiklik olmadi. mesela youtubeda bir
  video acamaya calistigim zaman
 
  Hello, you either have JavaScript turned off or an old version of
  Macromedia's Flash Player. Get the latest Flash player.
 
  gibi bir mesaj cikiyor yada mesela mynette okey oyunu acmaya
  calistigim zaman popup pencere aciliyor ama hicbir kullanici yada masa
  cikmiyor
 
 
 
 
  On 9/10/07, Orhan Berent [EMAIL PROTECTED] wrote:
   Konqueror'a ben de flash yukleyememistim. Ugrasmaya
   degmez. /etc/libmap.conf dosyasini epey kurcalamak gerek. Mozilla
   sorununa gelince. /usr/ports altinda firefox 1.5 degil, linux-firefox
   2.x.x yukleyin. 1.5'de flashin duzgun calismasi icin asagidaki islemi
   yapmaniz gerekiyor.
  
   ---
   cd /usr/src
fetch http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff
patch  rtld_dlsym_hack.diff
cd libexec/rtld-elf
make clean
make obj
make depend
make
make install
   -
  
   Fakat bunu da tavsiye etmiyorum, sonraki make world islemlerinde
 hataya
   yol acabiliyor. En iyisi linux-firefox 2.X.x kullanmak.
  
   Orhan Berent
  
   On Sun, 2007-09-09 at 18:38 +0300, Arda bozkurt wrote:
Arkadaslar Freebsd 6.2 uzerine kde kurdum ama konqueror'e flash
plugini eklemeyi bir turlu basaramadim, sansimi firefoxla denemek
istedim firefox'a java ve flash plugini yukledim fakat bu seferde
icinde flash olan bir sayfayi actiktan sonra birden butun firefox
pencerelerini kapatiyor.
   
Konqueror kullanan flash ve java pluginlerini yuyklemeyi basarmis
 bir
arkadas varsa  kisa bir sekilde anlatabilirse cok iyi olur.
   
herkese iyi calismalr
Arda
   
   
 -
Listeye soru sormadan once lutfen http://ipucu.enderunix.orgsitesine
   bakiniz.
   
Cikmak icin, e-mail: [EMAIL PROTECTED]
Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6
   
   
   
  
  
   -
   Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
   bakiniz.
  
   Cikmak icin, e-mail: [EMAIL PROTECTED]
   Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
   FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6
  
  
  
 
  -
  Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
 bakiniz.
 
  Cikmak icin, e-mail: [EMAIL PROTECTED]
  Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
  FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6
 
 
 


 -
 Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
 bakiniz.

 Cikmak icin, e-mail: [EMAIL PROTECTED]
 Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
 FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6





Re: [FreeBSD] konqueror flash prob.

2007-09-10 Başlik Arda bozkurt
dediklerinizi yaptim ama bir degisiklik olmadi. mesela youtubeda bir
video acamaya calistigim zaman

Hello, you either have JavaScript turned off or an old version of
Macromedia's Flash Player. Get the latest Flash player.

gibi bir mesaj cikiyor yada mesela mynette okey oyunu acmaya
calistigim zaman popup pencere aciliyor ama hicbir kullanici yada masa
cikmiyor




On 9/10/07, Orhan Berent [EMAIL PROTECTED] wrote:
 Konqueror'a ben de flash yukleyememistim. Ugrasmaya
 degmez. /etc/libmap.conf dosyasini epey kurcalamak gerek. Mozilla
 sorununa gelince. /usr/ports altinda firefox 1.5 degil, linux-firefox
 2.x.x yukleyin. 1.5'de flashin duzgun calismasi icin asagidaki islemi
 yapmaniz gerekiyor.

 ---
 cd /usr/src
  fetch http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff
  patch  rtld_dlsym_hack.diff
  cd libexec/rtld-elf
  make clean
  make obj
  make depend
  make
  make install
 -

 Fakat bunu da tavsiye etmiyorum, sonraki make world islemlerinde hataya
 yol acabiliyor. En iyisi linux-firefox 2.X.x kullanmak.

 Orhan Berent

 On Sun, 2007-09-09 at 18:38 +0300, Arda bozkurt wrote:
  Arkadaslar Freebsd 6.2 uzerine kde kurdum ama konqueror'e flash
  plugini eklemeyi bir turlu basaramadim, sansimi firefoxla denemek
  istedim firefox'a java ve flash plugini yukledim fakat bu seferde
  icinde flash olan bir sayfayi actiktan sonra birden butun firefox
  pencerelerini kapatiyor.
 
  Konqueror kullanan flash ve java pluginlerini yuyklemeyi basarmis bir
  arkadas varsa  kisa bir sekilde anlatabilirse cok iyi olur.
 
  herkese iyi calismalr
  Arda
 
  -
  Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
 bakiniz.
 
  Cikmak icin, e-mail: [EMAIL PROTECTED]
  Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
  FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6
 
 
 


 -
 Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
 bakiniz.

 Cikmak icin, e-mail: [EMAIL PROTECTED]
 Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
 FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6




-
Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine bakiniz.

Cikmak icin, e-mail: [EMAIL PROTECTED]
Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6




[FreeBSD] konqueror flash prob.

2007-09-09 Başlik Arda bozkurt
Arkadaslar Freebsd 6.2 uzerine kde kurdum ama konqueror'e flash
plugini eklemeyi bir turlu basaramadim, sansimi firefoxla denemek
istedim firefox'a java ve flash plugini yukledim fakat bu seferde
icinde flash olan bir sayfayi actiktan sonra birden butun firefox
pencerelerini kapatiyor.

Konqueror kullanan flash ve java pluginlerini yuyklemeyi basarmis bir
arkadas varsa  kisa bir sekilde anlatabilirse cok iyi olur.

herkese iyi calismalr
Arda

-
Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine bakiniz.

Cikmak icin, e-mail: [EMAIL PROTECTED]
Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6




[FreeBSD] pfw problemi

2007-08-10 Başlik Arda bozkurt
Merhabalar

http://www.enderunix.org/docs/pfw.pdf  dokumanindanda yararlanarak Freebsd
uzerinde porttan PFW kurulumunu yaptim ama asagidaki gibi hata aliyorum
surekli acaba nerde yanlis yapiyor olabilirim.



*Warning*: sqlite_popen()
[function.sqlite-popenhttp://192.168.104.2/pfw/packetfilter/function.sqlite-popen]:
file is encrypted or is not a database in *
/usr/local/www/pfw/include.inc.php* on line *166*

*Warning*: Variable passed to each() is not an array or object in *
/usr/local/www/pfw/include.inc.php* on line *174*

*Warning*: sqlite_query() expects parameter 1 to be resource, string given
in */usr/local/www/pfw/include.inc.php* on line *175*

*Warning*: sqlite_fetch_array() expects parameter 1 to be resource, null
given in */usr/local/www/pfw/include.inc.php* on line *176*

*Warning*: sqlite_close() expects parameter 1 to be resource, boolean given
in */usr/local/www/pfw/include.inc.php* on line *187*

*Warning*: Invalid argument supplied for foreach() in *
/usr/local/www/pfw/lib/packetfilter/pf.class.php* on line *74*

*Warning*: unlink()
[function.unlinkhttp://192.168.104.2/pfw/packetfilter/function.unlink]:
No such file or directory in */usr/local/www/pfw/include.inc.php* on line *
193*
**
**
**
*iyi calismalar*
*Arda*


[FreeBSD] Fwd: pfw problemi

2007-08-10 Başlik Arda bozkurt
Merhabalar

http://www.enderunix.org/docs/pfw.pdf  dokumanindanda yararlanarak Freebsd
uzerinde porttan PFW kurulumunu yaptim ama asagidaki gibi hata aliyorum
surekli acaba nerde yanlis yapiyor olabilirim.



*Warning*: sqlite_popen()
[function.sqlite-popenhttp://192.168.104.2/pfw/packetfilter/function.sqlite-popen]:
file is encrypted or is not a database in */usr/local/www/pfw/include.inc.php
*on line *166*

*Warning*: Variable passed to each() is not an array or object in *
/usr/local/www/pfw/include.inc.php* on line *174*

*Warning*: sqlite_query() expects parameter 1 to be resource, string given
in */usr/local/www/pfw/include.inc.php* on line *175*

*Warning*: sqlite_fetch_array() expects parameter 1 to be resource, null
given in */usr/local/www/pfw/include.inc.php* on line *176*

*Warning*: sqlite_close() expects parameter 1 to be resource, boolean given
in */usr/local/www/pfw/include.inc.php* on line *187*

*Warning*: Invalid argument supplied for foreach() in
*/usr/local/www/pfw/lib/packetfilter/pf.class.php
*on line *74*

*Warning*: unlink()
[function.unlinkhttp://192.168.104.2/pfw/packetfilter/function.unlink]:
No such file or directory in */usr/local/www/pfw/include.inc.php* on line *
193*
**
**
**
*iyi calismalar*
*Arda*


[FreeBSD] mysql prob

2007-07-09 Başlik Arda bozkurt

Arkadaslar freebsd 6.2 uzerie porttan mysql kurdum. freebsd kurulurken /var
label'ini 2gb olarak set etmistim ve mysqlde db'i /var icinde tutuyor ve bu
kisim suan full, mysql database'ini nasil /usr kismina alabilirim ne gibi
degisiklikler yapmam gerekiyor.

iyi calismalar
Arda


Re: [FreeBSD] mysql prob

2007-07-09 Başlik Arda bozkurt

mkdir /usr/db  seklinde bir klasor olusturdum daha sonra
mv /var/db/mysql /usr/db yaptim son olarakta
ee /usr/local/bin/mysql_config icindeki ldata kismini
ldata='/usr/db/mysql'  seklinde duzenledim mysql suan calisiyor gibi
insallah bir tesrlik olmaz

yardimlariniz icin tesekkurler
Arda


On 7/9/07, Mesut GÜLNAZ [EMAIL PROTECTED] wrote:


 http://ipucu.enderunix.org/view.php?id=429lang=tr

ipucununu deneyiniz.

Daha sonra da my.cnf ve mysql.sh dosyalarının içerisinden yeni DB PATH ini
giriniz.



* *

*İyi çalışmalar...*

* *

*Mesut GÜLNAZ*

*IEM*



*From:* Arda bozkurt [mailto:[EMAIL PROTECTED]
*Sent:* Monday, July 09, 2007 9:43 AM
*To:* freebsd@lists.enderunix.org
*Subject:* [FreeBSD] mysql prob





Arkadaslar freebsd 6.2 uzerie porttan mysql kurdum. freebsd kurulurken
/var label'ini 2gb olarak set etmistim ve mysqlde db'i /var icinde tutuyor
ve bu kisim suan full, mysql database'ini nasil /usr kismina alabilirim ne
gibi degisiklikler yapmam gerekiyor.



iyi calismalar

Arda



[FreeBSD] cron ????

2007-07-05 Başlik Arda bozkurt

arkadaslar 2 adet script hazirladim ve ilk scripti 15 dakikada bir calisacak
sekilde ayarladim 2. scriptin 1.den 1 dakika sonr calismasini istiyorum ve
bunun asagidaki gibi bir cron ayarladim ama bu sekilde oldugunda istedigim
gibi calismadi yani 2.script 16,32,48 seklinde her calistiginda ilk
scriptten uzaklasmaya basladi. bu sorunu nasil asacagim hakkinda yardimci
olursaniz sevinirim herkese iyi calismalar.



#minute hourmdaymonth   wdaywho command
#
*/15*   *   *   *   root/usr/isdn/scripts/test.sh
*/16*   *   *   *   root/usr/isdn/scripts/test1.sh


Re: [FreeBSD] cron ????

2007-07-05 Başlik Arda bozkurt

*/15*   *   *   *   root/usr/isdn/scripts/test.sh
2   *   *   *   *   root/usr/isdn/scripts/test1.sh
16  *   *   *   *   root/usr/isdn/scripts/test1.sh
31  *   *   *   *   root/usr/isdn/scripts/test1.sh
46  *   *   *   *   root/usr/isdn/scripts/test1.sh


seklindede calisti ama sizinde solediginiz gibi (1,16,31,46 * * * * test1.sh)
seklinde yapmak daha basit olacaktir.

herkese tesekkurler
Arda

On 7/5/07, Necati Ersen SISECI [EMAIL PROTECTED] wrote:



Selamlar,

Bu sekilde yazinca, 1nci script bitmeden 2ncinin baslama ihtimali
olabilir.
Bunun yerine, 1nci script in sonuna

sleep 60

satirini ekleyip, 1nci scriptten 2nci yi cagirirsaniz, 1nci bittikten 1
dk sonra 2 nci baslayacaktir.

2nci bir cozum olarak da
*/15 * * * * test.sh
1,16,31,46 * * * * test1.sh

seklinde kullanabilirsiniz. Bu sekilde 2nci script in 1nci calismaya
basladiktan 1 dk sonra calismasini saglayabilirsiniz.


Iyi calismalar dilerim.

Necati Ersen SISECI
EnderUnix Core Team Member
EnderUnix SDT ~ Turkey
http://www.enderunix.org



Arda bozkurt yazmış:

 arkadaslar 2 adet script hazirladim ve ilk scripti 15 dakikada
 bir calisacak sekilde ayarladim 2. scriptin 1.den 1 dakika sonr
 calismasini istiyorum ve bunun asagidaki gibi bir cron ayarladim ama
 bu sekilde oldugunda istedigim gibi calismadi yani 2.script 16,32,48
 seklinde her calistiginda ilk scriptten uzaklasmaya basladi. bu sorunu
 nasil asacagim hakkinda yardimci olursaniz sevinirim herkese iyi
 calismalar.



 #minute hourmdaymonth   wdaywho command
 #
 */15*   *   *   *
root/usr/isdn/scripts/test.sh
 */16*   *   *   *
 root/usr/isdn/scripts/test1.sh


-
Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
bakiniz.

Cikmak icin, e-mail: [EMAIL PROTECTED]
Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6





[FreeBSD] binat

2007-07-05 Başlik Arda bozkurt

Arkadaslar freebsd 6.2 ustunde pf kullaniyorum ve localde bulunan bir pcye
binat uygulayarak farkli bir ipden internete cikariyorum, ama iceriden binat
yaptigim realipye ping atamiyorum bsd uzerindende denedigimde ping
atilmiyor. localden binat uyguladigim bir real ipye ulasabilirmiyim.

iyi calismalar
Arda


[FreeBSD] dosya birlestirme

2007-06-26 Başlik Arda bozkurt

slm  arkadaslar

Elimde bulunan 2 adet .txt file'i arka arkaya baska bir .txt file'da
nasil birlestirebilirim bunun icin komut yada herhangi bir script varmi??

iyi calismalar
Arda


Re: [FreeBSD] dosya birlestirme

2007-06-26 Başlik Arda bozkurt

cevaplariniz icin tesekkur ederim bir sorum daha olacak. log dosyalarini
birlestirmek icin gunluk olarak bir dosya create edip onun icine atmak
istiyorum. mesela 20070626.log dosyasini nasil olusturabilirim.

iyi calismalar
Arda


On 6/26/07, Necati Ersen SISECI [EMAIL PROTECTED] wrote:


Selamlar,

paste komutu ile de yan yana birlestirebilirsiniz.

Iyi calismalar dilerim.

Necati Ersen SISECI
EnderUnix Core Team Member
EnderUnix SDT ~ Turkey
http://www.enderunix.org



Orhan Berent yazmış:
 cat file1  file2
 cat file1 file2  file3

 Orhan Berent

 On Tue, 2007-06-26 at 11:31 +0300, Arda bozkurt wrote:


 slm  arkadaslar

  Elimde bulunan 2 adet .txt file'i arka arkaya baska bir .txt
 file'da nasil birlestirebilirim bunun icin komut yada herhangi bir
 script varmi??

 iyi calismalar
 Arda




 -
 Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
bakiniz.

 Cikmak icin, e-mail: [EMAIL PROTECTED]
 Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
 FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6




-
Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
bakiniz.

Cikmak icin, e-mail: [EMAIL PROTECTED]
Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6





Re: [FreeBSD] Re: dosya birlestirme

2007-06-26 Başlik Arda bozkurt

cat /home/admin/test/$(date +%Y%m%d)\*.log 
/home/admin/test/daily/$(date +%Y%m%d)\.log
scripti calistirdigimda ustteki satir icin asagidaki gibi bir  hata aliyorum


./deneme.sh
cat: /home/admin/test/20070520*.log: No such file or directory




On 6/26/07, Metin KAYA [EMAIL PROTECTED] wrote:


asagidaki script isinize yarar sanirim:

# cat create_log.sh

#!/usr/local/bin/bash

timestamp=$(date +'%Y%m%d')

LOG_FILE=$timestamp.log

cat file1  file2
cat file1 file2  $LOG_FILE

exit 0

Arda bozkurt writes:

 cevaplariniz icin tesekkur ederim bir sorum daha olacak. log dosyalarini
 birlestirmek icin gunluk olarak bir dosya create edip onun icine atmak
 istiyorum. mesela 20070626.log dosyasini nasil olusturabilirim.

 iyi calismalar
 Arda


 On 6/26/07, Necati Ersen SISECI [EMAIL PROTECTED] wrote:

 Selamlar,

 paste komutu ile de yan yana birlestirebilirsiniz.

 Iyi calismalar dilerim.

 Necati Ersen SISECI
 EnderUnix Core Team Member
 EnderUnix SDT ~ Turkey
 http://www.enderunix.org



 Orhan Berent yazmış:
  cat file1  file2
  cat file1 file2  file3
 
  Orhan Berent
 
  On Tue, 2007-06-26 at 11:31 +0300, Arda bozkurt wrote:
 
 
  slm  arkadaslar
 
   Elimde bulunan 2 adet .txt file'i arka arkaya baska bir .txt
  file'da nasil birlestirebilirim bunun icin komut yada herhangi bir
  script varmi??
 
  iyi calismalar
  Arda
 
 
 
 
  -
  Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
 bakiniz.
 
  Cikmak icin, e-mail: [EMAIL PROTECTED]
  Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
  FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6
 
 
 

 -
 Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
 bakiniz.

 Cikmak icin, e-mail: [EMAIL PROTECTED]
 Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
 FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6








Metin KAYA
EnderUNIX Academy Software Developer   Endersys Software Engineer
http://www.EnderUNIX.org/  http://www.Endersys.com.tr/


-
Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine
bakiniz.

Cikmak icin, e-mail: [EMAIL PROTECTED]
Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey
FreeBSD 6 kitabi cikti! http://www.acikakademi.com/catalog/freebsd6





[FreeBSD] altq

2007-06-08 Başlik Arda bozkurt

arkadaslar slm

freebsd 6.2 uzerinde pf ve altq (cekirdegi yeniden derleyerek) aktif
durumda. yapmak istedigim sey herhengi bir kullanicinin bandwidth'ini
sinirlandirmak ama bir turlu basarili olamadim bu konuyla ilgili ornek bir
conf varmi elinizde : )

iyi calismlar
Arda


[FreeBSD] syslog

2007-06-07 Başlik Arda bozkurt

Herhangi makina yada routerdan gelen sysloglari nasil gorebilrim. freebsd
uzerinde kiwi benzeri bir uygulama varmi acaba.  Tcpdump ile sysloglarin
geldigini goruyorum ama loglari alamiyorum. yardimlarinz icin
simdiden tesekkurler.

iyi calismalar
Arda


Re: [FreeBSD] syslog

2007-06-07 Başlik Arda bozkurt

asagidaki gokumana gore ayptim ilk gun loglari almayida basardim fakat
makinayi reboot ettikten sonra bir turlu tekrar loglari alamadim. elinde
ornek bir konf yada dokuman olan paylasirsa sevinirim .





First of all thanks much to all who responded so quickly to my
question about setting up syslogging in order to accept messages from
Cisco (remote) boxes.

I could finally get that thing going. Here's what I did - maybe this
is of help to others running into similar problems:

1) In order for syslogd to accept messages from remote machines you've
got to use the -a-flag. Here's what I've got in my /etc/rc.conf:

syslogd_flags=-a 192.168.0.0/16:*

Don't forget the * - it makes sure that syslogd accepts UDP packets
from *every* port on the remote machine, not just the
syslog-port. Typically Cisco-boxes seem to have a high-order
source-port in their syslog-messages.

2) /etc/syslog.conf:
Make sure that the local7-messages coming from Cisco boxes aren't
logged multiple times. Typically the vanilla /etc/syslog.conf coming
with FreeBSD has the following line in /etc/syslog.conf (near the top
of the file):

*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err
/var/log/message
s

change this to read

*.notice;local7.none;authpriv.none;kern.debug;lpr.info;mail.crit;news.err
/var/log/messages

This makes sure that any syslog-messages with the local7 facility
don't get written to /var/log/messages.

Get to the end of syslog.conf. Here you'll find something like

!ppp
*.* /var/log/ppp.log

These is the setup for log-entries from ppp. You've got to add the
following line:

!*

This resets logging as per man syslog.conf(5): A program or hostname
specification may be reset by giving the program or hostname as `*'.
Without that line the lines that you add for your Cisco logging at the
end of the file (see below) will only be triggered when coming from
the ppp program which almost never is the case. (You can check this
using the debug-option of syslogd - see below)


3) Add your log-setup for cisco devices at the end of syslog.conf like
so:

local7.*/var/log/Syslog/cisco-syslog


4) Touch and chmod 600 the logfile mentioned above

5) Restart syslogd: /etc/rc.d/syslogd restart

Final thoughts  caveats:

1) Use TABs to separate the entries in /etc/syslog.conf

2) Running syslog in debug-mode (i.e. syslogd_flags=-d... in
etc/rc.conf) is a very helpful tool in tracking down problems. It
keeps syslogd running in the foreground and logs very helpful
information to the console

Be aware though, that syslogd in debug-mode is behaving somewhat
different. It e.g.seems to ignore the -a ... flags that are
otherwise necessary in order for syslog to accept messages from remote
machines, i.e. accepting messages from everywhere even without the -a
flag.




On 6/7/07, Mesut GÜLNAZ [EMAIL PROTECTED] wrote:


 Normal syslog işinizi görecektir. Ancak daha güzel ve esmek bir syslog
server için syslog-ng yi kullanabilirsiniz...



*From:* Arda bozkurt [mailto:[EMAIL PROTECTED]
*Sent:* Thursday, June 07, 2007 12:22 PM
*To:* freebsd@lists.enderunix.org
*Subject:* [FreeBSD] syslog





Herhangi makina yada routerdan gelen sysloglari nasil gorebilrim. freebsd
uzerinde kiwi benzeri bir uygulama varmi acaba.  Tcpdump ile sysloglarin
geldigini goruyorum ama loglari alamiyorum. yardimlarinz icin
simdiden tesekkurler.



iyi calismalar

Arda



Re: [FreeBSD] Yanıt: Re: [FreeBSD] syslog

2007-06-07 Başlik Arda bozkurt

syslogd: unknown facility name XXX

yukaridaki gibi bir hata mesaji aliyorum.


On 6/7/07, Mesut GÜLNAZ [EMAIL PROTECTED] wrote:


6.0 kullanıyorsanız rc.conf dosyasına bakınız gerekli parametre varmı
kontrol ediniz. Syslog calisiyor mu
Calısmıyor ıse ne hata verıyor
Bu log conf dakı log olabılır
Orada yok ıse messages a bakınız.
Mesut GÜLNAZ

-Original Message-
From: Arda bozkurt [EMAIL PROTECTED]

Date: Thu, 7 Jun 2007 12:54:59
To:freebsd@lists.enderunix.org
Subject: Re: [FreeBSD] syslog


PGRpdj4mbmJzcDs8L2Rpdj4KPGRpdj5hc2FnaWRha2kgZ29rdW1hbmEgZ29yZSBheXB0aW0gaWxr

IGd1biBsb2dsYXJpIGFsbWF5aWRhIGJhc2FyZGltIGZha2F0IG1ha2luYXlpIHJlYm9vdCBldHRp

a3RlbiBzb25yYSBiaXIgdHVybHUgdGVrcmFyIGxvZ2xhcmkgYWxhbWFkaW0uIGVsaW5kZSBvcm5l

ayBiaXIga29uZiB5YWRhIGRva3VtYW4gb2xhbiBwYXlsYXNpcnNhIHNldmluaXJpbSAuPC9kaXY+

CjxkaXY+Jm5ic3A7PC9kaXY+CjxkaXY+Jm5ic3A7PC9kaXY+CjxkaXY+Jm5ic3A7PC9kaXY+Cjxk

aXY+Jm5ic3A7PC9kaXY+CjxkaXY+Jm5ic3A7PC9kaXY+CjxkaXY+Rmlyc3Qgb2YgYWxsIHRoYW5r

cyBtdWNoIHRvIGFsbCB3aG8gcmVzcG9uZGVkIHNvIHF1aWNrbHkgdG8gbXk8YnI+cXVlc3Rpb24g

YWJvdXQgc2V0dGluZyB1cCBzeXNsb2dnaW5nIGluIG9yZGVyIHRvIGFjY2VwdCBtZXNzYWdlcyBm

cm9tPGJyPkNpc2NvIChyZW1vdGUpIGJveGVzLiA8YnI+PGJyPkkgY291bGQgZmluYWxseSBnZXQg

dGhhdCB0aGluZyBnb2luZy4gSGVyZSYjMzk7cyB3aGF0IEkgZGlkIC0gbWF5YmUgdGhpcyAKPGJy

PmlzIG9mIGhlbHAgdG8gb3RoZXJzIHJ1bm5pbmcgaW50byBzaW1pbGFyIHByb2JsZW1zOjxicj48

YnI+MSkgSW4gb3JkZXIgZm9yIHN5c2xvZ2QgdG8gYWNjZXB0IG1lc3NhZ2VzIGZyb20gcmVtb3Rl

IG1hY2hpbmVzIHlvdSYjMzk7dmU8YnI+Z290IHRvIHVzZSB0aGUgJnF1b3Q7LWEmcXVvdDstZmxh

Zy4gSGVyZSYjMzk7cyB3aGF0IEkmIzM5O3ZlIGdvdCBpbiBteSAvZXRjL3JjLmNvbmY6IAo8YnI+

PGJyPnN5c2xvZ2RfZmxhZ3M9JnF1b3Q7LWEgPGEgb25jbGljaz0icmV0dXJuIHRvcC5qcy5PcGVu

RXh0TGluayh3aW5kb3csZXZlbnQsdGhpcykiIGhyZWY9Imh0dHA6Ly8xOTIuMTY4LjAuMC8xNjoq

IiB0YXJnZXQ9Il9ibGFuayI+MTkyLjE2OC4wLjAvMTY6KjwvYT4mcXVvdDs8YnI+PGJyPkRvbiYj

Mzk7dCBmb3JnZXQgdGhlICZxdW90OyomcXVvdDsgLSBpdCBtYWtlcyBzdXJlIHRoYXQgc3lzbG9n

ZCBhY2NlcHRzIFVEUCBwYWNrZXRzCjxicj5mcm9tICpldmVyeSogcG9ydCBvbiB0aGUgcmVtb3Rl

IG1hY2hpbmUsIG5vdCBqdXN0IHRoZSA8YnI+c3lzbG9nLXBvcnQuIFR5cGljYWxseSBDaXNjby1i

b3hlcyBzZWVtIHRvIGhhdmUgYSBoaWdoLW9yZGVyPGJyPnNvdXJjZS1wb3J0IGluIHRoZWlyIHN5

c2xvZy1tZXNzYWdlcy48YnI+PGJyPjIpIC9ldGMvc3lzbG9nLmNvbmY6PGJyPk1ha2Ugc3VyZSB0

aGF0IHRoZSAmcXVvdDtsb2NhbDcmcXVvdDstbWVzc2FnZXMgY29taW5nIGZyb20gQ2lzY28gYm94

ZXMgYXJlbiYjMzk7dAo8YnI+bG9nZ2VkIG11bHRpcGxlIHRpbWVzLiBUeXBpY2FsbHkgdGhlIHZh

bmlsbGEgL2V0Yy9zeXNsb2cuY29uZiBjb21pbmc8YnI+d2l0aCBGcmVlQlNEIGhhcyB0aGUgZm9s

bG93aW5nIGxpbmUgaW4gL2V0Yy9zeXNsb2cuY29uZiAobmVhciB0aGUgdG9wPGJyPm9mIHRoZSBm

aWxlKTo8YnI+PGJyPioubm90aWNlO2F1dGhwcml2Lm5vbmU7a2Vybi5kZWJ1ZztscHIuaW5mbztt

YWlsLmNyaXQ7bmV3cy5lcnIgL3Zhci9sb2cvbWVzc2FnZSAKPGJyPnM8YnI+PGJyPmNoYW5nZSB0

aGlzIHRvIHJlYWQ8YnI+PGJyPioubm90aWNlO2xvY2FsNy5ub25lO2F1dGhwcml2Lm5vbmU7a2Vy

bi5kZWJ1ZztscHIuaW5mbzttYWlsLmNyaXQ7bmV3cy5lcnImbmJzcDsmbmJzcDsmbmJzcDsmbmJz

cDsmbmJzcDsmbmJzcDsgL3Zhci9sb2cvbWVzc2FnZXM8YnI+PGJyPlRoaXMgbWFrZXMgc3VyZSB0

aGF0IGFueSBzeXNsb2ctbWVzc2FnZXMgd2l0aCB0aGUgbG9jYWw3IGZhY2lsaXR5PGJyPmRvbiYj

Mzk7dCBnZXQgd3JpdHRlbiB0byAvdmFyL2xvZy9tZXNzYWdlcy4gCjxicj48YnI+R2V0IHRvIHRo

ZSBlbmQgb2Ygc3lzbG9nLmNvbmYuIEhlcmUgeW91JiMzOTtsbCBmaW5kIHNvbWV0aGluZyBsaWtl

PGJyPjxicj4hcHBwPGJyPiouKiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu

YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw

OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu

YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw

OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyAv

dmFyL2xvZy9wcHAubG9nPGJyPjxicj5UaGVzZSBpcyB0aGUgc2V0dXAgZm9yIGxvZy1lbnRyaWVz

IGZyb20gcHBwLiBZb3UmIzM5O3ZlIGdvdCB0byBhZGQgdGhlIAo8YnI+Zm9sbG93aW5nIGxpbmU6

PGJyPjxicj4hKjxicj48YnI+VGhpcyByZXNldHMgbG9nZ2luZyBhcyBwZXIgbWFuIHN5c2xvZy5j

b25mKDUpOiAmcXVvdDtBIHByb2dyYW0gb3IgaG9zdG5hbWU8YnI+c3BlY2lmaWNhdGlvbiBtYXkg

YmUgcmVzZXQgYnkgZ2l2aW5nIHRoZSBwcm9ncmFtIG9yIGhvc3RuYW1lIGFzIGAqJiMzOTsuJnF1

b3Q7PGJyPldpdGhvdXQgdGhhdCBsaW5lIHRoZSBsaW5lcyB0aGF0IHlvdSBhZGQgZm9yIHlvdXIg

Q2lzY28gbG9nZ2luZyBhdCB0aGUgCjxicj5lbmQgb2YgdGhlIGZpbGUgKHNlZSBiZWxvdykgd2ls

bCBvbmx5IGJlIHRyaWdnZXJlZCB3aGVuIGNvbWluZyBmcm9tPHNwYW4+PC9zcGFuPiA8YnI+dGhl

IHBwcCBwcm9ncmFtIHdoaWNoIGFsbW9zdCBuZXZlciBpcyB0aGUgY2FzZS4gKFlvdSBjYW4gY2hl

Y2sgdGhpczxicj51c2luZyB0aGUgZGVidWctb3B0aW9uIG9mIHN5c2xvZ2QgLSBzZWUgYmVsb3cp

PGJyPjxicj48YnI+MykgQWRkIHlvdXIgbG9nLXNldHVwIGZvciBjaXNjbyBkZXZpY2VzIGF0IHRo

ZSBlbmQgb2YgCnN5c2xvZy5jb25mIGxpa2U8YnI+c286PGJyPjxicj5sb2NhbDcuKiZuYnNwOyZu

YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw

OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyAvdmFyL2xvZy9TeXNsb2cvY2lzY28tc3lzbG9nPGJy

Pjxicj48YnI+NCkgVG91Y2ggYW5kICZxdW90O2NobW9kIDYwMCZxdW90OyB0aGUgbG9nZmlsZSBt

ZW50aW9uZWQgYWJvdmU8YnI+PGJyPjUpIFJlc3RhcnQgc3lzbG9nZDogL2V0Yy9yYy5kL3N5c2xv

Z2QgcmVzdGFydDxicj48YnI+RmluYWwgdGhvdWdodHMgJmFtcDsgY2F2ZWF0czogCjxicj48YnI+

MSkgVXNlICZsdDtUQUImZ3Q7cyB0byBzZXBhcmF0ZSB0aGUgZW50cmllcyBpbiAvZXRjL3N5c2xv

[FreeBSD] syslog daemon

2007-05-31 Başlik Arda bozkurt

herkese slm

   kullandiginiz yada onerebileceginiz bir syslog daemon (kiwi gibi) varmi.

iyi calismalar
Arda


[FreeBSD] openvpn'le ilgili

2007-05-29 Başlik Arda bozkurt

slm
   sitedeki dokumana benzer sekilde open vpn kurdum ama
1 adet deneme amacli sertifika olusturdum ve takildigim birkac
konuda yardiminizi rice ediyorum. kullanicilar icin yeni
sertifikalar olusturmak istiyorum ama ./build-key dedigimde
you must define KEY_DIR seklinde bir msj aliyorum.

1) Yeni bir user icin nasil sertifika olusturmam gerekiyor

2) Serifikayla ve beraber username password kontrolude yaptirabilirmiyiz.
(sertifika dosyalarina ulsabilen birisi kolayca sorun yaratabilir)

3) openvpn-gui programini bir memory-stick uzerinden calistirabilirmiyiz.
yani herhangi bir bilgisayar uzerinden memory-stick kullanarak vpn'e
connect olabilirmiyiz.

iyi calismalar
Arda


Re: [FreeBSD] openvpn'le ilgili

2007-05-29 Başlik Arda bozkurt

ismail bey merhaba
   yazdiklarinizdan anladigim kadariyla asagidaki gibi bir deneme yaptim
ama bir sonuc alamadim :(

linux konusunda yeni oldugumdan kusuruma bakmayin



# ./vars
NOTE: when you run ./clean-all, I will be doing a rm -rf on
/usr/local/etc/openvpn/easy-rsa/keys
# ./clean-all
you must define KEY_DIR
#
#
# ./build-key  xxx
you must define KEY_DIR



Tesekkurler...
Arda



On 5/29/07, Ismail YENIGUL [EMAIL PROTECTED] wrote:


Merhaba,

./build-key komutunu verdiginiz yerde bu komutu vermeden önce KEY_DIR
gibi değişkenleri tanımlamak için
# . vars

komutunu vermeniz gerekiyor.

build-key degil de   build-key-pass komutunu kullanırsanız key'lere
parola koruması da ekleyebilirsiniz.

Tuesday, May 29, 2007, 11:45:17 AM, you wrote:

 slm
   sitedeki dokumana benzer sekilde open vpn kurdum ama
  1 adet deneme amacli sertifika olusturdum ve takildigim birkac
  konuda yardiminizi rice ediyorum. kullanicilar icin yeni
 sertifikalar olusturmak istiyorum ama ./build-key dedigimde
 you must define KEY_DIR seklinde bir msj aliyorum.

  1) Yeni bir user icin nasil sertifika olusturmam gerekiyor

  2) Serifikayla ve beraber username password kontrolude
yaptirabilirmiyiz.
  (sertifika dosyalarina ulsabilen birisi kolayca sorun yaratabilir)

  3) openvpn-gui programini bir memory-stick uzerinden
calistirabilirmiyiz.
 yani herhangi bir bilgisayar uzerinden memory-stick kullanarak vpn'e
 connect olabilirmiyiz.

  iyi calismalar
  Arda



--
Ismail YENIGUL
EnderUNIX Cekirdek Takimi Uyesi
Acik Akademi Yayinlari Editoru
[EMAIL PROTECTED]
http://www.enderunix.org

Yayinevi Sanal Magaza: http://dukkan.acikakademi.com
endersys: http://www.endersys.com




Re: Re[2]: [FreeBSD] openvpn'le ilgili

2007-05-29 Başlik Arda bozkurt

yine olmadi.

# .vars
.vars: not found
#
#
# vars
vars: not found




On 5/29/07, Ismail YENIGUL [EMAIL PROTECTED] wrote:


Merhaba,

./vars  degil

. vars

olması lazım.
Tuesday, May 29, 2007, 12:31:07 PM, you wrote:

 ismail bey merhaba
   yazdiklarinizdan anladigim kadariyla asagidaki gibi bir deneme yaptim
ama bir sonuc alamadim :(

  linux konusunda yeni oldugumdan kusuruma bakmayin



  # ./vars
 NOTE: when you run ./clean-all, I will be doing a rm -rf on
 /usr/local/etc/openvpn/easy-rsa/keys
 # ./clean-all
 you must define KEY_DIR
  #
  #
  # ./build-key xxx
  you must define KEY_DIR



  Tesekkurler...
  Arda



  On 5/29/07, Ismail YENIGUL [EMAIL PROTECTED] wrote:
 Merhaba,

 ./build-key komutunu verdiginiz yerde bu komutu vermeden önce KEY_DIR
 gibi değişkenleri tanımlamak için
 # . vars

 komutunu vermeniz gerekiyor.

 build-key degil de build-key-pass komutunu kullanırsanız key'lere
 parola koruması da ekleyebilirsiniz.

 Tuesday, May 29, 2007, 11:45:17 AM, you wrote:

 slm
 sitedeki dokumana benzer sekilde open vpn kurdum ama
1 adet deneme amacli sertifika olusturdum ve takildigim birkac
konuda yardiminizi rice ediyorum. kullanicilar icin yeni
 sertifikalar olusturmak istiyorum ama ./build-key dedigimde
 you must define KEY_DIR seklinde bir msj aliyorum.

1) Yeni bir user icin nasil sertifika olusturmam gerekiyor

2) Serifikayla ve beraber username password kontrolude
yaptirabilirmiyiz.
(sertifika dosyalarina ulsabilen birisi kolayca sorun yaratabilir)

3) openvpn-gui programini bir memory-stick uzerinden
calistirabilirmiyiz.
 yani herhangi bir bilgisayar uzerinden memory-stick kullanarak vpn'e
 connect olabilirmiyiz.

iyi calismalar
Arda



 --
 Ismail YENIGUL
 EnderUNIX Cekirdek Takimi Uyesi
 Acik Akademi Yayinlari Editoru
 [EMAIL PROTECTED]
 http://www.enderunix.org

 Yayinevi Sanal Magaza: http://dukkan.acikakademi.com
 endersys: http://www.endersys.com






--
Ismail YENIGUL
EnderUNIX Cekirdek Takimi Uyesi
Acik Akademi Yayinlari Editoru
[EMAIL PROTECTED]
http://www.enderunix.org

Yayinevi Sanal Magaza: http://dukkan.acikakademi.com
endersys: http://www.endersys.com




Re: Re[4]: [FreeBSD] openvpn'le ilgili

2007-05-29 Başlik Arda bozkurt

Arkadaslar yardimlarinizdan dolayi cok tesekkurler bu kadar kisa sure icinde
sorularima yanit bulmayi beklemiyordum acikcasi. :))

iyi calismalar
Arda


On 5/29/07, Ismail YENIGUL [EMAIL PROTECTED] wrote:


Merhaba,


.vars da degil
# . vars
olacak!. nokta ile vars arasında bir boşluk var. (nokta boşluk  vars)

Tuesday, May 29, 2007, 1:58:36 PM, you wrote:

 yine olmadi.

  # .vars
 .vars: not found
  #
  #
  # vars
 vars: not found




  On 5/29/07, Ismail YENIGUL [EMAIL PROTECTED] wrote:
 Merhaba,

 ./varsdegil

 . vars

 olması lazım.
 Tuesday, May 29, 2007, 12:31:07 PM, you wrote:

 ismail bey merhaba
 yazdiklarinizdan anladigim kadariyla asagidaki gibi bir deneme yaptim
ama bir sonuc alamadim :(

linux konusunda yeni oldugumdan kusuruma bakmayin



# ./vars
 NOTE: when you run ./clean-all, I will be doing a rm -rf on
 /usr/local/etc/openvpn/easy-rsa/keys
 # ./clean-all
 you must define KEY_DIR
#
#
# ./build-key xxx
you must define KEY_DIR



Tesekkurler...
Arda



On 5/29/07, Ismail YENIGUL [EMAIL PROTECTED]  wrote:
 Merhaba,

 ./build-key komutunu verdiginiz yerde bu komutu vermeden önce KEY_DIR
 gibi değişkenleri tanımlamak için
 # . vars

 komutunu vermeniz gerekiyor.

 build-key degil de build-key-pass komutunu kullanırsanız key'lere
 parola koruması da ekleyebilirsiniz.

 Tuesday, May 29, 2007, 11:45:17 AM, you wrote:

 slm
 sitedeki dokumana benzer sekilde open vpn kurdum ama
1 adet deneme amacli sertifika olusturdum ve takildigim birkac
konuda yardiminizi rice ediyorum. kullanicilar icin yeni
 sertifikalar olusturmak istiyorum ama ./build-key dedigimde
 you must define KEY_DIR seklinde bir msj aliyorum.

1) Yeni bir user icin nasil sertifika olusturmam gerekiyor

2) Serifikayla ve beraber username password kontrolude
yaptirabilirmiyiz.
(sertifika dosyalarina ulsabilen birisi kolayca sorun yaratabilir)

3) openvpn-gui programini bir memory-stick uzerinden
calistirabilirmiyiz.
 yani herhangi bir bilgisayar uzerinden memory-stick kullanarak vpn'e
 connect olabilirmiyiz.

iyi calismalar
Arda



 --
 Ismail YENIGUL
 EnderUNIX Cekirdek Takimi Uyesi
 Acik Akademi Yayinlari Editoru
 [EMAIL PROTECTED]
 http://www.enderunix.org

 Yayinevi Sanal Magaza: http://dukkan.acikakademi.com
 endersys: http://www.endersys.com






 --
 Ismail YENIGUL
 EnderUNIX Cekirdek Takimi Uyesi
 Acik Akademi Yayinlari Editoru
 [EMAIL PROTECTED]
 http://www.enderunix.org

 Yayinevi Sanal Magaza: http://dukkan.acikakademi.com
 endersys: http://www.endersys.com






--
Ismail YENIGUL
EnderUNIX Cekirdek Takimi Uyesi
Acik Akademi Yayinlari Editoru
[EMAIL PROTECTED]
http://www.enderunix.org

Yayinevi Sanal Magaza: http://dukkan.acikakademi.com
endersys: http://www.endersys.com