[plug] LKM root kit

2006-04-27 Thread seekuel
Hi guys,I'm using CentOS 4.3 as my email server, postfix as MTA, and open-xchange as webmail.I installed chkrootkit and rkhunter. The configuration is rkhunterand chkrootkit will execute evry 3am and email its result to the administrator account.I found this report with chkrootkit and also was sur

Re: [plug] LKM root kit

2006-04-28 Thread seekuel
library/rootkits/detect.html Hope this helps dude.. keep backups in the future :)XanderOn 4/28/06, seekuel <[EMAIL PROTECTED]> wrote:> Hi guys,>> I'm using CentOS 4.3 as my email server, postfix as MTA, and> open-xchange as webmail.> I installed chkrootkit and rkhunter. The conf

Re: [plug] LKM root kit

2006-04-30 Thread seekuel
On 4/28/06, seekuel < [EMAIL PROTECTED]> wrote: Hi guys,I'm using CentOS 4.3 as my email server, postfix as MTA, and open-xchange as webmail.I installed chkrootkit and rkhunter. The configuration is rkhunterand chkrootkit will execute evry 3am and email its result to the administrator

Re: [plug] LKM root kit

2006-04-30 Thread seekuel
Thank you sir I'll check those sites On 5/1/06, Xander Solis <[EMAIL PROTECTED]> wrote: Hi Seekuel,You can check what program is listening to various ports via thecommand netstat -ap You can also have a process tree output, via ps ajxf, which wouldallow you to check the paren

[plug] Need help from IPTABLES

2006-05-04 Thread seekuel
I found a firewall script used for qmail. Can and some body add some lines in order to make the rules tighter? The services are as follows: IMAP(s), POP(s), HTTP(s), SMTP(s), SSH   Thanks and more power,   -sandeil   here is the script:   #!/bin/sh#  ## Set your IP addressMYIP="your-ip-address"###

Re: [plug] Need help from IPTABLES

2006-05-05 Thread seekuel
5/5/06, Michael Tinsay <[EMAIL PROTECTED] > wrote: --- seekuel < [EMAIL PROTECTED]> wrote:> I found a firewall script used for qmail. Can and> some body add some lines> in order to make the rules tighter?> The services are as follows: IMAP(s), POP(s), > HTTP(s), SMTP

[plug] AMD 64bits opteron > 32 bits OS

2006-05-22 Thread seekuel
Hi people;I just wanna ask those who have an experience in AMD 64 bit dual core opteron if the processor is compatable when a 32 bit OS is installed? We are planning to buy that type of processor for LTSP use and the planed OS is Mandriva Linux. Is it safe to say that if a 64 bit version of the OS

Re: [plug] AMD 64bits opteron > 32 bits OS

2006-05-23 Thread seekuel
This is a great help   Thanks guys.   On 5/23/06, Paolo Alexis Falcone <[EMAIL PROTECTED]> wrote: On Tuesday 23 May 2006 11:45, seekuel wrote:> Hi people;>> I just wanna ask those who have an experience in AMD 64 bit dual core > opteron if the processor is compatable when a 32 b

[plug] useradd and passwd script

2006-05-25 Thread seekuel
Greetings! I wanna ask if there is a better way in adding a user to linux box with its password and username from a text file? Because entering users one by one takes a lot of time. I am thinking that if the names are dump to a text file then it can be read and entered by the system. Thanks __

Re: [plug] useradd and passwd script

2006-05-25 Thread seekuel
, Jonathan Doblados <[EMAIL PROTECTED]> wrote: On 5/26/06, seekuel < [EMAIL PROTECTED]> wrote: I wanna ask if there is a better way in adding a user to linux box with its password and username from a text file?You can do a script to do this. I tried this once with PHP, and had the followi

Re: [plug] useradd and passwd script

2006-05-26 Thread seekuel
word_fileMyUserName=`cat "${MyFile}" | awk '{print $2}'`MyPassword=`grep ${MyUserName} | awk '{print $1}'` MyFullName=`grep ${MyUserName} | awk '{print $3}'`useradd "${MyUserName}" -c "${MyFullName}"echo "${MyPasswor

Re: [plug] useradd and passwd script

