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 - vlados

Pages: [1]
1
Installation and Upgrades / Mail problem
« on: December 11, 2009, 07:53:22 am »
Hello :)
I have a problem sending mails. Postfix retuns:
Dec 11 08:49:28 srv01 postfix/error[11127]: 165225C484: to=<vlados.01@gmail.com>, relay=none, delay=0.07, delays=0.02/0.03/0/0.03, dsn=4.3.5, status=deferred (delivery temporarily suspended: mail for netlabs.bg loops back to myself)

vladislav@srv01:~$ host netlabs.bg
netlabs.bg has address 78.90.82.221
netlabs.bg mail is handled by 1 ns2.netlabs.bg.
vladislav@srv01:~$ host ns2.netlabs.bg
ns2.netlabs.bg has address 78.90.82.89
vladislav@srv01:~$

What i did wrong?

2
Installation and Upgrades / Change ebox $nameserverHostname
« on: October 31, 2009, 09:45:13 pm »
How I can change this variable in ebox? /bin/hostname returns "srv01", but in ebox is "ns"

3
Installation and Upgrades / DNS and SOA records
« on: October 27, 2009, 09:29:52 pm »
I added a new domain: netlabs.bg
Added and two hostnames: ns1 (78.90.82.221) and ns2 (78.90.82.89)
After save I noticed that ebox added and ns.netlabs.bg as a nameserver in the bind config:
Quote
$TTL 3D
@       IN      SOA     ns.netlabs.bg.  admin.example.com. (
                        2009102714      ;serial number
                        8H              ;refresh
                        2H              ;retry
                        4W              ;expiration
                        1D )            ;
;
                NS      ns.netlabs.bg.  ;nameserver
;
                A       78.90.82.221
ns              A       127.0.0.1
ns1             A       78.90.82.221
www             CNAME   ns1
ns2             A       78.90.82.89
@               MX      10 netlabs.bg.


How to change that and tell that ns1 & ns2 are the nameservers?

4
Installation and Upgrades / Virtual Interfaces
« on: October 19, 2009, 05:00:00 pm »
Hi,
I added a second ip to my external network interface. It can bi ping from the internal network, but it can't from the outside. What I should do?

5
Installation and Upgrades / /data/js/prototype.js Not found
« on: September 27, 2009, 11:01:52 pm »
I really don't what happen but the apache can't find the js files for the ebox web gui.
I tried to find the apache config for the ebox without any luck.

Help? :)

6
Installation and Upgrades / Unable to access internet
« on: August 30, 2009, 01:05:07 pm »
I set up a DHCP server, but when I connect thought the server I am unable to access internet.
The dhcp server works fine and returns me the correct configuration for the client ip.
The dns returns the correct ip, but when I ping the ip of some site it returns me - request time out.
I tried to turn the firewall off to test, but the problem still exists.  ??? ??? ??? ???

ifconfig:
Quote
root@netlabs:/home/vladi# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:10:5a:99:4f:0f
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::210:5aff:fe99:4f0f/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:6396 errors:175 dropped:0 overruns:0 frame:176
          TX packets:3272 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:844754 (824.9 KB)  TX bytes:1432994 (1.3 MB)
          Interrupt:16 Base address:0x4000

eth2      Link encap:Ethernet  HWaddr 00:1d:0f:c0:ec:8e
          inet addr:78.90.82.221  Bcast:78.90.82.255  Mask:255.255.255.0
          inet6 addr: fe80::21d:fff:fec0:ec8e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:50406 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16374 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:13484946 (12.8 MB)  TX bytes:3415528 (3.2 MB)
          Interrupt:19 Base address:0xd000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:10755 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10755 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:4640506 (4.4 MB)  TX bytes:4640506 (4.4 MB)

Quote
root@netlabs:/home/vladi# cat /etc/dhcp3/dhcpd.conf
# DHCP server is authoritative for all networks
authoritative;

# extra options
# RFC3442 routes
option rfc3442-classless-static-routes code 121 = array of integer 8;
# MS routes
option ms-classless-static-routes code 249 = array of integer 8;

ddns-update-style none;

option domain-name-servers 78.90.82.1, 89.190.192.162;


default-lease-time 1800;
max-lease-time 7200;

shared-network eth2 {

        subnet 78.90.82.0 netmask 255.255.255.0 {

                option routers 78.90.82.1;
                option domain-name-servers 78.90.82.221;
                default-lease-time 1800;
                max-lease-time 7200;


        }



}

shared-network eth0 {

        subnet 192.168.2.0 netmask 255.255.255.0 {

                option routers 192.168.2.1;
                option domain-name-servers 192.168.2.1, 78.90.82.1;
                default-lease-time 1800;
                max-lease-time 7200;


                range 192.168.2.5 192.168.2.10;
        }



}

