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.


Messages - fjldurodie

Pages: [1]
1
Installation and Upgrades / Re: can't log in Webadmin
« on: July 28, 2021, 10:16:20 am »
I also have the same issue for some time now.

This concerns a fresh install of Zentyal 7 (so no upgrade from 6)

I can confirm that restarting webadmin works (and is more convenient than rebooting).

I wanted to attach the technical info that can be found on the page as a pdf (85kB) but I couldn't (attachment too large ?)
F.

2
Other modules / Re: DNS - Internal names stops resolving
« on: March 15, 2020, 10:48:00 am »
I'm having the same issue for some time now ... (not sure when it started). I've going over and over these settings but cannot find waht is wrong (it used to work at some point).

My config is a follows (my apologies if it is a bit too long):

Zentyal 5.0 Development Edition
System
    General - Hostname and Domanin
        Hostname    zentyal
        Domain      myname.mydomain.org

Network
    Interfaces
        eth0      DHCP         External (WAN)
        eth1      Static       192.168.122.1/23
        wlan0     not set      (I run on an old laptop) 
     
    DNS - Search Domain
        Domain                 myname.mydomain.org

    Objects
       fixed_addresses        (members set manually)
       LAN                    Name            192.168.122.0-123.255
                              IP address      192.168.122.0-192.168.122.123.255
                              MAC address     --
       openVPN-eth1-192.168.122.0-23          <-- readonly
       openVPN-wlan0-192.168.0.0-24           <-- readonly ? used to be the wlan0

Domain
    [ modules Domain Controller and File Sharing not enabled ]
    Settings
        Server Role              Domain Controller
        Realm                    myname.mydomain.org
        NetBIOS domain name      myname
        NetBIOS computer name    (fixed to) zentyal
        Server Description       Zentyal Server
        Enable Roaming Profiles  unchecked
        Drive letter             H:

File Sharing
    [ modules Domain Controller and File Sharing not enabled ]

    Enabled | Share  | Share | Comment | Guest     | Acces control
            | name   | path  |         | access    |
    --------+--------+-------+---------+-----------+-------------------------------------
    checked | aname1 | path1 | Comment | unchecked | Group: Domain Users - Read Only
            |        |       |         |           | User: Me            - Administrator
    --------+--------+-------+---------+-----------+-------------------------------------
    checked | aname2 | path2 | Comment | unchecked | Group: Domain Users - Read Only
            |        |       |         |           |
    --------+--------+-------+---------+-----------+-------------------------------------

DNS
    Settings   - Enable transparent DNS cache checked
    Forwarders - none set
    Domains *

    domain              | Domain IP     | Hostnames | Name Servers  | TXT records | Services | Dynamic
                        | Addresses     |           |               |             |
    --------------------+---------------+-----------+---------------+-------------+----------+---------
    myname.mydomain.org | 192.168.122.1 | manually  |Hostname       | kerberos related and   |
                        |               | set **    | [This domain] | set by Zentyal         | yes
                        |               |           | [zentyal] *** |                        |
    --------------------+---------------+-----------+---------------+-------------+----------+---------
   
    *   no Mail Exchange Servers
    **  e.g. zentyal 192.168.122.1
             other   192.168.122.132
    *** from list of manually set hostnames

DHCP
    Interfaces
        Enabled        checked
        Interface      eth1
        Configuration 
            [Tab] Common Options
                Default gateway       Zentyal
                Search domain         Zentyal domain - myname.mydomain.org
                Primary nameserver    local Zentyal DNS
                Secondary nameserver  not set
                NTP server            local Zentyal NTP
                WINS server           local Zentyal
            [Tab] Dynamic DNS Options
                Enabled           checked
                Dynamic Domain    myname.mydomain.org
                Static domain     same as Dynamic Domain

            [Tab] Advanced options
                Lease times
                    Default leased time     1800 s
                    Maximumum leased time   7200 s

            DHCP ranges (not set-able)
                Interface IP address   192.168.122.1
                Subnet                 192.168.122.0/23
                Available range        192.168.122.1 - 192.168.123.254

            Ranges
                Name    From             To   
                DHCP    192.168.122.16   192.168.122.127

            Fixed addresses
                Object                 Description
                fixed_addresses        fixed addresses Network objects

When I make a change, I save and either reboot or restart the DNS DHCP services from the Dashboard. For the client (other) I renew the dhcp lease before testing (but all to no avail).

I also have a external dynamic dns service that points to my external IP address: so from a host outside my local network:

Code: [Select]
[me@somewhere_else ~]$ dig myname.mydomain.org

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-9.P2.el7 <<>> myname.mydomain.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33578
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;myname.mydomain.org. IN A

;; ANSWER SECTION:
myname.mydomain.org. 17 IN A xxx.yyy.zzz.www [obfuscated]

