blocking MAC address with ipfw ?

2005-05-02 Thread faisal gillani
how can i block a MAC address with ipfw ?
can you share the syntax please ?


thanks


*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest




__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more. 
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


NATD server problem on 5.3 ?

2005-04-19 Thread faisal gillani
Well i recently installed my first natd server on
freebsd 5.3, but its not working ?

 here is wat i did ..

1. compiles kernal with the following options

options IPFIREWALL
options IPV6FIREWALL
options IPDIVERT

2. made the following entries in rc.conf

defaultrouter=10.0.0.1
gateway_enable=YES
hostname=natserver
ifconfig_fxp0=inet 192.168.0.1  netmask
255.255.255.0
ifconfig_xl0=inet 10.0.0.5  netmask 255.255.255.0
firewall_enable=yes
natd_enable=yes
natd_interface=xl0
natd_flags=-f /etc/natd.conf

3. made the following entries in rc.firewall


/sbin/ipfw -f flush
/sbin/ipfw add allow all from any to any via fxp0
/sbin/ipfw add allow icmp from  any to any out via xl0
/sbin/ipfw add allow all from any to any via lo0
/sbin/ipfw add divert natd ip from any to any via xl0
/sbin/ipfw add allow ip from any to 10.0.0.5 in recv
xl0
/sbin/ipfw add allow ip from 10.0.0.5 to any out xmit
xl0

4. configure the windows clients as follows

ipaddress = 192.168.0.3
subnet   = 255.255.255.0
gateway  = 192.168.0.1
dns server = 192.168.0.2 dns server capable of
resolving internet  local address

this is all that i have done but still interet is not
working on clients , what should i do now ?




*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest




__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


all ports open ?

2005-04-12 Thread faisal gillani
Well i port scanned couple of internet websites  got
all ports open from that site , is that a security
measure ?
if yes how can i do that ?


:)
thanks
Faisal


*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


DNS Names resolution in ipfw+nat ?

2005-04-07 Thread faisal gillani
Well i read couple of  how,to artical on the internet
regarding setting up a ipfw firewall with nat to allow
your private network client to setup internet access ,
but their isnt one thing clear to me , which was not
present in any of the articals , which is how there
internal clients gona resolve internet hosts names ? 

will this be autoconfigured ?

thanks 


*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ipfw firewall mailing list ?

2005-04-06 Thread faisal gillani
can u guys tell me , is there any ipfw firewall i can
subscribe to to learn it or ask daily usage questions
to ?


thanks


*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Hyperthreading not working on my 5.3 FreeBSD

2005-04-03 Thread faisal gillani
Well the output of my dmesg command is only showing 1
processor , HT is enabled in bios ,  working on
windows XP on the same PC.
what can be wrong ? is there anyway to enable it ?

thanks



*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sound problem ...

2005-04-03 Thread faisal gillani
i configured Freebsd as my desktop, everything is
working fine , except sound , freebsd havent seemed to
pick up my sound card .. or its not configured , is
there any utility there to configure sound ?

thanks


*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest




__ 
Do you Yahoo!? 
Yahoo! Personals - Better first dates. More second dates. 
http://personals.yahoo.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


HT still not working ... version 5.3

2005-04-03 Thread faisal gillani
i have intel 2.8 ghz HT enabled system,which works on
windows XP but not working with HT technology in
freebsd i did compile freebsd kernal with smp support
but still 2nd processor fails to start , here are the
messages in the dmesg output.

FreeBSD 5.3-RELEASE #1: Mon Apr  4 00:03:25 UTC 2005
   
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/clickonlineosbeta1
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2793.20-MHz
686-class CPU)
  Origin = GenuineIntel  Id = 0xf25  Stepping = 5
 
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Hyperthreading: 2 logical CPUs
real memory  = 250802176 (239 MB)
avail memory = 235687936 (224 MB)
ACPI APIC Table: INTEL  D865GBF 
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0 Version 2.0 irqs 0-23 on motherboard
module_register_init: MOD_LOAD (splash_bmp,
0xc09db810, 0) error 2
 