2006-05-26 Thread seekuel
Thanks guys I'll try the scripts at school on Monday. Gagamitin kase namin to sa pag input ng users sa LTSP Server. Again Thanks :)On 5/26/06, Kelsey Hartigan Go <[EMAIL PROTECTED]> wrote: oops...typos!!!On 5/26/06, Kelsey Hartigan Go < [EMAIL PROTECTED]> wrote: While you guys are at it...just a t

Re: [plug] Need some recommendation

2006-06-05 Thread seekuel
Hi, This site could also help you if you like to compile from source. That is if you will use qmail :) http://www.shupp.org/toaster/ On 6/5/06, Juden T. Dalipe <[EMAIL PROTECTED]> wrote: Hi all,   Thanks a lot for the idea, need first to try and see what will be the best package that will

Re: [plug] How to send-to-all email clients

2006-07-19 Thread seekuel
hello,   What if you'll make those clients a member of your domain's mailing lists. :)  On 7/19/06, [EMAIL PROTECTED]@cus <[EMAIL PROTECTED]> wrote: Hi guys,what is the best way to do this? Send an email to all my clients, let say informing some scheduled maintenance on the server. I though of usi

Re: [plug] squid + dansguardian very slow

2006-07-22 Thread seekuel
Hello Lito,Can you fillup more info. Because if dansguardian and squid is a fresh install, then the inital browsing will  be very slow but when the cache is build up then speed now increases.Sandeil On 7/22/06, Ariz Jacinto <[EMAIL PROTECTED]> wrote: can you specify the the filesystem used, disk IO

Re: [plug] cron not working?

2006-08-01 Thread seekuel
Hello,   If the script is working, please verify the path that you typed in [crontab -e].   Can you paste the cronjob [crontab -e]?   - sandeil  On 8/2/06, Jervin Real <[EMAIL PROTECTED]> wrote: Did you checked that your script actually write to the log? If the script actually has output to wri

Re: [plug] cron not working?

