Re: [LinuxVadaPav] iptables issue with fedora 10

2008-12-03 Thread nil gurjar
What do you get after giving following command:

lsmod | grep iptable

Regards
bil





From: pushpraj nimbalkar <[EMAIL PROTECTED]>
To: Linux 
Sent: Wednesday, December 3, 2008 9:40:46 AM
Subject: [LinuxVadaPav] iptables issue with fedora 10


Hello All,
I installed fedora 10 recently and disabled services which i dont require 
including iptables. but now when fedora 10 starts iptables service also starts 
automatically. "chkconfig" ,"ntsysv" ,"system- config-services" all shows that 
iptables is disabled but i dont know how it starts. after booting when i run 
"iptables -L" it shows iptable is running or "service iptables status" also 
shows it's running.iptables scripts inside rc directory is K92iptables.
Stopping service is one option but i think it's not solution.
SElinux and ip6tables are disabled.

Regards,
Pushpraj N.

Add more friends to your messenger and enjoy! Go to http://messenger. 
yahoo.com/ invite/



  

[Non-text portions of this message have been removed]



Re: [LinuxVadaPav] iptables issue with fedora 10

2008-12-03 Thread Pradeep Bolke
Hi,

i am not suggested, but do one thing remove entry from /etc/init.d/rc.d and
check.


Regards

On Wed, Dec 3, 2008 at 9:40 AM, pushpraj nimbalkar <
[EMAIL PROTECTED]> wrote:

>   Hello All,
> I installed fedora 10 recently and disabled services which i dont require
> including iptables. but now when fedora 10 starts iptables service also
> starts automatically."chkconfig","ntsysv","system-config-services" all shows
> that iptables is disabled but i dont know how it starts. after booting when
> i run "iptables -L" it shows iptable is running or "service iptables status"
> also shows it's running.iptables scripts inside rc directory is K92iptables.
> Stopping service is one option but i think it's not solution.
> SElinux and ip6tables are disabled.
>
> Regards,
> Pushpraj N.
>
> Add more friends to your messenger and enjoy! Go to
> http://messenger.yahoo.com/invite/
>  
>



-- 
Thanks & Regards
Pradeep Bolke


[Non-text portions of this message have been removed]



[LinuxVadaPav] need help

2008-12-03 Thread Neelesh Raje
Dear all 

I received following error when i log in to ldap server through brower

Authenticate to server
Could not connect to LDAP server

also when i fired 

ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts this command i 
got 

following error 

ldap_result: Can't contact LDAP server (-1)

thanks and regards

neelesh




  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

[Non-text portions of this message have been removed]



Re: [LinuxVadaPav] iptables issue with fedora 10

2008-12-03 Thread Viket Trivedi
On Wed, Dec 3, 2008 at 9:40 AM, pushpraj nimbalkar <
[EMAIL PROTECTED]> wrote:

>   Hello All,
> I installed fedora 10 recently and disabled services which i dont require
> including iptables. but now when fedora 10 starts iptables service also
> starts automatically."chkconfig","ntsysv","system-config-services" all shows
> that iptables is disabled but i dont know how it starts. after booting when
> i run "iptables -L" it shows iptable is running or "service iptables status"
> also shows it's running.iptables scripts inside rc directory is K92iptables.
> Stopping service is one option but i think it's not solution.
> SElinux and ip6tables are disabled.
>
> Regards,
> Pushpraj N.
>
















Hi Pushpraj,

Can  you tell what runlevel your system boots in.
also can you give the output of "chkconfig --list iptables" command.

Regards,
Viket


[Non-text portions of this message have been removed]



[LinuxVadaPav] Re: iptables issue with fedora 10

2008-12-03 Thread pushprajnimbalkar
--- In linuxvadapav@yahoogroups.com, nil gurjar <[EMAIL PROTECTED]> wrote:
>
> What do you get after giving following command:
> 
> lsmod | grep iptable
> 
> Regards
> bil
> 
> 
> 
> 
> 
> From: pushpraj nimbalkar <[EMAIL PROTECTED]>
> To: Linux 
> Sent: Wednesday, December 3, 2008 9:40:46 AM
> Subject: [LinuxVadaPav] iptables issue with fedora 10
> 
> 
> Hello All,
> I installed fedora 10 recently and disabled services which i dont
require including iptables. but now when fedora 10 starts iptables
service also starts automatically. "chkconfig" ,"ntsysv" ,"system-
config-services" all shows that iptables is disabled but i dont know
how it starts. after booting when i run "iptables -L" it shows iptable
is running or "service iptables status" also shows it's
running.iptables scripts inside rc directory is K92iptables.
> Stopping service is one option but i think it's not solution.
> SElinux and ip6tables are disabled.
> 
> Regards,
> Pushpraj N.
> 