acpi_timer0: 24-bit timer at 3.579545MHz port
0x408-0x40b on acpi0
cpu0: ACPI CPU port 0x530-0x537 on acpi0
cpu1: ACPI CPU port 0x530-0x537 on acpi0
cpu1: Failed to attach throttling P_CNT



acd1: CDROM HL-DT-ST CD-ROM GCR-8522B/1.00 at
ata1-master PIO4
SMP: AP CPU #1 Launched!
Mounting root from ufs:/dev/ad0s2a


*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest




__ 
Yahoo! Messenger 
Show us what our next emoticon should look like. Join the fun. 
http://www.advision.webevents.yahoo.com/emoticontest
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems starting X windows :S

2005-03-25 Thread faisal gillani
i wanted to test freebsd as a desktop but am stuck in
the first step , making frebsd graphical . i get this
error while startingx 

Fatal server error:
xf86EnableIO: Failed to open /dev/io for extended I/O

what can be wrong ?

*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest




__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


XF86Setup files missing ?

2005-03-24 Thread faisal gillani
i install Freebsd 5.3 full install , installed
everything on the 1 CD , bt now when i try to
configure X windows by running XF86Setup , the file is
no where to be found also xf86config is not found ?
what can be wrong ,  how can i setup my X windows now
?


thanks


*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest




__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: OT please comment on my underconstruction open source website ...

2005-03-08 Thread faisal gillani
oppsss :-S
www.openpakistan.org


