| View previous topic :: View next topic |
| Author |
Message |
motions Frequent Flyer


Joined: Dec 16, 2006 Posts: 35
|
Posted: Mon Dec 14, 2009 4:19 pm Post subject: different WNOS.INI for 1200LE clients - how to? |
|
|
normally my WNOS.INI looks like this:
| Code: | privilege=high
lockdown=no
autoload=1
Fileserver=192.168.0.4
Rootpath=/
Device=Ethernet Speed="Auto"
SignOn=No
CONNECT=RDP \
Host=ts1.mydomain.com \
Description="My application" \
AutoConnect=1 \
;Reconnect=200 \
Colors=true \
Fullscreen=yes \
Experience=0 \
Resolution=default \
LocalCopy=no
|
Now I have to devide all my 1200LE's into two or maybe three groups, all targeting to different terminal servers (different RDP connection settings).
How do I have to do that?
I don't want my users to login/authenticate to the clients and then use username.ini files.
Is there a chance to seperate the clients by MAC address or S/N or internal name? |
|
| Back to top |
|
 |
ConfGen Jedi Master


Joined: Apr 20, 2007 Posts: 5708 Location: Germany
|
Posted: Mon Dec 14, 2009 8:44 pm Post subject: |
|
|
Two options:
1. Use WDM Enterprise a the inbuild feature called Default Device Configuration (DDC)
2. Use mac.ini files.
To do the latter you just create a subfolder called /inc and then add a parameter to your wnos.ini called "Include=$mac.ini". Best place to add is after the SignOn parameter. Now create ini files in the /inc folder and name them as the mac address of the units eg 008064123456.ini.
Include your new RDP section there and finish with Exit=all. This way the parser does not jump back to wnos.ini to read the rest of it.
CG _________________ Try the free Configuration Generator to generate your ini files for WTOS, Linux v6, Linux v7, Ubuntu, Viance or create CE addon packages *** Don't forget to donate via PayPal if you like it *** http://www.technicalhelp.de |
|
| Back to top |
|
 |
motions Frequent Flyer


Joined: Dec 16, 2006 Posts: 35
|
Posted: Mon Dec 14, 2009 11:27 pm Post subject: |
|
|
@CG:
Thanks, this sounds pretty straight forward. I'll simply choose the mac.ini thing. |
|
| Back to top |
|
 |
motions Frequent Flyer


Joined: Dec 16, 2006 Posts: 35
|
Posted: Tue Dec 15, 2009 4:47 pm Post subject: |
|
|
Just tested it .. it's working perfectly.
Many thanks for the quick and competent answer, as well as the short description of "what to do.." |
|
| Back to top |
|
 |
|