Hi bil,
following is the output of "lsmod | grep iptable"

iptable_nat 8712  1 
nf_nat 17944  2 ipt_MASQUERADE,iptable_nat

Thanks,

Pushpraj N.



[LinuxVadaPav] Re: iptables issue with fedora 10

2008-12-03 Thread pushprajnimbalkar
--- In linuxvadapav@yahoogroups.com, "Viket Trivedi"
<[EMAIL PROTECTED]> wrote:
>
> On Wed, Dec 3, 2008 at 9:40 AM, pushpraj nimbalkar <
> [EMAIL PROTECTED]> wrote:
> 
> >   Hello All,
> > I installed fedora 10 recently and disabled services which i dont
require
> > including iptables. but now when fedora 10 starts iptables service
also
> > starts automatically."chkconfig","ntsysv","system-config-services"
all shows
> > that iptables is disabled but i dont know how it starts. after
booting when
> > i run "iptables -L" it shows iptable is running or "service
iptables status"
> > also shows it's running.iptables scripts inside rc directory is
K92iptables.
> > Stopping service is one option but i think it's not solution.
> > SElinux and ip6tables are disabled.
> >
> > Regards,
> > Pushpraj N.
> >
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Hi Pushpraj,
> 
> Can  you tell what runlevel your system boots in.
> also can you give the output of "chkconfig --list iptables" command.
> 
> Regards,
> Viket
> 

Hi Viket,
 My system boots in runlevel 5. Following is the output of your command:

iptables0:off   1:off   2:off   3:off   4:off   5:off   6:off


Thanks,
Pushpraj N.



Re: [LinuxVadaPav] Re: iptables issue with fedora 10

2008-12-03 Thread Viket Trivedi
On Thu, Dec 4, 2008 at 10:14 AM, pushprajnimbalkar <
[EMAIL PROTECTED]> wrote:

>   --- In linuxvadapav@yahoogroups.com ,
> "Viket Trivedi"
> <[EMAIL PROTECTED]> wrote:
> >
> > On Wed, Dec 3, 2008 at 9:40 AM, pushpraj nimbalkar <
> > [EMAIL PROTECTED]> wrote:
> >
> > > Hello All,
> > > I installed fedora 10 recently and disabled services which i dont
> require
> > > including iptables. but now when fedora 10 starts iptables service
> also
> > > starts automatically."chkconfig","ntsysv","system-config-services"
> all shows
> > > that iptables is disabled but i dont know how it starts. after
> booting when
> > > i run "iptables -L" it shows iptable is running or "service
> iptables status"
> > > also shows it's running.iptables scripts inside rc directory is
> K92iptables.
> > > Stopping service is one option but i think it's not solution.
> > > SElinux and ip6tables are disabled.
> > >
> > > Regards,
> > > Pushpraj N.
> > >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Hi Pushpraj,
> >
> > Can you tell what runlevel your system boots in.
> > also can you give the output of "chkconfig --list iptables" command.
> >
> > Regards,
> > Viket
> >
>
> Hi Viket,
> My system boots in runlevel 5. Following is the output of your command:
>
> iptables 0:off 1:off 2:off 3:off 4:off 5:off 6:off
>
> Thanks,
> Pushpraj N.
>
>  
>

HI Pushpraj,

1. Check if there is any entry to start iptables manually in rc.local file.
2. ON your iptables using chkconfig and check if it creates an entry in
rc5.d directory for iptables. if yes then boot your system and let iptables
start. then OFF your iptables service again and check if iptables entry is
removed from rc5.d directory.
3. Also make sure you are not running any 3rd party firewall tool like
shorewall or smoothwal which runs over iptables. if yes then shorewall would
be starting iptables.

hope it helps.

regards,
Viket
then run chkconfig again


[Non-text portions of this message have been removed]



[LinuxVadaPav] Python 3.0 released

2008-12-03 Thread Sharjeel
Release Notes:

http://www.python.org/download/releases/3.0/


--
Sharjeel
http://www.sharjeel.org
Follow me on twitter http://twitter.com/SharjeelSayed


[Non-text portions of this message have been removed]