Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - JPB

Pages: 1 2 [3]
31
Installation and Upgrades / [solved] slapd broken
« on: August 25, 2010, 10:38:59 pm »
Code: [Select]
Aug 25 22:37:25 chaos slapd[22836]: <= bdb_equality_candidates: (cn) not indexed
Aug 25 22:37:25 chaos slapd[22836]: connection_read(22): no connection!

Is there an Solution for this.

32
Installation and Upgrades / Gateway change Damage Firewall
« on: August 25, 2010, 10:15:09 pm »
I run :
root@chaos:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 10.04.1 LTS
Release:        10.04
Codename:       lucid

Core version      1.5.13 - Zentyal

I have changed my gateway to 192.168.11.3 from 192.168.11.1 as I have 2x  DSL lines and routers - since then the firewall block me even from the dashboard and ssh login.  It seems that changing gateway under network still  has bugs.

 I did stop the iptables from the console to gain access by means of an  script i have  and then I can access it.  Even if I try and restore the gateway to
 192.168.11.1 - well its now all messed up!

Code: [Select]
root@chaos:~# cat /root/fw.stop
Code: [Select]
#!/bin/sh
 echo "Stopping firewall and allowing everyone..."
 iptables -F
 iptables -X
 iptables -t nat -F
 iptables -t nat -X
 iptables -t mangle -F
 iptables -t mangle -X
 iptables -P INPUT ACCEPT
 iptables -P FORWARD ACCEPT
 iptables -P OUTPUT ACCEPT
After clearing out the iptables I can acdess the server via ssh and via http but the problems still endure.  Is there any help to get this gateway set to the 192.168.11.3 and also get the Firewall to change accordingly.
I have also changed the dns ofc because the den is ISP specific.

Thanx

JPB

33
Installation and Upgrades / Custom firewall rules
« on: August 17, 2010, 11:21:40 am »
I have a HUGE box I use for the ebox and have also some VirtualBox VM's on it
I seem to be unable to open the custom ports [5000-5030] for my rdp sessions!

basically i need to add the filter
Code: [Select]
-A INPUT -p tcp -m tcp --dport 5000:5010 -j ACCEPT
Can anyone help?
Core version      1.5.11

34
Installation and Upgrades / ubuntu pppoeconf [SOLVED]
« on: August 17, 2010, 02:06:57 am »
I pre-installed my ebox (well it later got ebox) with some VirtualBox VM's, pppoeconf and some private DDNS sytem working with ssh to some central server I have.

My problem is that ebox do not recognise my pppoe connection! ???

I will another posting to see how i can integrate my ddns system

Thanx

35
Another fool I was, Upgrading my ebox server from 8.04 LTS to 10.04 LTS resulted in a briken box beause the LDAP / Users ins messed up

If i Select Users and Groups -> Users I get this
Can't call method "attributes" on an undefined value at /usr/share/perl5/EBox/Ldap.pm line 254

HELP please!

Pages: 1 2 [3]