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

Pages: [1]
1
Installation and Upgrades / Ebox on Ubuntu
« on: January 01, 2008, 01:25:33 pm »
Happy new year altogether!

As I read Ebox will be available with Ubuntu on next release. However, I found no guide for Ebox on Ubuntu with the current release. Is the way of installation the same as for Debian? Or could it be better to take a unstable beta release for Ubuntu? Btw, where to find the beta version? - Is there any SVN-Repository to checkout?

2
/etc/apt/sources.list
Code: [Select]
deb http://ebox-platform.com/debian/stable/ ebox/
deb http://ebox-platform.com/debian/stable/ extra/
deb http://ebox-platform.com/debian/sarge/stable/ main/
deb http://ebox-platform.com/debian/sarge/stable/ security/

# Cups
deb http://snapshot.debian.net/archive/ pool cupsys

deb http://ftp.de.debian.org/debian sarge main
deb http://mirror.buildd.net/backports.org/ sarge-backports main contrib non-free
deb http://ftp.freenet.de/debian/ sarge main contrib non-free
deb-src http://ftp.freenet.de/debian/ sarge main contrib non-free
deb http://ftp2.de.debian.org/debian-volatile sarge/volatile main
#deb http://dotdeb.pimpmylinux.org/ stable all
#deb-src http://dotdeb.pimpmylinux.org/ stable all
deb http://people.debian.org/~dexter php5 sid


/etc/apt/apt.conf
Code: [Select]
// This file is used in the chroot environment from install_packages
// (called by rcS_fai)

// Options for apt-get for FAI
APT
{
  // Options for apt-get
  Get
  {
     Assume-Yes "true";
     Fix-Missing "true";
     Show-Upgraded "true";
     Purge "true";              // really purge! Also removes config files
     List-Cleanup "true";
     ReInstall "false";
  };
};

DPkg
{
  Options {
          "--abort-after=4711";   // a magic number in cologne ;-)
          "--force-confdef";
          }
};

//npe
APT::Default-Release "stable";
APT::Cache-Limit 16777216;
Dpkg::Options {"--force-confold";}

for apt-get/aptitude in case of proxy this would be enough:

     /etc/bash.bashrc

to the end:

Code: [Select]
    export HTTP_PROXY=http://user:passwort@proxyserver.domain:port/
    export FTP_PROXY=http://user:passwort@proxyserver.domain:port/


see also: http://debiananwenderhandbuch.de/apt.conf.html (german/ exmpls in eng.l)
for different ways of proxy setup in apt.conf if neccessary

3
Installation and Upgrades / Apache2 on ebox; Firewall is blocking :(
« on: December 24, 2007, 07:29:19 pm »
Hello,

after installing apache2 on ebox .11 with sarge, I successfully testet with lynx localhost.
Unfortunately, I can't acces the server with any clients.

'HTTP-Proxy' -> General: off; (Does this effect on internal apache2 traffic?)

Rules defined in 'Services':
http - accept - TCP 80, 8080, 443

firewall - packetfilter

-> 'Filter-Regeln für Verkehr zwischen internen Netzwerken zu der eBox' (intern network traffic)
ACCEPT    Alle    http    --    
ACCEPT    Alle    soap    --    
ACCEPT    Alle    ntp    --    
ACCEPT    Alle    ldap    --    
ACCEPT    Alle    dns    --    
ACCEPT    Alle    dhcp    --    
ACCEPT    Alle    ssh    --    
ACCEPT    Alle    eBox administration

-> Filtering rules for internal networks
      Quelle      Ziel              Dienst
      Jeder       Jeder       any
(source,target, service = everybody, evrybdy, any)


-> Filter-Regeln für Verkehr von der eBox nach anderswo
ACCEPT       Alle       http


-> Filtering rules from external networks to eBox
empty




->  Filtering rules from external networks to internal networks
DENY    Jeder    Jeder    any
ACCEPT    Jeder    Jeder    http
ACCEPT    r4it    192.168.2.10/32    ssh 23465



---------------------------

Configuration:
ebox: 192.168.2.10; Gateway 192.168.2.1 (Router)
eth0      Protokoll:Ethernet  Hardware Adresse 00:D0:68:01:82:3C
          inet Adresse:192.168.2.10  Bcast:192.168.255.255  Maske:255.255.0.0
          inet6 Adresse: fe80::2d0:68ff:fe01:823c/64 G�ltigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:13329787 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6433173 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenl�nge:1000
          RX bytes:2245627980 (2.0 GiB)  TX bytes:458757265 (437.5 MiB)

eth0:buer Protokoll:Ethernet  Hardware Adresse 00:D0:68:01:82:3C
          inet Adresse:192.168.100.1  Bcast:192.168.255.255  Maske:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

eth0:werk Protokoll:Ethernet  Hardware Adresse 00:D0:68:01:82:3C
          inet Adresse:192.168.200.1  Bcast:192.168.255.255  Maske:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1


Client XP Pro: 192.168.100.100; GW 192.168.2.1; Netmask 255.255.0.0
Groups:
buerocomputer (office) as buero-subnetz 192.168.100.100/32
r4it as r4it-net 192.168.2.1/32 (for computers outside the ebox)
werkstattcomputer (garage) as werk-subnetz  192.168.200.100/32



Any ideas, pls?

4
Hello,

first of all, thx to everybody working on this project!

As a newbie, I do have following question.

1) The folder names for sharing appears as _shareme in the smb.cnf. Where and how can I change this automatically created shares without '_' and located into other partion, pls?

2) For more comfortness, I changed filesharing to domaincontroller. Unfortunatelly, the shares (& user dirs) are not appearing as automatically mounted network drives on XP Pro (registry changes already done).
How can I activate roaming profiles with a netlogon generator in EBOX, pls? Is this possible?

Pages: [1]