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.
31
Installation and Upgrades / Re: Trouble with Open Office - repair
« on: September 05, 2008, 03:44:10 pm »
I have seen problems this on ubuntu browsing samba shares via nautalis. Try doing a CIFS mount to your local file system and browse that way.
mount -t cifs ...
were you the only person accessing the file? It could be a file locking issue.
mount -t cifs ...
were you the only person accessing the file? It could be a file locking issue.
32
Installation and Upgrades / Re: Cannot login to my domain
« on: September 03, 2008, 02:38:51 pm »Hi,
Could you please try with a different domain name and netbios name. Use different names for each one, and please use names which you don't have in your local DNS.
If the computers you are trying yo join are in the same network you don't need to mess with DNS stuff.
Don't forget to restart your windows machine once you have changed the configuration on your eBox machine before trying join the domain.
Javi, I added a ticket for this a while back.
http://trac.ebox-platform.com/ticket/1097
33
Installation and Upgrades / Re: Thunderbird + LDAP Adress book
« on: September 03, 2008, 02:27:52 pm »
Thomas,
This has been a request by other users [1]. Currently, ebox doesn't natively support an addressbook. It would likely be an add-on module. If you are familiar with LDAP, there is nothing stopping you from creating your own LDAP branch containing address book entries.
[1] http://forum.eboxplatform.com/index.php?topic=480.0
Regards,
Jim
This has been a request by other users [1]. Currently, ebox doesn't natively support an addressbook. It would likely be an add-on module. If you are familiar with LDAP, there is nothing stopping you from creating your own LDAP branch containing address book entries.
[1] http://forum.eboxplatform.com/index.php?topic=480.0
Regards,
Jim
34
Installation and Upgrades / Re: DNS Problems
« on: August 26, 2008, 05:15:37 am »
Please post the following files from the server:
resolv.conf
hosts
More than likely it's one of those two files.
resolv.conf
hosts
More than likely it's one of those two files.
35
Installation and Upgrades / Re: changed netbios name and home folders unaccessible
« on: August 05, 2008, 05:25:57 am »
Sounds like the info is still in the tdb files.
Try this:
1) Stop Samba
2) mv /var/cache/samba/*.tdb{,.old}
3) Start samba
4) Change the netbios name.
5) Try browsing the new machine name.
Good luck.
Try this:
1) Stop Samba
2) mv /var/cache/samba/*.tdb{,.old}
3) Start samba
4) Change the netbios name.
5) Try browsing the new machine name.
Good luck.
36
Installation and Upgrades / Re: Problem with DHCP
« on: August 05, 2008, 05:10:03 am »
Ummm...you realize you have your VPN (tap0) in the same subnet. Could be a problem.
37
Installation and Upgrades / Re: promiscuous mode - again
« on: August 05, 2008, 05:05:29 am »
What version? Was this an existing unbutu install? I run ntop on my ebox servers just fine...this isn't a virtualized machine is it?
38
Installation and Upgrades / Re: No printer model
« on: August 05, 2008, 05:02:58 am »
DELL=paperweight. Not saying that to be rude, it's just the way it is when it comes to Linux printing. Take a look at Linuxprinting.org. You might get lucky and find a printer that is close.
39
Installation and Upgrades / Re: Can't Join Computers to Domain
« on: August 05, 2008, 04:59:53 am »
What do your log files say? This needs more info. Detail your network configuration and and computer/domain names.
First,
See if you can see the Domain properly
SSH in the server (SMARTBLAST) and run
root# smbclient -L YOURSERVER -U%
Sharename Type Comment
--------- ---- -------
IPC$ IPC IPC Service (Samba 3.0.28a)
netlogon Disk Network Logon Service
ADMIN$ IPC IPC Service (Samba 3.0.28a)
Server Comment
--------- -------
YOURSERVER Samba 3.0.28a
Workgroup Master
--------- -------
SMARTBLAST YOURSERVER
Now, Make sure you can browse a users home share, check your logs.
smbclient //YOURSERVER/joeblow -Ujoeblow%password
First,
See if you can see the Domain properly
SSH in the server (SMARTBLAST) and run
root# smbclient -L YOURSERVER -U%
Sharename Type Comment
--------- ---- -------
IPC$ IPC IPC Service (Samba 3.0.28a)
netlogon Disk Network Logon Service
ADMIN$ IPC IPC Service (Samba 3.0.28a)
Server Comment
--------- -------
YOURSERVER Samba 3.0.28a
Workgroup Master
--------- -------
SMARTBLAST YOURSERVER
Now, Make sure you can browse a users home share, check your logs.
smbclient //YOURSERVER/joeblow -Ujoeblow%password
40
Installation and Upgrades / Re: Is there a way to turn on op-locking on fileshare?
« on: July 26, 2008, 04:53:28 pm »So two people cannot edit a file at once?
Or is this a problem w/ Nautilus?
i don't know enough about file locking to give you a quick answer, but check out this document:
http://www.samba.org/samba/docs/man/Samba3-HOWTO/locking.html
41
Installation and Upgrades / Re: How to change users homeDirectory
« on: July 26, 2008, 04:42:58 pm »We use this attribute in Samba module to establish the user home directory. If you're not using this module, you may edit its attribute manually using any LDAP editing tool.
Direction: ldap://<eBoxIP>:389
Credentials: contain of /var/lib/ebox/conf/ebox-ldap.passwd
Just wanted note: LDAP access from the internal network is blocked by default now (for good reasons), so you will have to create a firewall rule to allow your admin PC access to the LDAP port on ebox.
42
Installation and Upgrades / Re: Allow Public IP through ebox
« on: July 11, 2008, 04:23:13 am »
Great...I'll have to test this out.
43
Installation and Upgrades / Re: objects with a range of ips
« on: July 02, 2008, 04:58:55 am »so just with an entire subnet?
not say a group like 192.168.1.100 to 192.168.1.200?
Use CIDR notation to block ranges. 192.168.1.0/25 would give you a block of 126 hosts.
Code: [Select]
HostMin: 192.168.0.1 11000000.10101000.00000000.0 0000001
HostMax: 192.168.0.126 11000000.10101000.00000000.0 1111110
or 192.168.1.128/25...
HostMin: 192.168.0.129 11000000.10101000.00000000.1 0000001
HostMax: 192.168.0.254 11000000.10101000.00000000.1 1111110
http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
44
Installation and Upgrades / Re: objects with a range of ips
« on: July 02, 2008, 04:23:06 am »
Like this...
See Screenshots.
See Screenshots.
45
Installation and Upgrades / Re: Forwarding ports to different public ip addresses -> private ip addresses
« on: June 21, 2008, 06:27:45 pm »We have two public IP addresses from our ISP. I want be able to specify which ports get forwarded to which )internal) IP addresses.
IE publicip1:80 -> lancomputer1:8080
IE publicip2:80 -> lancomputer2:8080
Can this be done from the ebox administrator?
Would 1:1 NAT help you? While is does require some manual editing, it might do the trick as well.
See this post:
http://forum.eboxplatform.com/index.php?topic=163.msg575#msg575