similar to: bind issue on centos 5 (SOLVED)

Displaying 20 results from an estimated 2000 matches similar to: "bind issue on centos 5 (SOLVED)"

2007 Feb 20
0
Fwd: Fwd: HOW to enable traceroute with IPTABLES(SLOVED)
Hi all, That issue is over now. I found why my ESTABLISHED,RELATED rule at the top of INPUT chain did not work for udp and icmp. The reason was I have included the protocol as tcp as below iptables -A INPUT -i eth0 -p tcp -m state --state ESTABLISHED,RELATED -j ACCEPT I removed -p tcp from above rule. Now it works for all protocols. Thanks for your support. ---------- Forwarded message
2007 Feb 18
0
Fwd: Re: Fwd: HOW to enable traceroute with IPTABLES
Neil, Doesn't look like my original message made it to the mailing list so here you are. ---------- Forwarded Message ---------- Subject: Re: Fwd: [CentOS] HOW to enable traceroute with IPTABLES Date: Sat February 17 2007 10:07 From: Robert Spangler <lazydog at zoominternet.net> To: CentOS mailing list <centos at centos.org> On Sat February 17 2007 03:11, Indunil Jayasooriya
2007 Jun 25
0
Re: CentOS Digest, Vol 29, Issue 25
On Mon, June 25, 2007 08:00, centos-request at centos.org wrote: > Send CentOS mailing list submissions to > centos at centos.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.centos.org/mailman/listinfo/centos > or, via email, send a message with subject or body 'help' to > centos-request at centos.org > > You can reach the
2007 Dec 12
1
Re: LARTC Digest, Vol 34, Issue 12
Hey Marek, I´know that i must to works whith the INGRESS (instead of EGRESS), i´ve well formed my kernel. My others TC rules for source IP address (not for MAC address) does work fine...!!!, the problem is whith the MAC because is a not "IP PROTOCOL" and for that i must to use the "u32/u16 match" to solve it, and if i make an analogy from my others INGRESS rules applied to Src
2007 Mar 26
0
Binding an ip address to an username with SQUID passwod file (SOLVED)
Hi kalinix Thanks fro your correct info. It now works as expected. I am really happy about your rules. Thank you very much indunil On 3/24/07, kalinix <calin.kalinix.cosma at gmail.com> wrote: > > On Sat, 2007-03-24 at 12:06 +0530, Indunil Jayasooriya wrote: > > > > Hi List, > > > > I want to bind an ip address to a username with squid by using squid >
2007 Jan 16
2
Fwd: error, While mounting an Audio Cdrom.
Hi, I tried to mount an audio cdrom to listen to its music. But It gives the below error. why is that ? -- [root at worldnet ~]# mount /dev/hdc /media/cdrom/ /dev/hdc: Input/output error mount: block device /dev/hdc is write-protected, mounting read-only /dev/hdc: Input/output error mount: /dev/hdc: can't read superblock [root at worldnet ~]# Thank you Indunil Jayasooriya -- Thank
2007 Jun 29
0
Fwd: where is smbmount on centOS 5 (Solved)
Thanks . SOLVED. ---------- Forwarded message ---------- From: Akemi Yagi <amyagi at gmail.com> Date: Jun 29, 2007 10:51 AM Subject: Re: [CentOS] where is smbmount on centOS 5 To: CentOS mailing list < centos at centos.org> On 6/28/07, Indunil Jayasooriya <indunil75 at gmail.com> wrote: > Hi, > > I am searching smbmount command on centOS 5. > > On, CENTOS 4.4,
2007 Feb 24
0
open webmail error (SOLVED)
I disabled selinux On 2/23/07, Miguel Angel Amador L <jokercl at gmail.com> wrote: > > On 2/23/07, Indunil Jayasooriya <indunil75 at gmail.com> wrote: > > Hi, > > > > I installed openwebmail on centOS 4.4 using tarballs > > > > CGI.pm-3.05.tar.gz > > MIME-Base64-3.01.tar.gz > > libnet-1.19.tar.gz > > Text-Iconv-1.2.tar.gz >
2006 Nov 07
1
Fwd: Warning: Kernel/Config.pm isn't writable! -- OTRS error -CENTOS 4.4
Hi, I am trying to install OTRS on centos 4.4. I keep getting Warning: Kernel/Config.pm isn't writable! when i try to run the installer. I have done chmod 777 on the Config.pm file etc but still it will not work. I also did "chown Config.pm apache" and that did not work either. Please can someone help me. This looks like a simple issue which i cannot able to solve. below is
2007 Feb 17
2
HOW to enable traceroute with IPTABLES
Hi, I am setting up a firewall on CENTOS 4.4. I have done default block iptables -P INPUT DROP iptables -P FORWARD DROP iptables -P OUTPUT DROP I have enabled ICMP to www.google.com iptables -A OUTPUT -p icmp -d 64.233.189.104 -j ACCEPT iptables -A INPUT -p icmp -s 64.233.189.104 -j ACCEPT Ping works fine as below [root at firebox rc.d]# ping 64.233.189.104 PING 64.233.189.104 (
2016 Jun 09
0
for loop example
There's probably a better way using join, but this should do the trick: paste <(cat file1 | tr "\n" ' ') <(cat file2 | tr "\n" " ") On Tue, 07 Jun 2016 12:19:14 +0000 Diego <diegofull at gmail.com> wrote: > Maybe this don't to be the best form to solve your problem, but worked,rs. > > #!/bin/bash > #power by Diego Rodrigues
2007 Dec 04
2
Help to restore mysql data on CentOS 5
Hi , Help is needed to restore mysql data This is the the setup. 2 Servers running on CentOS. one server has both apache an mysql. the other server only has mysql database. This server has about 12000 records in the database. Last week, It had about 6000 records. then, Someone has backed up these 6000 records to the web server. Now , We need to backup all 12000 records to the webserver.
2016 Jun 07
2
for loop example
Maybe this don't to be the best form to solve your problem, but worked,rs. #!/bin/bash #power by Diego Rodrigues totalFileOne=$(wc -l file1 | cut -d" " -f1) totalFileTwo=$(wc -l file2 | cut -d" " -f1) count=0 if [ ! "${totalFileOne}" -eq "${totalFileTwo}" ];then echo "The two files need of same number of lines" exit 1 fi for
2007 Feb 08
5
kernel 2.6.9-42.0.8.EL error while booting - CentOS 4.4
Hi , I am ruuning Senmail with MailScanner on CentOS 4.4. It has updated to kernel 2.6.9-42.0.8.EL from its past kernel 2.6.9-42.0.3.EL. Now the Server can not boot up and gives the below error. mkrootdev: label / not found Mounting root filesystem mount: error 2 mouting ext3 switchroot: mount failed: 22 Kernel panic - not syncing: Attempted to kill init! But I can boot up from its
2007 Jan 20
1
Question with MailScanner?
Hi, I am happily running sendmail with MailScanner on CentOS 4.4. But I have an question. My question is that there are huge number of mails in /var/spool/mqueue.in . Why is that? My hard disk would go to waste. Can I delete them? or are these real mails. -- Thank you Indunil Jayasooriya -- Thank you Indunil Jayasooriya -------------- next part -------------- An HTML attachment was
2007 Mar 28
0
How to limit a user to access a few sites. (SOLVED)
Hi Roy and calin.kalinix.cosma, Thanks for your help all the given to me. Finally, I got it done. Binding an ip address to an username with SQUID and limiting access of some users with their ips to a few sites rules added to squid.conf file external_acl_type ip_user %SRC %LOGIN /usr/lib/squid/ip_user_check -f /etc/squid/ip.conf acl ncsa_users proxy_auth REQUIRED acl ip_users external
2007 Mar 26
2
How to limit a user to access a few sites.
Hi , I am now running squid with ncsa_auth. I have bound ip addresses to usernames. So users now can access Internet from their ips. Now I want a few users to prevent from accessing all the sites. But Instead, I want them to allow to access a few sites scuh as google.com,cnn.com, bbc.com. I want to limit in that way. I have wriiten below rules. But those users still can access all the sites.
2007 Oct 05
0
[Fwd: Re: DNAT rule for vsftp (PASSIVE FTP)]
-------- Original Message -------- Subject: Re: [LARTC] DNAT rule for vsftp (PASSIVE FTP) Date: Fri, 05 Oct 2007 12:17:42 +0530 From: Mohan Sundaram <smohan@vsnl.com> Reply-To: smohan@vsnl.com To: Indunil Jayasooriya <indunil75@gmail.com> References: <7ed6b0aa0710042251u6442fb85ma74e46aa9d3f81f9@mail.gmail.com> Indunil Jayasooriya wrote: > Hi all, > > I want to run
2007 Aug 10
0
Re: Allocating 64 kbits/s out of 256 kbits/s for one LAN behingfirewall (SOLVED)
Hi Paolo Malfatti, Thanks for your script. It works fine. I get what I expect. THANK you all the way until it comes to an end. FOR the benifit for evryone in the LIST. HERE IS the SCRIPT AGAIN. INTERFAZ_LAN=eth0 FULLBANDWIDTH=256 BANDWIDTH4LAN=64 tc qdisc del root dev $INTERFAZ_LAN tc qdisc add dev $INTERFAZ_LAN root handle 1 htb r2q 4 tc class add dev $INTERFAZ_LAN parent 1: classid 1:2
2006 Nov 06
2
Fwd: How to grep and remove files
Hi All, I want to know how to grep and delete (remove) files . What I need is that there are some unwanted out going mails in the queue in my Centos 4.4 Sendmail Server. I can find them with the below commad. mailq /var/spool/mqueue/ |grep '<>' Then It displays all the mails of that type withg their ids in the following way. [root at gateway ~]# mailq /var/spool/mqueue/ |grep