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

Pages: 1 2 [3] 4 5 ... 18
31
interisting..

i am testing RC2 on a virtual machine - and on the terminal your command:

Code: [Select]
egrep -q '^flags.* (vmx|svm)' /proc/cpuinfo
returns nothing

but on actual host running this virtual machine, i have the following outputs:

Code: [Select]
egrep -q '^flags.* (vmx|svm)' /proc/cpuinfostill returning nothing


and my command returns

Code: [Select]
egrep -c '(vmx|svm)' /proc/cpuinfo4


maybe i am running the above command incorrectly?!

32
hello,

virtual machines modules just creates configurations without checking for hardware configuration.

it could be that zentyal is installed on a system where virtualisation has not been enabled.
thus it should run a simple validation such as:
Code: [Select]
egrep -c '(vmx|svm)' /proc/cpuinfo

33
apologies if i talk non-sense here

but try testing with
Code: [Select]
telnet pptpserver 1723
to open the required port - for users connecting from the internet try
Firewall > Packet Filter > External networks to Zentyal

and add a rule such as:
decision - accept
source - any
service - pptp


if you do not have a service definition for pptp, then add one, by going to Services:
click on 'add new' and fill the details, click on 'internal', and then click on 'add'
then click on the 'configuration' icon for your pptp service and add your required ports
protocol - TCP
source - any (normally this should be any)
destination - 1723


let us know if this is clear now.



34
agreed

earlier on - we suggested for having a look at Zentyal logs as well kernel logs
and it did not show any packet dropped.

it would seem to be something else.

35
agree with Christian,

this is a soap-opera!


36
to test non-transparent you have to use

tracepath bbc.co.uk/443

443 is the port for HTTPS

37
is your zentyal gateway

gw315.kcc


i should asked before - could you also run:
tracepath bbc.co.uk/80

thanks,

38
Installation and Upgrades / Re: ARP corruption and network errors
« on: September 30, 2011, 09:38:27 am »
hi,

i am not sure if this is related but..

if you use the domain such as
Quote
hostname.domain.nl

you are then saying that your machines are in par with domain such as:
blogs.bbc.co.uk

which is not strictly correct.

so your gateway might be asking external DNS'es when you think that they should be using your internal DNS.
unless that is what you want.

try using someting like:
intranet.domain.nl

as your domain, so that your machines will be:
hostname.intranet.domain.nl

see if that helps

39
could you run the following from a linux client within your network:
Code: [Select]
tracepath bbc.co.uk/443
and post it back

40
Installation and Upgrades / video takes 100% CPU when using KVM
« on: September 16, 2011, 05:38:29 pm »
just a point which i find important

when using the iso it installs the GUI (openbox or something) and it just locks the CPU with 100% usage due to screen refreshing.

could we not have the GUI started by the user - if they want?
i know that Zentyal is target to now linux audience but having Zentyal running smoothly as a VM is surelly more important


41
by saying
Quote
Everytime the network module reloads, gateways disappear

have you defined a gateway on Zentyal? as per docs
http://trac.zentyal.org/wiki/Documentation/Community/HowTo/GatewaySetup#a3.2.Gatewaysandloadbalancing

42
could you also check your server logs for packets that have been dropped

Code: [Select]
cat /var/log/kern.log | grep -i  dpt=443
if nothing is returned - please try
Code: [Select]
cat /var/log/kern.log | grep -i  drop
the above command should show any packets dropped with HTTPS (443) as their destination

i have just checked my installation - while running proxy in transparent mode it is all fine
when switch the firewall rule for HTTPS to 'deny' for internal networks - my logs start getting message on both Zentyal Firewall log and /var/log/kern.log

let us know if there is any news

43
Portuguese / Re: Interfaces Virtuais ..
« on: September 13, 2011, 08:04:06 pm »
interessante Jorge

eu mesmo tenho uma instalacao similar mas a minha DMZ e configurada como *externa*

eu sempre entendi que DMZ deve de ser tratada como a internet (nao e segura)


44
just a pointer

this page probably uses javascript to load content from other domains (or subdomains).

to understand what is being blocked you will have to look into the actual code of this page.

at a glance all images seem to be sourced from subdomain
http://aka.weightwatchers.com.au/

which also hosts the javascript files
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" src="http://aka.weightwatchers.com.au/include/ww_tabs.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" src="http://aka.weightwatchers.com.au/include/search.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" src="/include/mbox.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">

check if your workstation can connect to this server


sorry i can not assist you any further.

45
see this

http://forum.zentyal.org/index.php/topic,7944.0.html

i am getting a dejavou sensation about 'Users and Groups Module'

Pages: 1 2 [3] 4 5 ... 18