Op de UAG van een klant hadden we een hoop events met event ID 67.
Dit schijnt te komen door een verkeerde UAG rule.
Event op UAG:
Op de MX01 staat het bestand owasl.xap (en niet owasi.xap):
owasi.xap moet worden gewijzigd naar owasl.xap
Zie laatste post van Christopher Comarato (2-8-2011):
http://social.technet.microsoft.com/Forums/en-US/forefrontedgeiag/thread/9074b01d-26e3-4b12-81d2-ec3bc3d0542a/
The reason this event is still being logged is because both the KB article (http://support.microsoft.com/kb/2444842) as well as the update that fixes this in UAG both contain the same error with regards to ExchangePub2010_Rule42.
Both modify the URL set with a new ExchangePub2010_Rule42 that includes the following URL:
/owa(/[a-z0-9._-]+@[a-z0-9.-]+)?/[0-9.]+/clientbin/owasi.xap
This is incorrect!
When you look at the file in mixed case it looks like this might be the file name; however, the actual file on the CAS server is OWASL.xap, not OWASI.xap.
To resolve this error you should change this rule in the UAG rule set to use the following URL:
/owa(/[a-z0-9._-]+@[a-z0-9.-]+)?/[0-9.]+/clientbin/owasl.xap
I would recommend that Microsoft fix this in a future update to UAG.
Tags
Howto
(51)
Free Software
(35)
Powershell
(33)
Windows Server
(23)
AD
(16)
Hyper-V
(16)
Exchange
(13)
Office
(13)
Group Policy
(10)
Windows Server 2012
(9)
Scripts
(7)
Symantec BE
(5)
Windows 8
(5)
Cisco
(4)
TMG
(4)
Terminal Server
(4)
Cluster
(3)
HP
(3)
RDS
(3)
UAG
(3)
Citrix
(2)
DC
(2)
DNS
(2)
IE10
(2)
OpenID
(2)
PKI
(2)
SCVMM
(2)
Windows Live
(2)
iLO
(2)
Backup
(1)
DPM
(1)
Fileserver
(1)
IE
(1)
SQL; DPM
(1)
Security
(1)
Sharepoint
(1)
Switch
(1)
VMWare
(1)
Veeam
(1)
maandag 3 oktober 2011
Met welke DC maak je contact?
Je kunt dit testen door het volgende commando uit te voeren:
echo %logonserver%
of nog beter met meer info betreffende de dc:
nltest /dsgetdc:
/force zorgt ervoor dat er geen cached informatie getoond wordt.
H:\>nltest /dsgetdc:reskit /force
echo %logonserver%
of nog beter met meer info betreffende de dc:
nltest /dsgetdc:
/force zorgt ervoor dat er geen cached informatie getoond wordt.
H:\>nltest /dsgetdc:reskit /force
DC: \\server1 Address: \\172.16.132.197 Dom Guid: ca21b03b-6dd3-11d1-8a7d-b8dfb156871f Dom Name: reskit Forest Name: reskit.com Dc Site Name: Default-First-Site-Name Our Site Name: Default-First-Site-Name Flags: GC DS LDAP KDC TIMESERV WRITABLE DNS_FOREST CLOSE_SITE
zondag 2 oktober 2011
Enabling Network Level Authentication on Windows XP Service Pack 3 for access to Server 2008 via Remote Desktop
Enabling Network Level Authentication on Windows XP Service Pack 3 for access to Server 2008 via Remote Desktop
Solution: When connecting to a Windows 2008 Server using remote desktop from a Windows XP client running service pack 2 or earlier, you get the following error message:
The remote computer requires Network Level Authentication, which your computer does not support.
To enable NLA in XP machines; first install XP SP3, then edit the registry settings on the XP client machine to allow NLA
• Configure Network Level Authentication
1. Click Start, click Run, type regedit, and then press ENTER.
2. In the navigation pane, locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
3. In the details pane, right-click Security Packages, and then click Modify.
4. In the Value data box, type tspkg. Leave any data that is specific to other SSPs, and then click OK.
5. In the navigation pane, locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders
6. In the details pane, right-click SecurityProviders, and then click Modify.
7. In the Value data box, type credssp.dll. Leave any data that is specific to other SSPs, and then click OK.
8. Exit Registry Editor.
9. Restart the computer.
Solution: When connecting to a Windows 2008 Server using remote desktop from a Windows XP client running service pack 2 or earlier, you get the following error message:
The remote computer requires Network Level Authentication, which your computer does not support.
To enable NLA in XP machines; first install XP SP3, then edit the registry settings on the XP client machine to allow NLA
• Configure Network Level Authentication
1. Click Start, click Run, type regedit, and then press ENTER.
2. In the navigation pane, locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
3. In the details pane, right-click Security Packages, and then click Modify.
4. In the Value data box, type tspkg. Leave any data that is specific to other SSPs, and then click OK.
5. In the navigation pane, locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders
6. In the details pane, right-click SecurityProviders, and then click Modify.
7. In the Value data box, type credssp.dll. Leave any data that is specific to other SSPs, and then click OK.
8. Exit Registry Editor.
9. Restart the computer.
zaterdag 1 oktober 2011
Symantec BE Agents pushen naar TMG
Probleem:
Het probleem zit in het feit dat BE gebruik maakt van port 10000 en die poort wordt ook door wininit.exe gebruikt op een TMG server.
Dit komt doordat wininit.exe de eerst dynamische poort pakt die vrij is. Normaal begint de dynamische port range vanaf 49152 (tot 65535) en pakt wininit.exe deze port, echter begint de dynamische port range na de installatie van TMG vanaf 10000.
Even geverifieerd:
Op de TMG:
C:\>netsh interface ipv4 show dynamicportrange tcp
Protocol tcp Dynamic Port Range
---------------------------------
Start Port : 10000
Number of Ports : 55535
Op een andere server geeft:
C:\>netsh interface ipv4 show dynamicportrange tcp
Protocol tcp Dynamic Port Range
---------------------------------
Start Port : 49152
Number of Ports : 16384
Solution 1 (is getest en werkt):
Dynamische port range op TMG aanpassen:
netsh interface ipv4 set dynamicportrange tcp startport=10010 numberofports=55525
Solution 2:
Je kunt ook de port aanpassen in BE echter moet je die verandering volgens mij dan weer op alle servers doorvoeren.
Solution 3:
Een andere optie is volgens mij om een andere port voor RAWS toe te wijzen op de TMG zelf.
Dit kan in het c:\windows\system32\drivers\etc\services bestand een entry toe te voegen:
ndmp 9000/tcp #Network Data Management Protocol
Referenties:
en
Backup van dfsroot met Symantec Backup Exec
Diverse Tips / Hacks betreft filesystem
NTFS Hacks (werken bijna ook allemaal op Windows 7/2008):
Een van de hacks (disable8dot3) wordt in twijfel genomen:
Waarom je op een TS toch disable8dot3 beter kunt uitschakelen als je geen 16 bits applicaties meer hebt draaien:
(de rede waarom schijnbaar identieke Terminal Servers toch anders reageren)
Snelste manier om grote bestanden (SQL databases bijvb) over het netwerk te kopiëren: Gebruik eseutil!
(vanaf Windows 2008 R2 schijnbaar ook xcopy /j een optie)
TMG Active / Passive access
Een ftp sessie opzetten mbv de command prompt kan een probleem zijn als je achter een TMG zit.
Dit is nl. active ftp verkeer en geen passive. TMG 2010 heeft een nieuwe optie die nog niet in ISA zat: nl. het onderscheidt tussen active en passive FTP access.
Standaard staat Active Access uit op de TMG. Je kunt active access inschakelen door “Allow active FTP access” in te schakelen bij de properties van de FTP Access Filter.
Zie:
Abonneren op:
Posts (Atom)





