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

Pages: [1] 2
1
Installation and Upgrades / Re: How to make changes in smb.conf
« on: April 05, 2008, 03:57:00 pm »
Thanks for you reply. I said it unclearly I want to block all ip's except internal and some external. That worked perfectly with the template!

The network changes are the changes that resulted from my problem with making external connections. See http://forum.eboxplatform.com/index.php?topic=98.0

For that problem I have to change the network interfaces file according to the changes suggested in the debian forum

Code: [Select]
Try w/o those last two lines about nameservers.

Normally all you need for static ip is the address and netmask, especially when using a router, which handles all the other stuff.

Also, try replacing auto eth0 with allow-hotplug eth0

Also, your router has to be configured to allow static ip assignment. Some routers are cranky about this


and after that ifdown eth0
ifup eth0 evrything worked

I have not had the time yet to figure out what file to use and if the changes are easy to apply.

2
Installation and Upgrades / Re: How to make changes in smb.conf
« on: April 04, 2008, 10:51:27 am »
Thanks I had to make changes to block some ip's. Besides that I need to make some permanent changes to my network configuration file but that seems a bit harder. I think I will continue to do that manually.

Thank you!

3
Installation and Upgrades / How to make changes in smb.conf
« on: April 03, 2008, 10:39:56 pm »
Hi,

I want to be able to make changes to some configuration files (for example the samba config) but when I restart the service the changes are overwritten. Does anyone know a simple solution?

Thanks!
Maarten

4
Installation and Upgrades / Re: Problem with external connections
« on: April 01, 2008, 06:07:42 pm »
Hi,

I'm sorry I thought I pasted the link to the debianforums in the topic

http://forums.debian.net/viewtopic.php?t=24224&highlight=

After

Code: [Select]
Try w/o those last two lines about nameservers.

Normally all you need for static ip is the address and netmask, especially when using a router, which handles all the other stuff.

Also, try replacing auto eth0 with allow-hotplug eth0

Also, your router has to be configured to allow static ip assignment. Some routers are cranky about this

and after that ifdown eth0
ifup eth0 evrything worked

5
Installation and Upgrades / Re: Internal error after upgrade
« on: February 24, 2008, 08:17:35 pm »
Sorry for my late response, I was not at home until now, so I couldn't try. But I just run the commands and after that upgrade all threw the admin panel and it worked!

Thank you so much!

6
Installation and Upgrades / Re: Problem with external connections
« on: February 21, 2008, 07:36:26 pm »
The external connection problem is solved! Thanks to the guys on the debian forum. But I now have another problem see http://forum.eboxplatform.com/index.php?topic=148.0

7
Installation and Upgrades / Internal error after upgrade
« on: February 21, 2008, 07:36:07 pm »
I had a problem with my external connections, that works now. So I tried to upgrade but the management panel said it was up to date so did apt-get upgrade and update. But now I get

Code: [Select]
An internal error has ocurred. This is most probably a bug, relevant information can be found in the logs.
When I try to save settings or want to look at the status page. I think that some things have been upgraded, because at some pages I have more options. But the versions remain 0.099

What can I do about the error, where can I find the log where I can find more information. And how can I upgrade Ebox to the latest release?

Thank you!

8
Installation and Upgrades / Re: Problem with external connections
« on: February 20, 2008, 10:49:04 pm »
Last bump :-[

With ping I get
Code: [Select]
connect: Network is unreachable
But name resolution says:
Code: [Select]
; <<>> DiG 9.2.4 <<>> +time=3 debian.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 13343
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;debian.net. IN A

;; ANSWER SECTION:
debian.net. 3596 IN A 192.25.206.10

;; Query time: 26 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Wed Feb 20 23:34:07 2008
;; MSG SIZE  rcvd: 44

So name resolution does not seem to be the problem.

9
Installation and Upgrades / Re: Problem with external connections
« on: February 07, 2008, 11:07:05 pm »
Is there anybody else who has an idea to help me?

10
Installation and Upgrades / Re: Problem with external connections
« on: February 01, 2008, 04:36:38 pm »
hahaha well at leatst your problem is solved  ;)

11
Installation and Upgrades / Re: Problem with external connections
« on: February 01, 2008, 01:16:44 pm »
That can indeed be the problem with you. I disabled my internal NIC and used an external network card (gigabit).
I don't know if you have much data on your server. Otherwise a reinstall should solve the problem for sure without much trouble.

12
Installation and Upgrades / Re: Problem with external connections
« on: February 01, 2008, 10:21:39 am »
Hi Jabster, welcome to the club  ;)

I can ping my local nameserver/gateway (192.168.1.1) you can't I see?

13
Installation and Upgrades / Re: Problem with external connections
« on: February 01, 2008, 01:03:45 am »
Hi I attached a screenshot of my nameserver setting and the /etc/resolv.conf file. It looks okay to me

14
Installation and Upgrades / Re: Problem with external connections
« on: January 30, 2008, 09:47:15 am »
I tried ping a few times and this time also the same output

Code: [Select]
oracle:~# ping -c 3 www.ebox-platform.com
ping: unknown host www.ebox-platform.com
oracle:~#

The strange thing is that every computer on the network works except this one and only to the internet.

15
Installation and Upgrades / Re: Problem with external connections
« on: January 30, 2008, 09:30:01 am »
Thanks, but no success there. Like all the other machines on my network 192.168.1.1 was the DNS server. I also tried the DNS servers of my internet host but the same problems as before.

Pages: [1] 2