2006-08-02 Thread seekuel
hello,try this example:/usr/bin is the pathrkhunter is the script/binary0 5 * * * (cd /usr/bin; ./rkhunter -c --cronjob 2>&1 | mail -s "RKHUNTER OUTPUT" [EMAIL PROTECTED])this is what Im currently using :)hope this helps :)On 8/2/06, Michael Tinsay < [EMAIL PROTECTED]> wrote:--- John Peter Loh < [

[plug] firehol ADSL problem

2006-08-06 Thread seekuel
Hello everyone, I am new in using firehol and I use CentOS 4.3 as OS if choice, as of now the mail server that was configured is using firehol as iptables firewall builder. This are the services that the is served http(s), smtp, imap(s), and pop3(s). The server can send and receive emails from yah

Re: [plug] firehol ADSL problem

2006-08-07 Thread seekuel
too so we cansee some details of your setup.  I'm using firehol in four servers.--- mike t.--- seekuel <[EMAIL PROTECTED]> wrote:> Hello everyone,>> I am new in using firehol and I use CentOS 4.3 as OS> if choice, as of now> the mail server that was configured is using fireh

Re: [plug] firehol ADSL problem

2006-08-08 Thread seekuel
Greetings!I'll try again after office hour :DThe server setup is at the school andI want to access the services at home.I'm currently subscribed to PLDT MyDSL. With an ALCATEL Home PlusPlus 500 ADSL modem.Just now, I asked a friend with a public IPif he can browse the site. Then he answered yes. S

Re: [plug] firehol ADSL problem

2006-08-09 Thread seekuel
Hello,I'm using this public proxy 210.213.105.234:3128 for testing. I can browse the site and I'll let you guys know if I can browse the site at home using ADSL from PLDT. Thanks,---SandeilOn 8/9/06, seekuel <[EMAIL PROTECTED]> wrote: Greetings!I'll try again after office ho

Re: [plug] firehol ADSL problem

2006-08-09 Thread seekuel
Hi,The result is still  thesame. At home Im going to us the public proxy just to access the server :( Is there a solution to this? Again I need your help. Thanks---Sandeil On 8/9/06, seekuel <[EMAIL PROTECTED]> wrote: Hello,I'm using this public proxy 210.213.105.234:3128 for testing. I

Re: [plug] firehol ADSL problem

2006-08-10 Thread seekuel
s log entries where src="">your IP address.--- mike t.--- mike t.--- seekuel <[EMAIL PROTECTED]> wrote: > Hi,>> The result is still  thesame. At home Im going to us> the public proxy just> to access the server :(>> Is there a solution to this? Again I need

Re: [plug] Web and Ping query

2006-08-18 Thread seekuel
Hello krypton,   Try to see if port 53 and 80 are open in your firewall setup. Please do a double check if the services are running. When testing your setup, do that on a separate machine.   Hope that helps :D   --- Sandeil   On 8/18/06, Ian Dexter R. Marquez <[EMAIL PROTECTED]> wrote: On 8/19/06,

[plug] DNS Info

2006-09-07 Thread seekuel
Greetings!Company A with Public IP which Globe Provided and Company B which PLDT provided a public IP. Both Company's public IPs already registered to a distinct Domain registrant.Company B has its own DNS server and the domain entries are stored locally. Now, in Company A wherein Globe provided th

Re: [plug] DNS Info

2006-09-08 Thread seekuel
e.Once Globe have done the changes, you can already modify your domainrecords without informing them. However, you need to advice Globe to set up reverse record for your domain because there are someorganization such as SORBS/DNSBL that requires reverse records.Thank you.At 08:42 AM 9/8/2006, s

[plug] JBoss

2006-09-18 Thread seekuel
Greetings!I was wondering what is JBoss and how does  it work? Do somebody in the list use this technology?Thanks and more power...-- Respectfully yours,Sandeil C. Tenebro, E.C.E.Linux Registered User #384410 _ Philippine Linux Users' Group (PLUG) Ma

Re: [plug] JBoss

2006-09-19 Thread seekuel
Hello Guyz,That cleared something :D and thanks for the information :DOn 9/19/06, Harish Pillay <[EMAIL PROTECTED] > wrote:> out all the details at http://rhstacks.108.redhat.com .that should have read: http://rhstack.108.redhat.com.Harish_Philippine

[plug] apache back trace

2010-12-30 Thread seekuel
Hi all, A happy new year to all. We are having a multiple segmentation fault on our centos 5.5 system. The packages are up-to-date but still "httpd[9325]: segfault at 7fff00b7af14 rip 2b2869f51855 rsp 7fff00b7aea0 error 6" is generated. I think this is related to apache and php. I ha

Re: [plug] apache back trace

2011-01-01 Thread seekuel
Hi Peter, Thank you for the suggestion. I will do that and will update. Regards, Sandeil On Sat, Jan 1, 2011 at 10:33 PM, Peter Santiago wrote: > On 12/31/2010 2:33 PM, seekuel wrote: > >> Hi all, >> >> A happy new year to all. >> >> We are having a multi

Re: [plug] apache back trace

2011-01-02 Thread seekuel
t; > On Fri, Dec 31, 2010 at 2:33 PM, seekuel wrote: > >> Hi all, >> >> A happy new year to all. >> >> We are having a multiple segmentation fault on our centos 5.5 system. The >> packages are up-to-date but still "httpd[9325]: segfault at 7fff00b7af1

Re: [plug] apache back trace

2011-01-03 Thread seekuel
Hi List, Memory test returned without any problem. Will dig into software level. Thanks, Sandeil On Sun, Jan 2, 2011 at 9:02 PM, seekuel wrote: > Hi Jimmy, > > PHP packages are updated but zend version is installed via package from > them (not rpm but ./install). > > We ar

Re: [plug] apache back trace

2011-01-03 Thread seekuel
-zend-optimizer> > HTH, > > Jimmy > > > On Mon, Jan 3, 2011 at 5:25 PM, seekuel wrote: > >> Hi List, >> >> Memory test returned without any problem. Will dig into software level. >> >> Thanks, >> Sandeil >> >> >> On Sun, Jan 2, 2

Re: [plug] apache back trace

2011-01-03 Thread seekuel
Hi JP, Appreciate your reply. I will check it out. Thanks, Sandeil On Tue, Jan 4, 2011 at 2:56 PM, JP Loh wrote: > Maybe the directive to load the shared object is in /etc/php.d ? > > On Tue, Jan 4, 2011 at 08:28, seekuel wrote: > > Hi Jimmy, > > > > I did a disa

Re: [plug] How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version?

2011-01-19 Thread seekuel
Hi Randell, May I ask if the web server is also restarted after the changes? Regards, Sandeil On Wed, Jan 19, 2011 at 4:42 PM, Randell wrote: > Hi guys, > > I'm cross-posting this from NullPointer.ph since I've been scratching my > head for several hours already with this problem. > > The code

Re: [plug] How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version?

2011-01-19 Thread seekuel
Hi Randell, I don't know how zend works but I am using this repository. There is an instruction on how to use this. http://www6.atomicorp.com/channels/atomic/ What I can suggest is try to have a clean install OS then use the repository on only upgrade php (not the system) then maybe add zend opt

Re: [plug] How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version?

2011-01-20 Thread seekuel
Hi Randell, During your testing with the application on a default install on the said OSes may I know if you can see errors with http logs? Regards, Sandeil On Thu, Jan 20, 2011 at 5:04 PM, Randell wrote: > > > On Thu, Jan 20, 2011 at 11:56 AM, Jimmy Lim wrote: > >> Hi Randell, >> >> The stock

Re: [plug] How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version?

2011-01-20 Thread seekuel
Hi Randell, Can you please try this if if can work. http://www.apachefriends.org/en/xampp-linux.html Regards, Sandeil On Thu, Jan 20, 2011 at 5:17 PM, Randell wrote: > Hi Sandeil, > > Yup, I'm getting a message similar to "Notice: iconv(): Detected an illegal > character in input string". The

Re: [plug] How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version?

2011-01-20 Thread seekuel
: > > > On Thu, Jan 20, 2011 at 5:21 PM, seekuel wrote: > >> Hi Randell, >> >> Can you please try this if if can work. >> >> http://www.apachefriends.org/en/xampp-linux.html > > > Good thing you mentioned this. It was one of my options but forgot

Re: [plug] apache back trace

2011-02-09 Thread seekuel
Hi list, Solved the issue. This was after I installed php-eaccelerator. No idea on the relation but it solved the issue. Regards, Sandeil On Tue, Jan 4, 2011 at 3:58 PM, seekuel wrote: > Hi JP, > > Appreciate your reply. > > I will check it out. > > Thanks, > Sandeil &

Re: [plug] What will happen to Qt? (was Re: nokia's windows phone 7 concept revealed...)

2011-02-13 Thread seekuel
Hi, Maybe this could help http://kde.org/community/whatiskde/kdefreeqtfoundation.php On Mon, Feb 14, 2011 at 9:04 AM, Michael Tinsay wrote: > To put it back on topic... ;-) > > One thing that hasn't had much light shed on it is the fate of Qt, now that > M$ will be pouring in billion$$$ into N

Re: [plug] (no subject)

2011-09-03 Thread seekuel
Hi Cynthia, Any link to "SON system"? Is it the same as EBS suite? On Fri, Sep 2, 2011 at 12:43 PM, Cynthia Macaraeg wrote: > Thanks a lot-- currently I'm installing SON system in the > linux/oracle - but I'm getting error > "could not register processing node" > > Please help

Re: [plug] (no subject)

2011-09-09 Thread seekuel
Cynthia, This list might help you oracl...@freelists.org On Fri, Sep 9, 2011 at 11:16 PM, Thad wrote: > Do you have OTN acct? > > Sent from T-Mobile G2 with Google > > Cynthia Macaraeg wrote: > > >Hi Guys, > > > > Anybody who knows what is ORA 1400 error? > >Thanks > >

Re: [plug] PHL Cybercrime Law: Say goodbye to torrent and file-sharing

2012-10-01 Thread seekuel
Hi, Maybe offtopic question. Can the government also check/sniff our online bank account? Thanks On Mon, Oct 1, 2012 at 2:16 PM, Cocoy Dayao wrote: > Individuals or as a group can join the SC petition. The Philippine > Internet Freedom Alliance had a call for Petition: > > https://docs.goog

Re: [plug] PHL Cybercrime Law: Say goodbye to torrent and file-sharing

2012-10-01 Thread seekuel
I see, thanks On Mon, Oct 1, 2012 at 3:50 PM, jgotan...@gmail.com wrote: > On Mon, Oct 1, 2012 at 3:43 PM, seekuel wrote: > > Hi, > > > > Maybe offtopic question. Can the government also check/sniff our online > bank > > account? > > They don't n

Re: [plug] PHL Cybercrime Law: Say goodbye to torrent and file-sharing

2012-10-01 Thread seekuel
Thank you for the information Holden. On Mon, Oct 1, 2012 at 4:31 PM, Holden Hao wrote: > On Mon, Oct 1, 2012 at 3:43 PM, seekuel wrote: > >> Hi, >> >> Maybe offtopic question. Can the government also check/sniff our online >> bank account? >> > >

Re: [plug] AV for Redhat Workstations

2013-05-29 Thread seekuel
Is it a company policy the auditors using or they have their own guidelines? On Wed, May 29, 2013 at 3:32 PM, Zak Elep wrote: > Time to kick the asses of those "auditors" then :P > > On Wed, May 29, 2013 at 2:21 PM, Thad Mailist > wrote: > > Hi Zak, > > > > Yup and I know it's doable. But it w

Re: [plug] Jolla tablet

2014-11-25 Thread seekuel
Hi fooler, Its interesting but not yet sold in PH. I think people are not aware of this opensource product. On Thu, Nov 20, 2014 at 7:36 PM, fooler mail wrote: > you might get interested with this product made from my ex nokian > colleagues > > > https://www.indiegogo.com/projects/jolla-table

[plug] COMELEC Leaked Information

2016-04-21 Thread seekuel
Guys, Not sure if you are aware of this, but my complete details even biometrics I think is leaked. You may check this out. https://wehaveyourdata.com/ I am wondering on how security was implemented by our government. Any theory on how the data was copied? Thanks __

Re: [plug] COMELEC Leaked Information

2016-04-21 Thread seekuel
ding is that these are the Comelec data that was breached. if > only certain members of my family are in there then it may be my proof as > not all of my family members registered to vote. > On 21 Apr 2016 19:15, "seekuel" wrote: > > Guys, > > Not sure if you are

Re: [plug] COMELEC Leaked Information

2016-04-21 Thread seekuel
t; virtually laughable security (data in plain text and sight), it's not so > difficult to believe. > > :( > On 21 Apr 2016 19:25, "seekuel" wrote: > > I have checked mine and my parents, siblings, and my wife are all there. > My brother as absentee voter details is

[plug] CentOS 7.2 /tmp not mounting every bootup

2016-06-06 Thread seekuel
Hi, Good day. In our Linux box, we have an entry in fstab to mount /tmp but every time the system is bootup /tmp is not mounted. Mounting manually with command 'mount /tmp' will mount the partition correctly as per fstab. I have tried to add the command 'mount /tmp' in rc.local but its not worki

Re: [plug] CentOS 7.2 /tmp not mounting every bootup

2016-06-07 Thread seekuel
Hi Ian, It shows masked: # systemctl is-enabled tmp.mount masked Thanks po On Tue, Jun 7, 2016 at 9:07 AM, Ian Dexter R. Marquez wrote: > Just a guess, but is `tmp.mount' enabled? > > systemctl is-enabled tmp.mount > > On Mon, 6 Jun 2016 at 15:16 seekuel wrote: >

Re: [plug] CentOS 7.2 /tmp not mounting every bootup

2016-06-07 Thread seekuel
already tried > specifying the UUID in fstab instead? > > On Tue, 7 Jun 2016 at 18:07 seekuel wrote: > >> Hi Ian, >> >> It shows masked: >> >> # systemctl is-enabled tmp.mount >> masked >> >> Thanks po >> >> On Tue, Jun 7, 2016

[plug] deny ssh access to local users

2006-11-22 Thread seekuel
Greetings! Is there a way to deny selected system users from accessing ssh remotely? Say, user A should not be able to login to system A remotely but user B is able to login to system A remotely. Is there any directives for this? Thanks... -- Respectfully yours, Sandeil C. Tenebro, E.C.E. Li

Re: [plug] deny ssh access to local users

2006-11-23 Thread seekuel
Nov 23, 2006 at 02:55:14PM +0800, seekuel wrote: > Is there a way to deny selected system users from accessing ssh remotely? Yes, check out the AllowUsers and AllowGroups directives. sshd_config(5) is your friend. --> Jijo -- Federico Vicente C. Sevilla III Information Technolo

Re: [plug] deny ssh access to local users

2006-11-26 Thread seekuel
hi, It is nice to disable ftp but our clients are custom to ftp service rather than using ssh clients for file transfer. The ftp server is already configured for TLS and ssh but clients still use the unsecured communication :D. thanks On 11/25/06, Edel SM <[EMAIL PROTECTED]> wrote: ops, hehe

Re: [plug] deny ssh access to local users

2006-11-27 Thread seekuel
Hello, My problem now is to add a user as a virtual ftp user so that the user will not have a system account. I done this with pure-ftpd and bench mark it with vsftpd. The result is that vsftpd is far much faster compared to pure-ftpd (no offense to pure-ftpd Administrators)so I choose vsftpd. Th

Re: [plug] deny ssh access to local users

2006-11-28 Thread seekuel
Hi group: Solve it, I use the combinations of DenyUsers and AllowUsers Directives :D Thanks again On 11/28/06, seekuel <[EMAIL PROTECTED]> wrote: Hello, My problem now is to add a user as a virtual ftp user so that the user will not have a system account. I done this with pure-ft

[plug] BIND question

2006-12-20 Thread seekuel
Hello group, I've configured a centos 4.4 box with bind, bind-chroot, caching-nameserver installed. This box is an authoritative name server for our domain. I am just confuse. This server is an authoritative server for our domain and when our work station uses its public ip as the dns that works

[plug] QoS Question

2007-01-08 Thread seekuel
Hello group, Can someone point me to the right direction in choosing a software package that can be use as QoS this can control the bandwidth of incoming and outgoing packets what ever the protocol is. Thanks and more power. Respectful yours, sandeil __

Re: [plug] QoS Question

2007-01-09 Thread seekuel
Sir, I'll try it today Thanks -- sandeil On 1/9/07, triton <[EMAIL PROTECTED]> wrote: Have you tried mastershaper? http://www.mastershaper.org/index.php/Main_Page On 1/9/07, seekuel <[EMAIL PROTECTED]> wrote: > Hello group, > > Can someone point me to the rig

Re: [plug] reverse dns problem

2007-01-17 Thread seekuel
can you post the output of dig -x On 1/18/07, Mhac Janapin <[EMAIL PROTECTED]> wrote: Most probably. Contact your ISP and tell them to setup the reverse dns for you. :-) On 1/18/07, Linux Cook <[EMAIL PROTECTED]> wrote: > Hi! > > Im trying to send email from my mail server but I always receiv

[plug] evade os fingerprinting

2007-03-27 Thread seekuel
Hello guys, I was wondering if any one in the list implemented a way to evade os fingerprinting from tools like nmap and others. Is iptables capable of doing this? Any suggestions are greatly appreciated. Thanks and more power -- sandeil _ Philipp

Re: [plug] evade os fingerprinting

2007-03-28 Thread seekuel
Hello guys, Thanks for the inputs. -- sandeil On 3/28/07, Ariz Jacinto <[EMAIL PROTECTED]> wrote: try any of these: http://www.honeyd.org/ http://ippersonality.sourceforge.net/ a warning though, OS fingerprinting evasion would only buy you some time :) On 3/27/07, seekuel &

[plug] Needs help in requesting for reverse DNS to ISP

2007-05-29 Thread seekuel
Hello people, I have a DNS Server with IPs 61.9.95.21 and 61.9.95.22 I like this to be an authoritative dns server. I already configured the reverse DNS on my local server and do adig -x 61.9.95.21 the result is that it can point back to my reverse dns query but when I use my ISP's DNS (about 4 h

Re: [plug] Needs help in requesting for reverse DNS to ISP

2007-05-29 Thread seekuel
http://www.ietf.org/rfc/rfc2317.txt http://www.anders.com/projects/sysadmin/tinydns.html On 5/29/07, seekuel <[EMAIL PROTECTED]> wrote: > Hello people, > > I have a DNS Server with IPs 61.9.95.21 and 61.9.95.22 I like this to be an > authoritative dns server. I already configure

Re: [plug] Needs help in requesting for reverse DNS to ISP

2007-05-30 Thread seekuel
owner (AS) of your IP. You can email this sample to your ISP, PTR/REVERSE DNS 61.9.95.21 IN PTR ns1.sample.com 61.9.95.22 IN PTR ns2.sample.com <http://61.9.95.21>21.95.9.61.in-addr.arpa IN PTR ns1.sample.com 22.95.9.61.in-addr.arpa IN PTR ns1.sample.com On 5/29

[plug] IM

2007-08-11 Thread seekuel
the proxy server that runs CentOS. Your suggestions are highly appreciated. Thank you. seekuel _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/

Re: [plug] IM

2007-08-13 Thread seekuel
Hello, Thanks for the responses as of now we are using openfire but some employee are using YM. Each users will be signing a contract and be made aware of their privacy. I think this will be fair. But still this is a proposal and needs approval by the company owner and the HR department. seekuel

Re: [plug] IM

2007-08-13 Thread seekuel
Hello, Yes sir, openfire is nice we are using spark and pidgin depending on the user's rights. seekuel On 8/14/07, jan gestre <[EMAIL PROTECTED]> wrote: > > > > On 8/13/07, seekuel <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > Thanks

[plug] IP camera

2007-10-04 Thread seekuel
Hello group, May I ask where in Manila can I buy or canvas IP camera that works with Linux? We need this for the purpose of letting the company owner browse the employees activities any where he wants to thru a browser or any means. Any suggestions for the setup? currently we have a DSL connection

Re: [plug] IP camera

2007-10-04 Thread seekuel
t; > > > > There is also IP cameras from Vivotek. I know there's a local > > distributor > > > > here in the Philippines... I just forgot the name. > > > > > > > > There are some live demos over at their website at www.vivot

[plug] linux as AP

2007-10-16 Thread seekuel
Hello guys, May I know if any from the group have an experience using its linux box as AP. I am planning to configure a box as a gateway to internet with 3 PCI devices installed. 1. for internet 2. LAN (wired) 3. LAN (wireless). I will also install squid for this. Is this setup feasible? Suggest

Re: [plug] linux as AP

2007-10-17 Thread seekuel
Sir, Can you give an example brand name of Atheros based chip wireless card. Thank you. -- sandeil On 10/17/07, Holden Hao <[EMAIL PROTECTED]> wrote: > > > I am planning to configure a box as a gateway to internet with 3 PCI > devices > > installed. 1. for internet 2. LAN (wired) 3. LAN (wirele

Re: [plug] linux as AP

2007-10-17 Thread seekuel
Sir, A content filtering can also be added. On 10/17/07, Winelfred G. Pasamba <[EMAIL PROTECTED]> wrote: > > And down the road you might want to limit bandwidth for each IP, > detect mac address changes, try to detect browser changes, try to > detect reinstalls, limit number or connetions per ip,

[plug] CUPS

2008-12-01 Thread seekuel
PageLimit 0 KLimit 0 RHEL cups.conf: Info Created by redhat-config-printer 0.6.x DeviceURI ipp://172.16.175.71/printers/EPLX300 Location ubuntu-printer State Idle Accepting Yes JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 Thank you, seekuel

Re: [plug] CUPS

2008-12-02 Thread seekuel
hable; will retry in 30 seconds... E [02/Dec/2008:13:25:34 +0800] Scheduler shutting down due to SIGTERM. On Tue, Dec 2, 2008 at 3:36 PM, Dong Calmada <[EMAIL PROTECTED]> wrote: > seekuel wrote: > > Hello guys, > > > > I need your help with configuring cups printer. I am usi

Re: [plug] CUPS

2008-12-03 Thread seekuel
will also effect if the drivers for the printer configured in ubuntu and rhel are diffrent? Your ideas are much appreciated. Thanks, seekuel On Tue, Dec 2, 2008 at 3:36 PM, Dong Calmada <[EMAIL PROTECTED]> wrote: > seekuel wrote: > > Hello guys, > > > > I need your

Re: [plug] CUPS

2008-12-03 Thread seekuel
pareja <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > To the original poster (seekuel), please post the cupsd.conf of the > Ubuntu box with the printer attached to it. The cupsd.conf of the > client seems to be ok. Also, what is the IP a

Re: [plug] CUPS

2008-12-04 Thread seekuel
just to make sure and yes port 631 is open. Thank you, > > > > > On 12/4/08, seekuel <[EMAIL PROTECTED]> wrote: > > Hi group, > > > > I am using RHEL 3 and for a while I cross check the configurations with > in > > Ubuntu 7.xx and RHEL 3.xx all c

Re: [plug] ethernet failover

2010-10-28 Thread seekuel
Hi, This might help http://www.riccardoriva.com/archives/686 http://www.cyberciti.biz/howto/question/static/linux-ethernet-bonding-driver-howto.php Regards On Thu, Oct 28, 2010 at 3:11 PM, Linux Cook wrote: > Hi! > > I just want to ask your opinion if what's the best way to do an ethernet > f