;; Query time: 0 msec
;; SERVER: 172.16.150.1#53(172.16.150.1)
;; WHEN: Sat Mar 14 15:45:39 CET 2020
;; MSG SIZE  rcvd: 62
inside my local network dhcpd set /etc/resolv.conf
 
Code: [Select]
[me@other~]$ cat /etc/resolv.conf
# Generated by NetworkManager
search myname.mydomain.org
nameserver 192.168.122.1

When asking for just the zentyal:

Code: [Select]
[me@other ~]$ dig zentyal

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-9.P2.el7 <<>> zentyal
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 4632
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;zentyal. IN A

;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2020031400 1800 900 604800 86400

;; Query time: 197 msec
;; SERVER: 192.168.122.1#53(192.168.122.1)
;; WHEN: Sat Mar 14 15:38:18 CET 2020
;; MSG SIZE  rcvd: 111

or when using the FQDN for zentyal:

Code: [Select]
[me@other ~]$ dig zentyal.myname.mydomain.org

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-9.P2.el7 <<>> zentyal.durodie.no-ip.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 36324
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;zentyal.durodie.no-ip.org. IN A

;; Query time: 1 msec
;; SERVER: 192.168.122.1#53(192.168.122.1)
;; WHEN: Sat Mar 14 15:42:45 CET 2020
;; MSG SIZE  rcvd: 54


So no answer, external addresses work

Code: [Select]
[me@other ~]$ dig google.com

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-9.P2.el7 <<>> google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26730
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 9

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;google.com. IN A

;; ANSWER SECTION:
google.com. 300 IN A 172.217.17.142

;; AUTHORITY SECTION:
google.com. 172525 IN NS ns4.google.com.
google.com. 172525 IN NS ns2.google.com.
google.com. 172525 IN NS ns1.google.com.
google.com. 172525 IN NS ns3.google.com.

;; ADDITIONAL SECTION:
ns1.google.com. 172502 IN A 216.239.32.10
ns1.google.com. 172502 IN AAAA 2001:4860:4802:32::a
ns2.google.com. 172502 IN A 216.239.34.10
ns2.google.com. 172502 IN AAAA 2001:4860:4802:34::a
ns3.google.com. 172502 IN A 216.239.36.10
ns3.google.com. 172502 IN AAAA 2001:4860:4802:36::a
ns4.google.com. 172502 IN A 216.239.38.10
ns4.google.com. 172502 IN AAAA 2001:4860:4802:38::a

;; Query time: 22 msec
;; SERVER: 192.168.122.1#53(192.168.122.1)
;; WHEN: Sat Mar 14 15:40:35 CET 2020
;; MSG SIZE  rcvd: 303
There is also something I else that is really mysterious:

when I am connected with openvpn to somewhere_else (see above) I got the correct answer from somewhere_else's (local) dns server 172.16.150.1. BUT when I ask for

[me@other:~]$ dig @8.8.8.8 myname.mydomain.org

I do not get an answer. However when I do exactly the same somewhere_else I get the correct answer ...

I would appreciate if someone could explain this and point me in the correct direction.

Thanks.

3
This is an old thread but for the sake of possibly helping others:

I've had the issue of not being able to connect to the internet twice after an update/reboot of Zentyal 5.0

It is a quite confusing issue as I could ping the external x.y.z.1 (my ip being x.y.z.w) as well as the broadcast address given by ifconfig replacing the 255 by 1 BUT I could not ping 8.8.8.8 or 1.1.1.1. So it appears as if the Zentyal is able to go externally but only in a limited manner (how this is possible I don't realy understand).

I don't remember exactly what I did the first time (possible a year or more ago) but I vaguely remembered something not being set right after the update/reboot.

This time with the insight of your post I tried to restart the network service with:

Code: [Select]
$ sudo /etc/init.d/networking restart
which worked and indeed now showed the "dhcp-gw-eth0" in the Network > Gateways > Gateways and Proxy > Gateways List which was empty before.

4
Hi,

I'm tried to install Zentyal 5.0 on a Lenovo T60 laptop. The installation went without problems but on the first reboot I can't get the display correctly : it is like the resolution is wrong, the image is scrambled/strongly skewed and slanted black areas cross the screen, nothing is readable.

The graphics card in this laptop is a ATI RADEON RV515 which should be supported by 16.04.2 and as a matter of fact Ubuntu 16.04.2 installs and runs flawlessly on this laptop.

Any help appreciated.

Edit:

Added picture of screen.

Also wanted to mention that when during the first boot the screen perfectly ok with the zentyal logo, the moving dots and the message that the zentyal components were being loaded. Its is when it completed that that it all went pear-shaped


Additional information 30 May 2017:

1) the remote access and setup of the machine appears to work OK

2) I've installed Lubuntu 16.04.2 LTS on this laptop : this should be very close to the Zentyal configuration as it is based on LXDE as well. This works out of the box.

It is rather frustration to find no solution for this problem.

5
Hi,