--- Subhro [EMAIL PROTECTED] wrote:

 Where is the site???
 
 Indian Institute of Information Technology
 Subhro Sankha Kar
 Block AQ-13/1, Sector V
 Salt Lake City
 PIN 700091
 India
  -Original Message-
  From: [EMAIL PROTECTED]
 [mailto:owner-freebsd-
  [EMAIL PROTECTED] On Behalf Of faisal gillani
  Sent: Tuesday, March 08, 2005 11:11
  To: FreeBSD
  Subject: OT please comment on my underconstruction
 open source website ...
  
  i am making a regional open sources softwares site
 , 
  would like to here comments of professionals like
 you.
  this sites is made , maintain ,  hosted by me
 only ,
  :-( , need help .
  
  thanks :-)
  
  
  
  *:$., 88,.$:*(((*$ Allah-hu-Akber*:$., 88,.$:*((*$
  God is the Greatest
  
  
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam
 protection around
  http://mail.yahoo.com
  ___
  freebsd-questions@freebsd.org mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 freebsd-questions-
  [EMAIL PROTECTED]
 


*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest





__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


OT please comment on my underconstruction open source website ...

2005-03-07 Thread faisal gillani
i am making a regional open sources softwares site , 
would like to here comments of professionals like you.
this sites is made , maintain ,  hosted by me only ,
:-( , need help .

thanks :-)



*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Articals/howtos needed ..

2005-02-18 Thread faisal gillani
Hello there i want some small sized articals about
freebsd , if you have any please mail me on
[EMAIL PROTECTED] .

thanks


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest




__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


My first FreeBSD Article ...

2005-02-17 Thread faisal gillani
Here there , i have written my first FreeBSD article ,
on installing FreeBSD Installation. 
mind having a look on it ?  correcting if i did
anything wrong ?
also please send me any good easy for newbies to
understand articles i wana share them on my under
construction site , www.openpakistan.org 

mail them to me on [EMAIL PROTECTED] 



=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest




__ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com ___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


OT sharing how,tos articles ?

2005-02-11 Thread faisal gillani
well i am builting a opensource softwares related site
on which i have a articals section ill use to promote
open source softwares in my reagion , so i was
thinking does the open source people allow their
documentations to be shared ? if not all then can u
recommend a site about freeBSD that will let me do so
?


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


OT sharing how,tos articles ?

2005-02-11 Thread faisal gillani
well i am builting a opensource softwares related site
on which i have a articals section ill use to promote
open source softwares in my reagion , so i was
thinking does the open source people allow their
documentations to be shared ? if not all then can u
recommend a site about freeBSD that will let me do so
?
also if you have any good articals , mail me on
[EMAIL PROTECTED] 

thanks

=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest




__ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD Banners ?

2005-02-11 Thread faisal gillani
i want to promote freebsd on my site , where can i
find good looking freebsd AD banners ?
if you have mail me on
[EMAIL PROTECTED]

thanks


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest




__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


distrubuting distro

2005-02-02 Thread faisal gillani
Is it allowed to distribute Freebsd on any other
distro  charging only media cost related to it ?
GNU based application are very hard to find here in my
country  ordering from Internet is very expensive,
for a normal user , so i was thinking can i copy my
distro Cd's  sell @ media cost in my country ? is it
allowed ?


thanks


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


strange log files ..

2005-01-24 Thread faisal gillani
there are so many my private ip name log files present
on my system ...

my network ip scheme is 10.0.0.
why is that ?



log.0.0.0.0 log.10.0.0.225 
log.smbd.old
log.10.0.0.1log.10.0.0.23  
lpd-errs
log.10.0.0.108  log.10.0.0.23.old  
maillog
log.10.0.0.109  log.10.0.0.234 
maillog.0.bz2
log.10.0.0.11   log.10.0.0.236 
maillog.1.bz2
log.10.0.0.110  log.10.0.0.237 
maillog.2.bz2
log.10.0.0.111  log.10.0.0.240 
maillog.3.bz2
log.10.0.0.118  log.10.0.0.240.old 
maillog.4.bz2
log.10.0.0.125  log.10.0.0.242 
maillog.5.bz2
log.10.0.0.127  log.10.0.0.248 
messages
log.10.0.0.134  log.10.0.0.249 
messages.0.bz2
log.10.0.0.138  log.10.0.0.25  
messages.1.bz2
log.10.0.0.146  log.10.0.0.254 
messages.2.bz2
log.10.0.0.150  log.10.0.0.26  
mount.today
log.10.0.0.153  log.10.0.0.28  
ppp.log
log.10.0.0.157  log.10.0.0.3samba
log.10.0.0.157.old  log.10.0.0.30  
scrollkeeper.log
log.10.0.0.16   log.10.0.0.31  
security
log.10.0.0.162  log.10.0.0.43  
sendmail.st
log.10.0.0.168  log.10.0.0.46  
sendmail.st.0
log.10.0.0.181  log.10.0.0.47  
sendmail.st.1
log.10.0.0.181.old  log.10.0.0.5   
setuid.today
log.10.0.0.183  log.10.0.0.51  
slip.log
log.10.0.0.186  log.10.0.0.52  
userlog
log.10.0.0.187  log.10.0.0.53   wtmp
log.10.0.0.189  log.10.0.0.56  
xferlog
log.10.0.0.19   log.10.0.0.67

=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


missing files in system boot .

2005-01-24 Thread faisal gillani
there are some missing file error in the system start
up .. 
these files are related to samba deamon , which by the
way is running fine ..
what can be the case here ?




Jan 24 12:51:23 website kernel: /libexec/ld-elf.so.1: 
Jan 24 12:51:23 website kernel: Shared object
libldap-2.2.so.7 not found, requ
ired by smbd
Jan 24 12:51:23 website kernel: 
Jan 24 12:51:23 website kernel: nmbd
Jan 24 12:51:23 website kernel: /libexec/ld-elf.so.1: 
Jan 24 12:51:23 website kernel: Shared object
libiconv.so.3 not found, require
d by nmbd
Jan 24 12:51:23 website kernel: 
Jan 24 12:51:23 website kernel: add net default:
gateway 10.0.0.1
Jan 24 12:51:23 website kernel: Additional routing
options:
Jan 24 12:51:23 website kernel: .
Jan 24 12:51:23 website kernel: Starting devd.
Jan 24 12:51:23 website kernel: smbd
Jan 24 12:51:23 website kernel: /libexec/ld-elf.so.1: 
Jan 24 12:51:23 website kernel: Shared object
libldap-2.2.so.7 not found, requ
ired by smbd
Jan 24 12:51:23 website kernel: 
Jan 24 12:51:23 website kernel: nmbd
Jan 24 12:51:23 website kernel: /libexec/ld-elf.so.1: 
Jan 24 12:51:23 website kernel: Shared object
libiconv.so.3 not found, require
d by nmbd
Jan 24 12:51:23 website kernel: 
Jan 24 12:51:23 website kernel: smbd
Jan 24 12:51:23 website kernel: /libexec/ld-elf.so.1: 
Jan 24 12:51:23 website kernel: Shared object
libldap-2.2.so.7 not found, requ
ired by smbd
Jan 24 12:51:23 website kernel: 
Jan 24 12:51:23 website kernel: nmbd
Jan 24 12:51:23 website kernel: /libexec/ld-elf.so.1: 
Jan 24 12:51:23 website kernel: Shared object
libiconv.so.3 not found, require
d by nmbd


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange log files ..

2005-01-24 Thread faisal gillani
yes exactly .. i am only allowing 2-3 systems on my
network to access samba others are all denied acess ..
so these are some kind of security log files ?\
is there a way to disable them ? i mean stop making
these files ..



--- Daniel S. Haischt
[EMAIL PROTECTED] wrote:

 log.10.0.0.x files are samba log. Each smb clients
 that connects to your samba instance gets its own
 log file.
 
 Are you running DHCP?
 Are you restricting access to your sambe server?
 For example are you denying access from the internet
 to samba?
 
 faisal gillani schrieb:
  there are so many my private ip name log files
 present
  on my system ...
  
  my network ip scheme is 10.0.0.
  why is that ?
  
  
  
  log.0.0.0.0 log.10.0.0.225 
  log.smbd.old
  log.10.0.0.1log.10.0.0.23  
  lpd-errs
  log.10.0.0.108  log.10.0.0.23.old  
  maillog
  log.10.0.0.109  log.10.0.0.234 
  maillog.0.bz2
  log.10.0.0.11   log.10.0.0.236 
  maillog.1.bz2
  log.10.0.0.110  log.10.0.0.237 
  maillog.2.bz2
  log.10.0.0.111  log.10.0.0.240 
  maillog.3.bz2
  log.10.0.0.118  log.10.0.0.240.old 
  maillog.4.bz2
  log.10.0.0.125  log.10.0.0.242 
  maillog.5.bz2
  log.10.0.0.127  log.10.0.0.248 
  messages
  log.10.0.0.134  log.10.0.0.249 
  messages.0.bz2
  log.10.0.0.138  log.10.0.0.25  
  messages.1.bz2
  log.10.0.0.146  log.10.0.0.254 
  messages.2.bz2
  log.10.0.0.150  log.10.0.0.26  
  mount.today
  log.10.0.0.153  log.10.0.0.28  
  ppp.log
  log.10.0.0.157  log.10.0.0.3   
 samba
  log.10.0.0.157.old  log.10.0.0.30  
  scrollkeeper.log
  log.10.0.0.16   log.10.0.0.31  
  security
  log.10.0.0.162  log.10.0.0.43  
  sendmail.st
  log.10.0.0.168  log.10.0.0.46  
  sendmail.st.0
  log.10.0.0.181  log.10.0.0.47  
  sendmail.st.1
  log.10.0.0.181.old  log.10.0.0.5   
  setuid.today
  log.10.0.0.183  log.10.0.0.51  
  slip.log
  log.10.0.0.186  log.10.0.0.52  
  userlog
  log.10.0.0.187  log.10.0.0.53  
 wtmp
  log.10.0.0.189  log.10.0.0.56  
  xferlog
  log.10.0.0.19   log.10.0.0.67
  
  =
  *º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
  
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam
 protection around 
  http://mail.yahoo.com 
  ___
  freebsd-questions@freebsd.org mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 -- 
 Mit freundlichen Gruessen / With kind regards
 DAn.I.El S. Haischt
 
 Want a complete signature??? Type at a shell prompt:
 $  finger -l [EMAIL PROTECTED]
 


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


making freebsd boot faster ...

2005-01-24 Thread faisal gillani
i want my freebsd 5.3 to boot faster 
there are almost 15 sec my box is taking longer , 5
sec in the boot manager screen  10 sec more in the
welcome  boot options screen ..


?

=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange log files ..

2005-01-24 Thread faisal gillani
yes i do use the host allow function .. 
 no i dont use dhcp anywhere on my network .. 

i like static ip assingment , 

thanks for the reply sir


--- Daniel S. Haischt
[EMAIL PROTECTED] wrote:

 those logs are containing traces from the smbd and
 nmbd
 process.
 
 Do you ahve a line this in your smb.conf?
 
   hosts allow = 192.168.0., 192.168.120.
 
 Additionally you should should change the directory
 which holds your samba log files:
 
   log file = /var/log/samba/log.%m
 
 because you do have a samba directory in /var/log.
 
 --
 
 Do all of you three systems receive their IP etc.
 via
 DHCP? Do you run a DHCP daemon or some kinda router
 with a builtin DHCP server?
 
 faisal gillani schrieb:
  yes exactly .. i am only allowing 2-3 systems on
 my
  network to access samba others are all denied
 acess ..
  so these are some kind of security log files ?\
  is there a way to disable them ? i mean stop
 making
  these files ..
  
  
  
  --- Daniel S. Haischt
  [EMAIL PROTECTED] wrote:
  
  
 log.10.0.0.x files are samba log. Each smb clients
 that connects to your samba instance gets its own
 log file.
 
 Are you running DHCP?
 Are you restricting access to your sambe server?
 For example are you denying access from the
 internet
 to samba?
 
 faisal gillani schrieb:
 
 there are so many my private ip name log files
 
 present
 
 on my system ...
 
 my network ip scheme is 10.0.0.
 why is that ?
 
 
 
 log.0.0.0.0 log.10.0.0.225 
 log.smbd.old
 log.10.0.0.1log.10.0.0.23  
 lpd-errs
 log.10.0.0.108  log.10.0.0.23.old  
 maillog
 log.10.0.0.109  log.10.0.0.234 
 maillog.0.bz2
 log.10.0.0.11   log.10.0.0.236 
 maillog.1.bz2
 log.10.0.0.110  log.10.0.0.237 
 maillog.2.bz2
 log.10.0.0.111  log.10.0.0.240 
 maillog.3.bz2
 log.10.0.0.118  log.10.0.0.240.old 
 maillog.4.bz2
 log.10.0.0.125  log.10.0.0.242 
 maillog.5.bz2
 log.10.0.0.127  log.10.0.0.248 
 messages
 log.10.0.0.134  log.10.0.0.249 
 messages.0.bz2
 log.10.0.0.138  log.10.0.0.25  
 messages.1.bz2
 log.10.0.0.146  log.10.0.0.254 
 messages.2.bz2
 log.10.0.0.150  log.10.0.0.26  
 mount.today
 log.10.0.0.153  log.10.0.0.28  
 ppp.log
 log.10.0.0.157  log.10.0.0.3   
 
 samba
 
 log.10.0.0.157.old  log.10.0.0.30  
 scrollkeeper.log
 log.10.0.0.16   log.10.0.0.31  
 security
 log.10.0.0.162  log.10.0.0.43  
 sendmail.st
 log.10.0.0.168  log.10.0.0.46  
 sendmail.st.0
 log.10.0.0.181  log.10.0.0.47  
 sendmail.st.1
 log.10.0.0.181.old  log.10.0.0.5   
 setuid.today
 log.10.0.0.183  log.10.0.0.51  
 slip.log
 log.10.0.0.186  log.10.0.0.52  
 userlog
 log.10.0.0.187  log.10.0.0.53  
 
 wtmp
 
 log.10.0.0.189  log.10.0.0.56  
 xferlog
 log.10.0.0.19   log.10.0.0.67
 
 =
 *º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤.,
 ¸¸,.¤º*¨¨*¤
 

__
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 
 protection around 
 
 http://mail.yahoo.com 
 ___
 freebsd-questions@freebsd.org mailing list
 
 
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  
 To unsubscribe, send any mail to
 
 [EMAIL PROTECTED]
 
 -- 
 Mit freundlichen Gruessen / With kind regards
 DAn.I.El S. Haischt
 
 Want a complete signature??? Type at a shell
 prompt:
 $  finger -l [EMAIL PROTECTED]
 
  
  
  
  =
  *º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
  
  
  
  __ 
  Do you Yahoo!? 
  All your favorites on one personal page – Try My
 Yahoo!
  http://my.yahoo.com 
  ___
  freebsd-questions@freebsd.org mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 -- 
 Mit freundlichen Gruessen / With kind regards
 DAn.I.El S. Haischt
 
 Want a complete signature??? Type at a shell prompt:
 $  finger -l [EMAIL PROTECTED]
 


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gnome desktop ?

2005-01-23 Thread faisal gillani
Well i installed all the packages needed for gnome
desktop , but when i startx a plain dull desktop
manager comes , what can be wrong ?
how to start gnome ?



=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gnome desktop ?

2005-01-23 Thread faisal gillani
Well i installed all the packages needed for gnome
desktop , but when i startx a plain dull desktop
manager comes , what can be wrong ?
how to start gnome ?



=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤




__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


console messages after dmesg ?

2005-01-23 Thread faisal gillani
How can i view the messages that comes after the
demesg output messages ?



=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


port 445 ?

2005-01-23 Thread faisal gillani
i use samba on my freebsd server to share files , i
dont use any active directory connectivity still the
port 445/tcpopenmicrosoft-ds is open , i
read is some where that this port should be close as
it is dangerous to the server , is this true ?

thanks
 

=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 5.3 CD2 ?

2005-01-23 Thread faisal gillani
i installed freebsd 5.3  the first cd installed
everything i needed , but i got 2 cds with freebsd , i
browsed it but couldent understand wat is it for 
?



=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD I LOVE YOU

2005-01-19 Thread faisal gillani
Well it has been almost a year now since I first tried
FreeBSD 5.2.1 on my production server :-)  I like
playing with danger  since then it has been just
giving me 110% always forever ... my FreeBSD server is
responsible for transferring large media files on my
network with Samba2  Apache2
. Since I installed it I have had loads of problems
with my other Linux  windows servers but never with
FreeBSD its just always there for me .. just
DELIVERING all the time I must say I have been more
then impress with it , I have never seen a better 
faster performing server operating system EVER !! 
also recently I discovered that the version I have
been using 5.2.1 was a Beta :-O ... Amazing if this
performance you get with a beta then ..
speechless 
so now I smooth upgraded to 5.3 now ... 
 Although I don't think FreeBSD with desktop OS but
with server OS I more then recommend .
 here is my little success story with FreeBSD .I LOVE
IT !!!
next stop OpenSolairs .. :-)
 
take care


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
Yahoo! Mail - 250MB free storage. Do more. Manage less. 
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD I LOVE YOU

2005-01-19 Thread faisal gillani
hmmm exactly right .. u know i have a 750MHz At halon
with 256MB ram ..  still my processor is 80% idle
most of the time ..
i also have some windows server on my network but
thats a compulsory rather then choice .



--- Anthony Atkielski [EMAIL PROTECTED]
wrote:

 Jorn Argelo writes:
 
 JA Either way, I never want another server OS
 again. This is great.
 
 If I had to install a dozen more servers today, they
 would all get
 FreeBSD.  It makes extremely good use of whatever
 hardware you care to
 give it.  Indeed, FreeBSD can turn even junky old
 PCs into productive
 systems, since it is fast enough to do useful work
 even with creaky old
 hardware.  Of course, this is presumably true with
 most versions of UNIX
 (those without a GUI to support, at least), but
 since my experience is
 with FreeBSD and it has been uniformly positive,
 I'll just continue with
 that.  The thought of going back to a Windows server
 now makes my teeth
 chatter with terror--how awkward Windows servers
 seem now!  (Then again,
 they seemed awkward even back when I used them
 regularly--have you ever
 tried to maintain a distant Windows server over a
 dial-up line with
 pcAnywhere?)
 
 -- 
 Anthony
 
 
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD I LOVE YOU

2005-01-19 Thread faisal gillani
hmmm exactly right .. u know i have a 750MHz Athalon
with 256MB ram ..  still my processor is 80% idle
most of the time ..
i also have some windows server on my network but
thats a compulsory rather then choice .



--- Anthony Atkielski [EMAIL PROTECTED]
wrote:

 Jorn Argelo writes:
 
 JA Either way, I never want another server OS
 again. This is great.
 
 If I had to install a dozen more servers today, they
 would all get
 FreeBSD.  It makes extremely good use of whatever
 hardware you care to
 give it.  Indeed, FreeBSD can turn even junky old
 PCs into productive
 systems, since it is fast enough to do useful work
 even with creaky old
 hardware.  Of course, this is presumably true with
 most versions of UNIX
 (those without a GUI to support, at least), but
 since my experience is
 with FreeBSD and it has been uniformly positive,
 I'll just continue with
 that.  The thought of going back to a Windows server
 now makes my teeth
 chatter with terror--how awkward Windows servers
 seem now!  (Then again,
 they seemed awkward even back when I used them
 regularly--have you ever
 tried to maintain a distant Windows server over a
 dial-up line with
 pcAnywhere?)
 
 -- 
 Anthony
 
 
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD I LOVE YOU !!!

2005-01-18 Thread faisal gillani
Well it has been almost a year now since I first tried
FreeBSD 5.2.1 on my production server :-)  I like
playing with danger  since then it has been just
giving me 110% always forever ... my FreeBSD server is
responsible for transferring large media files on my
network with Samba2  Apache2
. Since I installed it I have had loads of problems
with my other Linux  windows servers but never with
FreeBSD its just always there for me .. just
DELIVERING all the time I must say I have been more
then impress with it , I have never seen a better 
faster performing server operating system EVER !! 
also recently I discovered that the version I have
been using 5.2.1 was a Beta :-O ... Amazing if this
performance you get with a beta then ..
speechless 
so now I smooth upgraded to 5.3 now ... 
 Although I don't think FreeBSD with desktop OS but
with server OS I more then recommend .
 here is my little success story with FreeBSD .I AM
LOVE'N  IT !!!
next stop OpenSolaris .. :-)


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: finding installation date ?

2005-01-12 Thread faisal gillani
that shows 24 feb 2004 .. 
but isnt that the release date of my freebsd 5.2 ?


thanks
 
--- Jonathan Chen [EMAIL PROTECTED] wrote:

 On Tue, Jan 11, 2005 at 09:49:26AM -0800, faisal
 gillani wrote:
  how can i find what date did i install my freebsd
 box
 
 The date of the files in /rescue will tell you the
 date of your last
 installation or installworld.
 -- 
 Jonathan Chen [EMAIL PROTECTED]

--
 Don't worry about
 avoiding temptation,
 as you grow older, it
 starts avoiding you.
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


finding installation date ?

2005-01-11 Thread faisal gillani
how can i find what date did i install my freebsd box
?


thanks


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


block ip MAC

2005-01-04 Thread faisal gillani
can u tell me how to block ip address or mac address
in freebsd or should i cay ip filter ?


thanks


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


custom shell script .. OT maybe .

2004-11-03 Thread faisal gillani
Hello there ...

well i want to make a simple/wieard shell script :)
which checks somehow
connection with the internet  rename some file files
if it finds
connectivity with the internet ,  do nothing of it
dont find connectivity
with the internet ...is it possible with simple shell
script ? or do i have
to learn some scripting language for that ?
CAN U HELP !!! :)

