ICTCity
Members-
Posts
1,509 -
Joined
-
Last visited
-
Days Won
12
Content Type
Profiles
Forums
Blogs
Events
Articles
Downloads
Gallery
Everything posted by ICTCity
-
Yeah, as said before... And on the second screen you can configure PER IP / MAC ADDRESS rules.
-
Hi, If you post a screenshot of QUEUE CONFIGURATION and QOS CLASSIFICATION, I should help you a little bit better. Anyway, QUEUE configuration is HOW QoS manage the traffic. Basically you may have 3 types of queues: 1) First In First Out 2) Priority (usually based on policies) 3) Weighted Fair Queue (low traffic will be preferred instead of high traffic) Check here: http://support.microsoft.com/kb/233039/en-us QoS classification is made on the traffic type, again, if you post a screenshot, I should be able to explain settings... Regarding your last screenshot: DSCP mark should be implemented with caution. I THINK it has been invented by Cisco but I'm not sure. Anyway, this is used to FINE TUNE the QoS. Now the point is simple: let's say you have ONLY 2 types of traffic: VoIP and HTTP. You can give more priority to VoIP and the rest for HTTP. But if you have burst (or unpredictable) traffic, you MUST use more than one policy unless you want to choke your network. With cisco's routers you can create access-lists and define DSCP mark for each protocol. With your router I think you can't do that. So, my suggestion is: unless you really notice a problem (VoIP calls are not possible or other), let DSCP mark off ( NO CHANGE -1 ). Actually I don't know what does AUTO MARKING mean... probably it's something like "The router tryies to determine the best policy"... anyway... I'm not sure... I hope this can help you in some way.
-
Well... honetly I can't understand why you must save passwords... I don't think you login 100 times everyday... also if you are on a domain, you just have 1 user and 1 password... so why should you save your password? Probably you aren't the first one... but anyway... not many people take this kind of risk...
-
Yeah, I know... but when you login FROM ANOTHER MACHINE, what's the error? Does it prompt for User/Password?
-
Track Ip Address From Eveint Viewer
ICTCity replied to alexmartin's topic in Servers / Domains / Hosting
Ok, do you have any knowledge of PowerShell or VBScript? Starting from here: http://gallery.technet.microsoft.com/scriptcenter/ccc4f445-6c19-4300-9210-d8b200ab18ef you can easily retrieve all the events that you need and then, decide: write to file, send an e-mail, ... Everything depends on what do you want to do AND your knowledge. -
Not a good idea... Anyway... when you RDP into a server, you can choose to save a file. So, open the mask for the connection, put the IP or name and then click OPTIONS (I think on the left bottom corner). From there you can specify credentials and password. Save it and once you double click it, you will be on your server without entering any password. As said... NOT a good idea.
-
Can you please tell us what's the error message? Basically only the administrator can login via RDP.
-
Track Ip Address From Eveint Viewer
ICTCity replied to alexmartin's topic in Servers / Domains / Hosting
Hi, it's easy. From technet: strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" _ & strComputer & "\root\cimv2") Set colLoggedEvents = objWMIService.ExecQuery _ ("Select * from Win32_NTLogEvent " _ & "Where Logfile = 'System'") For Each objEvent in colLoggedEvents Wscript.Echo "Category: " & objEvent.Category & VBNewLine _ & "Computer Name: " & objEvent.ComputerName & VBNewLine _ & "Event Code: " & objEvent.EventCode & VBNewLine _ & "Message: " & objEvent.Message & VBNewLine _ & "Record Number: " & objEvent.RecordNumber & VBNewLine _ & "Source Name: " & objEvent.SourceName & VBNewLine _ & "Time Written: " & objEvent.TimeWritten & VBNewLine _ & "Event Type: " & objEvent.Type & VBNewLine _ & "User: " & objEvent.User Next Also, if you need something more complex... http://gallery.technet.microsoft.com/scriptcenter/site/search?f%5B0%5D.Type=RootCategory&f%5B0%5D.Value=logs&f%5B0%5D.Text=Logs%20and%20monitoring There are plenty of examples you can use :) -
Can you post the log? Also... try the command with the UPPERCASE letter F... perhaps it helps...
-
That's odd... Perhaps there's an update which has broken up something... I really have no idea... I use SNMP on 2k8 and 2k8 R2 with no problems at all!
-
Problem With Accessing Port From Xp To Win2008
ICTCity replied to shami's topic in Servers / Domains / Hosting
Yeah... errr do you have any error? Something in the event viewer? If you are on a default install of windows server, only the Administrator can login (if RDP has been enabled). Please, be more precise... -
Vssaccesscontrol Registry Shows A Username
ICTCity replied to Mysterchr's topic in Servers / Domains / Hosting
First of all check the VSS service, which ACCOUNT is used to start it? It should be NETWORK SERVICE. Second, run this command: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin\stsadm.exe -o registerwsswriter Finally, if the step above doesn't resolve your issue... you COULD delete that entry. Honestly the event id is a warning, so the process doesn't fail... anyway, if that entry is no longer used, you should be able to remove it. Maybe, export the entire registry first, then delete, then reboot, then verify :) -
Frontpage Server Extensions 2002 For Iis7
ICTCity replied to daschmoldt's topic in Servers / Domains / Hosting
Why not? Anyway... The only thing I HAD in my mind was that the application was looking for a folder in C:\programs files\... and not in C:\programs files(x86)\... but this happens only on 64bits version... The only thing I can suggest you is to open a topic on "social technet" of Microsoft... MAYBE somebody know how to resolve this. -
???
-
mhhhh lovely... perhaps there's something wrong with the service itself... can you test on another server?
-
Systemstate backup is a SYSTEM STATE BACKUP. So, 10GB are not too much... anyway, take a look at this article: http://technet.microsoft.com/en-us/library/cc753359(WS.10).aspx if you want to be able to backup ONLY the AD, I think you should buy 3rd part software...
-
Problem With Accessing Port From Xp To Win2008
ICTCity replied to shami's topic in Servers / Domains / Hosting
remote access... which protocol? FTP? RDP? -
Frontpage Server Extensions 2002 For Iis7
ICTCity replied to daschmoldt's topic in Servers / Domains / Hosting
no idea... is your OS x86 or x64? -
You can merge 3 domains into 1 or merge 3 domain controllers into one... If you want ONE domain controller (yeah, more then one but basically each of them will do the same thing), you must pay attention because of network traffic. That means you can have 10gb of ram but your DC may be slow. The bottleneck is (are) CPU and/or NIC. Is not important (just for now) HOW to migrate from 2k3 to 2k8, first you must understand WHAT do you want to do. Why do you have 3 domains? And why do you want to merge them? When you say CONSOLIDATE, it means you want something like: domain1.MYDOMAIN.LOCAL, domain2.MYDOMAIN.LOCAL, domain3.MYDOMAIN.LOCAL or something like: domain.domain1.com, domain.domain2.com, domain.domain3.com?
-
Frontpage Server Extensions 2002 For Iis7
ICTCity replied to daschmoldt's topic in Servers / Domains / Hosting
Take a look here: http://forums.iis.net/t/1149324.aspx At the end he says: "The issue is resolved. I did not have Windows Auth enabled. All is well now." -
the command is: wbadmin start systemstatebackup -backupTarget:f: not: wbadmin start systemstatebackup -TargetBackup:f:
-
Frontpage Server Extensions 2002 For Iis7
ICTCity replied to daschmoldt's topic in Servers / Domains / Hosting
IF and only IF the program can work with IIS 7, it looks like it's watching inside the wrong directory... not a big help but... well, I'm not aware of frontpage extension... but I assume there are newer version instead of 2002! -
Mh... sophos... it sounds like a japanese food... eheheh anyway... try to TEMPORARLY disable the japanese food (ahahah) and see if something changes.
-
hi. 1) Your question is not really understandable... anyway... if I have problems with logon process, first of all I need to determine if I'm trying to login into a domain or locally. If on domain: check network settings (DNS and so on), if locally: maybe the account has been locked. Second, I will check permissions and so on. 2) You can backup (or better, COPY) files while they're in use... 3) If you don't use disk quota, a user could use all the space available. Now, let's say you have 10 users, each user has its own holiday's pictures, each picture is 15 MB and each person has 20 pictures. 20 pictures * 10 users = 200 pictures * 15 MB = 3000 MB = 3 GB well... not bad having 3 gb of photos on your file server... with quotas you can easily decide how much space can use a single (or group) of users.