7
Installation and Upgrades / SMTP Problem
« on: August 04, 2009, 12:20:22 am »
Hi,
I reinstalled my Ebox with the stable Ubuntu 8.04 and ebox - 1.2 and now I have a problem :( I cannot send mail with the smtp
I configured all correctly but when I select to use TLS in the Outlook it changes the port 587. The port 587 is closed corresponding to ping.eu
What i miss?

8
Installation and Upgrades / ebox & Ubuntu 9.04
« on: July 18, 2009, 05:02:12 pm »
How I can install ebox-mail on Ubuntu 9.04 (x64)? I installed the ebox, but I can found the ebox-mail in the aptitude.
This is the list of the modules that i have: https://help.ubuntu.com/9.04/serverguide/C/ebox.html#ebox-modules

9
Installation and Upgrades / [1.2] install problem
« on: July 14, 2009, 07:44:37 pm »
I have downloaded the iso with the new version (1.2) and do a clean install of the ebox
Now I can not access the web UI. Probably the firewall? ???

vladi@office:~$ ping 78.90.82.221
PING 78.90.82.221 (78.90.82.221) 56(84) bytes of data.
64 bytes from 78.90.82.221: icmp_seq=1 ttl=254 time=3.12 ms
64 bytes from 78.90.82.221: icmp_seq=6 ttl=254 time=3.36 ms
64 bytes from 78.90.82.221: icmp_seq=7 ttl=254 time=3.08 ms

--- 78.90.82.221 ping statistics ---
7 packets transmitted, 7 received, 0% packet loss, time 6017ms
rtt min/avg/max/mdev = 2.625/3.048/3.363/0.211 ms
vladi@office:~$ lynx -dump 78.90.82.221

10
Installation and Upgrades / ebox - monitor - bug
« on: May 02, 2009, 12:00:34 am »
A really nasty bug has occurred
Exception
rrdtool fetch /var/lib/collectd/rrd/server01/thermal/temperature-temperature.rrd AVERAGE -s end-1h -e 1241215150 failed. Error output: ERROR: opening '/var/lib/collectd/rrd/server01/thermal/temperature-temperature.rrd': No such file or directory Command output: . Exit value: 1
Trace
rrdtool fetch /var/lib/collectd/rrd/server01/thermal/temperature-temperature.rrd AVERAGE -s end-1h -e 1241215150 failed.
Error output: ERROR: opening '/var/lib/collectd/rrd/server01/thermal/temperature-temperature.rrd': No such file or directory

Command output: .
Exit value: 1 at /usr/share/perl5/EBox/Sudo.pm line 113
EBox::Sudo::_commandError('rrdtool fetch /var/lib/collectd/rrd/server01/thermal/temperat...', 256, 'ARRAY(0x906d654)', 'ARRAY(0x8a95200)') called at /usr/share/perl5/EBox/Sudo.pm line 90
EBox::Sudo::command('rrdtool fetch /var/lib/collectd/rrd/server01/thermal/temperat...') called at /usr/share/perl5/EBox/Monitor/Measure/Base.pm line 210
EBox::Monitor::Measure::Base::fetchData('EBox::Monitor::Measure::Thermal=HASH(0xa078818)', 'resolution', 10, 'start', 'end-1h') called at /usr/share/perl5/EBox/Monitor.pm line 267
EBox::Monitor::allMeasuredData('EBox::Monitor=HASH(0xa4cb588)') called at /usr/share/perl5/EBox/CGI/Monitor/Index.pm line 65
EBox::CGI::Monitor::Index::masonParameters('EBox::CGI::Monitor::Index=HASH(0x8fb0340)') called at /usr/share/perl5/EBox/CGI/Base.pm line 516
EBox::CGI::Base::_process('EBox::CGI::Monitor::Index=HASH(0x8fb0340)') called at /usr/share/perl5/EBox/CGI/Base.pm line 261
EBox::CGI::Base::run('EBox::CGI::Monitor::Index=HASH(0x8fb0340)') called at /usr/share/perl5/EBox/CGI/Run.pm line 107
EBox::CGI::Run::run('EBox::CGI::Run', 'Monitor/Index', 'EBox') called at /usr/share/ebox/cgi/ebox.cgi line 19
ModPerl::ROOT::ModPerl::Registry::usr_share_ebox_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0x8fb04a8)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0x8fb0574)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0x8fb0574)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0x8fb04a8)') called at -e line 0
eval {...} called at -e line 0

11
Installation and Upgrades / Change the Administration port or host
« on: April 11, 2009, 03:43:14 pm »
How I can change the port of the administration port or make the UI opens only for one host.
I want to be able to open the different VHosts with SSL

12
Installation and Upgrades / Tunnel
« on: March 08, 2009, 12:56:43 pm »
How can I setup a tunnel on some port with the ebox?

13
Installation and Upgrades / File transfer
« on: January 25, 2009, 07:18:12 pm »
Hei. I am a new one to the ebox (javi knows it :) )

So my question is. The only way to transfer files to the ebox is with openvpn & samba or with ProFTP with LDAP authorization?
Is there some tutorial how to setup the vpn?

14
Installation and Upgrades / Ebox Update
« on: January 09, 2009, 02:52:06 pm »
How to update to the latest build (12034) or how can use the latest development version?

15
Installation and Upgrades / Some questions
« on: January 01, 2009, 11:11:10 pm »
First of all I want to ask if someone can explain me how to setup the DNS module. I installed the ebox on a single server for a small web hosting. I pointed some domains to the ip of the ebox server but what i should add to the DNS module?

The second question is how to disable the home folders for the Samba?

And when i add user from the ebox how can I enable the ssh for this user?

Pages: [1]