Thanks
take care



=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


block certian MAC address ?

2004-10-17 Thread faisal gillani
How can i activate the default firewall  that comes
with FreeBSD .. is there
any ?
also i wana know how to block certian MAC address with
it ..


thanks


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



__
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


security patches

2004-10-17 Thread faisal gillani
Hello i am new to FreeBSD  must say it have been a
ipresssive time with it
.. FreeBSD runs my server   :)
how can i update my OS of the security patches
released by FreeBSD guys ?

i am use to windows update  Red HAT Network ..


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


OT sendmail mailing lists wanted ..

2003-11-17 Thread faisal gillani
IS there any mailing list of sendmail on the Intenret
where i can ask questions realted to it ?
sendmail question mail address is very late in reply 

thanks
hope you guys dont mind me posting this here



=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


OK ! how to limit number of recipient on can send mail

2003-11-17 Thread faisal gillani
Ok 
I want my sendmail users to only sendmail to a limited
recipient .. for example he can only send mail to max
15 recipient within one mail .. so that i can limit
out spam attemps .. it this possible in sendmail ?

=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OT : problems accessing sendmail from LAN

2003-11-16 Thread faisal gillani
yes sure no firewall
 yes no other firewall also ...
am working on local LAN only 


--- Lowell Gilbert
[EMAIL PROTECTED] wrote:
 faisal gillani [EMAIL PROTECTED] writes:
 
  Well i have a PC running sendmail  pop3 deamon .
 when
  i try to access sendmail  pop3 services from
 locally
  on the same pci am sucessful . but when i try to
  access smtp services of sendmail from over lan i
 can
  find it .. i mean the PC dont have any firewall
  installed .. 
 
 Are you *sure* there's no firewall running on that
 machine?
 
  when i port scan it from network i can see pop3
 port
  open but sendmail smtp port isnt open .. what can
 be
  wrong ? i dont understand .. sendmail services
 arent
  accesable.
 
 Are you sure there's no firewall in between?  ISPs
 often filter out
 SMTP, for example.


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


