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.
Pages: [1]
1
Installation and Upgrades / Re: eBox .11.2 PDC part looks broken
« on: January 20, 2008, 01:44:24 pm »
suffering on the same bug with hash on
/ebox-ro/modules/network/data_ve
but different line #
/usr/share/perl5/EBox/GConfModule.pm line 916
any solution?
/ebox-ro/modules/network/data_ve
but different line #
/usr/share/perl5/EBox/GConfModule.pm line 916
any solution?
2
Installation and Upgrades / Re: Add-On: BackupPC request.
« on: January 05, 2008, 10:41:08 am »
Hello, I would also appreciate backuppc on ebox.
3
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?
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?
4
Installation and Upgrades / Re: Apache2 on ebox; Firewall is blocking :(
« on: December 26, 2007, 04:11:08 pm »
oki, the external router ist not supporting netmask 255.255.0.0
furthermore, the 2nd network card (1Gbit) starts after upgrading kernel to 2.6.23.12
some other usesful stuff:
- switched off rtc module with /etc/hotplug/blacklist
- activated boot log in /etc/default/bootlogd
- activated cron on startup in /etc/syslog.conf
furthermore, the 2nd network card (1Gbit) starts after upgrading kernel to 2.6.23.12
some other usesful stuff:
- switched off rtc module with /etc/hotplug/blacklist
- activated boot log in /etc/default/bootlogd
- activated cron on startup in /etc/syslog.conf
5
Installation and Upgrades / used sourcelist after installing ebox 0.11 from the cd with debian sarge
« on: December 26, 2007, 04:44:54 am »
/etc/apt/sources.list
/etc/apt/apt.conf
for apt-get/aptitude in case of proxy this would be enough:
/etc/bash.bashrc
to the end:
see also: http://debiananwenderhandbuch.de/apt.conf.html (german/ exmpls in eng.l)
for different ways of proxy setup in apt.conf if neccessary
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
6
Installation and Upgrades / Re: Q: SAMBA Roaming Profile and how to change fileshare folder location & names
« on: December 24, 2007, 11:16:00 pm »
Life is a matter of give-and-take.
7
Installation and Upgrades / Re: Q: SAMBA Roaming Profile and how to change fileshare folder location & names
« on: December 24, 2007, 08:15:10 pm »
(for others to safe time)
changing share-names:
cd /usr/share/ebox/stubs/samba
joe smb.conf.mas
cange line 907 to
to change the drive letter for homes:
line 52
and
line 67 in smbldap.conf.mas
in smb.conf.mas is to include the scripts for roaming profiles. the example scripts are located in
/usr/share/doc/samba-doc/examples/logon/
(debian system)
changing share-names:
cd /usr/share/ebox/stubs/samba
joe smb.conf.mas
cange line 907 to
Code: [Select]
[<% $group->{'sharename'} %>]
to change the drive letter for homes:
line 52
Code: [Select]
logon drive = H:
and
line 67 in smbldap.conf.mas
Code: [Select]
userHomeDrive="H:"
in smb.conf.mas is to include the scripts for roaming profiles. the example scripts are located in
/usr/share/doc/samba-doc/examples/logon/
(debian system)
8
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?
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?
9
Installation and Upgrades / Q: SAMBA Roaming Profile and how to change fileshare folder location & names
« on: December 23, 2007, 04:13:58 am »
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?
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]