Hi Hugo!
have you try to add quots around the values:
Addresses = "10.1.2.0/24,10.1.3.0/24,10.1.14.0/24"

???

As in the M$ doc your example should work:
http://technet.microsoft.com/en-us/library/bb490620.aspx

But it is M$ - so it should work never means that it will work ;)

Have a nice day!

Hugo Monteiro schrieb:
> Hello list,
> 
> I'm having trouble defining multiple authorized networks, for the remote 
> desktop service.
> 
> The relevant part of my unattended.txt file is
> 
> 
> --- snip ---
> 
> [WindowsFirewall.RemoteAssistance]
>     Program = %WINDIR%\System32\Sessmgr.exe
>     Name = "Remote Assistance"
>     Mode = 1
>     Scope = 2
>     Addresses = 10.1.2.0/24,10.1.3.0/24,10.1.4.0/24
> 
> [WindowsFirewall.RemoteDesktop]
>     Type = 2
>     Mode = 1
>     Scope = 2
>     Addresses = 10.1.2.0/24,10.1.3.0/24,10.1.14.0/24
> 
> --- snip ---
> 
> 
> What happens is that only the first defined network (10.1.2.0/24) is 
> being allowed to connect. It's not a network problem, or any other 
> firewall problem, because if i swap the network definitions, it's always 
> the first defined network that gets allowed to connect.
> 
> I've searched documentation regarding this definition and from what i 
> could find, i should be able to define multiple networks, in CIDR 
> notation, separated by commas.
> 
> Could anyone shed some light over this?
> 
> Thanks in advance,
> 
> Hugo Monteiro.
> 

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to