OT : problems accessing sendmail from LAN

2003-11-15 Thread faisal gillani
Well i have a PC running sendmail  pop3 deamon . when
i try to access sendmail  pop3 services from locally
on the same pci am sucessful . but when i try to
access smtp services of sendmail from over lan i can
find it .. i mean the PC dont have any firewall
installed .. 
when i port scan it from network i can see pop3 port
open but sendmail smtp port isnt open .. what can be
wrong ? i dont understand .. sendmail services arent
accesable.

also if you guys know any sendmail mailing list then
tell me where i can ask 
this question .. sendmail questions email address
didnt do any good .


thanks


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


OT tunning network

2003-02-16 Thread faisal gillani
Well sorry for this Ot Question

i have a 100mbps network 
utp cable 10/100 mbps switch hub
60 clients consisting of Linux , Windows  solaris O/S
Dns is used for name resolution
there is a local webserver Apache running on my
network which provides large media files to clients as
downloads...
the problem that when clients downloads the download
speed they get is ranging from 400kbps to 1.5 mbps ..
both in rush hour  off hours .
so i wanted to know is that normal ? if not then wat
can be the problem  how can i fix it ?

thankx for reading

=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



O T Longest uptime ever recorded ?

2002-12-08 Thread faisal gillani
Hello there

 Can anyone tell me is there any sort of record in the
histroy of servers wat is the longest uptime of the
server ever recorded ?

thanks

=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message