I'm using Zentyal 3.4.7 and I'm trying to send events using the jabber event dispatcher to my google talk / gmail account. So far it does not appear to work. My settings are as follows :

Jabber server : talk.google.com
Port : 5222
SSL : TLS
Username : <a username created on gmail for this purpose>
Administrator account : <my gmail / google talk address>

I know the <a username created on gmail for this purpose> is able to send messages to <my gmail / google talk address> when I use Xabber on my android phone where the settings are :

Server : gmail.com
Custom host : checked (I understand as : use the 'Host' below instead of the 'Server' above)
Host : talk.google.com
Port : 5222
Resource : < I'm not sure what this is and I can't find a similar setting on Zentyal :
                  The value was filled in automatically >
Priority : 0
Use SASL Authentication : checked
TLS/SSL usage : require TLS
Use compression : not checked

I also tried to use the <a username created on gmail for this purpose> account on Ubuntu 14.04 Empathy as a jabber acount in Settings -> Online Accounts, but that did not work : I believe this is rather due to a bug in Empathy. It may also be due to the fact that I don't know what the value for the resource field should be.

Alternatively I'd use a real 'jabber' account but apparantly one can't register for a new account at jabber.org.

Even simpler I think would be an e-mail event dispatcher.


Any help on this is welcome.

6
Hi,

thanks for the link.

in the mean time I have gnugk (gnu gatekeeper) running. I'm a bit surprised that it appears to work without me having to change firewall settings.

F.

7
Hi,

I regularly use a sip/h323 voip. Until now I had a pc running debian and gnu gatekeeper on my 2nd internet connection. I would like to configure a zentyal 3.4 router on my 1st internet connection to achieve the same.

However, I don't seem to find documentation on how to configure asterisk on Zentyal 3.4. Is it still included ?
Alternatively is there a way to run gnu gatekeeper on the zentyal box (how do I need to configure the firewall) ?

Many thanks

8
When I clicked on manage aliases there were none displayed for the two obsolete ones. For the active one this option to manage the aliases was not available (maybe because I did not use Zentyal's dynamic DNS option ?). So, not so long story even shorter : I opted out of the Zentyal Remote thingy.

Thanks anyway.

PS. My last message is marked solved but this does not seem to mark the thread as solved ?

9
Hi,

Started playing with Zentyal communty edition and in the course of comming to a installation I was happy with I have created two server entries in the Zentyal Remote service which are now obsolete. In fact these configurations do not exist any longer so I cannot unregister them through the server setup.

So how do I remove these from the  Zentyal Remote service ?

Thanks

10
Installation and Upgrades / Errors in ebox.log
« on: May 04, 2010, 08:25:45 pm »
browsing through /var/log/ebox/ebox.log I found a series of errors that seem to pertain the database for events :

Code: [Select]
2010/05/04 19:12:00 ERROR> PgDBEngine.pm:167 EBox::PgDBEngine::insert - Error inserting data: INSERT INTO events ( source, leve
l, timestamp, lastTimestamp, message) VALUES ( ?, ?, ?, ?, ?)
ERROR:  value too long for type character varying(256)
 
Values: $VAR1 = [
          'Log observer/squid',
          'info',
          '2010-05-04 19:12:00 +0200',
          '2010-05-04 19:12:00 +0200',
          'Date: 2010-05-04 19:11:55 Host: 192.168.123.23 User: - URL: http://platform.ak.fbcdn.net/www/app_full_proxy.php?app=
6705455684&v=1&size=p&cksum=17df3065fb2028e7566753c079833f63&src=http%3A%2F%2Fbuddypoke.s3.amazonaws.com%2Ffb%2Fpro_appearance.
png Bytes: 0 Mime/type: image/png Event: Filtered '
        ];


or

Code: [Select]
2010/05/04 19:17:10 DEBUG> PgDBEngine.pm:246 EBox::PgDBEngine::query - Error querying data: SELECT * FROM firewall_report WHERE
 event = 'drop' AND source = '81.83.52.1' AND proto = '2' AND dport = '' AND date = '2010-5-01' ; , ERROR:  invalid input synta
x for integer: ""

I guess these are bugs  in eBox-platform or is it something I configured wrongly ?

11
Hi,

how can one keep the HTTP Proxy -> Filter Profiles -> (default) -> Domains filtering -> Domain list files updated through e.g. a cron script ? Or can it be done as a setting of eBox ?

Thanks,
F.

12
more or less I think : except I messed domain names (I think) ...
F.

13
Installation and Upgrades / eboxadmin unkown user in mail logs
« on: May 02, 2010, 04:33:41 pm »
Hi,

I'm currently testing my ebox setup and must have done something wrong as I find following entries in my mail logs :

from : root@myhost.myname.no-ip.org
to :root@myhost.myname.no-ip.org
127.0.0.1:2858 local relay bounced Other events    
unknown user: "eboxadmin"

anything you can help me with ?

Thanks

Pages: [1]