Projecto Synergy
permite substituir os actuais KVM de hardware por open source de Software.
Monitor, rato e teclado de Vários PC´s num único Monitor rato e teclado.
http://synergy-foss.org/
segunda-feira, 4 de julho de 2011
quinta-feira, 18 de novembro de 2010
Factory Reset Nortel Ethernet Switch
Factory Reset Nortel Ethernet Switch
There can be times when you need to factory reset a switch. This process can be accomplished through the CLI but if you’ve lost the switch password you’ll need to follow a special process. This process should work for any of the Ethernet Switches (450, 460, 470) and the Ethernet Routing Switches 2500 Series, 4500 Series, 5500 (5510, 5520, 5530) Series. There is a different process to recover lost passwords on the Ethernet Routing Switch 1600 and 8600. Please note that by factory resetting the switch you will loose all configuration settings. It will be as if it just arrived from the “factory”.
Follow these steps:
1. Connect to the console port of the switch (9600,8,N,1)
2. Reboot the switch.
3. When the first line of the diagnostics tests is displayed, press CTRL-C. The system then displays a menu.
4. Select option “i” to factory default the switch.
5. Select option “a” to run the agent code.
Upon boot up, the switch will be in a factory default configuration.
Cheers!
There can be times when you need to factory reset a switch. This process can be accomplished through the CLI but if you’ve lost the switch password you’ll need to follow a special process. This process should work for any of the Ethernet Switches (450, 460, 470) and the Ethernet Routing Switches 2500 Series, 4500 Series, 5500 (5510, 5520, 5530) Series. There is a different process to recover lost passwords on the Ethernet Routing Switch 1600 and 8600. Please note that by factory resetting the switch you will loose all configuration settings. It will be as if it just arrived from the “factory”.
Follow these steps:
1. Connect to the console port of the switch (9600,8,N,1)
2. Reboot the switch.
3. When the first line of the diagnostics tests is displayed, press CTRL-C. The system then displays a menu.
4. Select option “i” to factory default the switch.
5. Select option “a” to run the agent code.
Upon boot up, the switch will be in a factory default configuration.
Cheers!
terça-feira, 2 de novembro de 2010
ACESS LIST VLAN CONVIDADOS CISCO
Vlan 140 convidados apenas com acesso á Internet
- Negar acesso redes locais 10.51.0.0 /24
int vlan 140
access-list 150 permit ip any host 10.140.44.22 - para permitir por exe uma impressora
access-list convidados deny ip any 10.51.0.0 0.0.0.255 ( mascara invertida)
access-list convidadospermit ip any any
ip access-group 101 in
config CISCO:
interface Vlan140
description Convidados
ip address 10.51.140.241 255.255.255.0
ip access-group convidados in
ip access-list extended convidados
permit ip any host 10.51.10.14 site do IGF
deny ip any 10.51.0.0 0.0.255.255
permit ip any any
- Negar acesso redes locais 10.51.0.0 /24
int vlan 140
access-list 150 permit ip any host 10.140.44.22 - para permitir por exe uma impressora
access-list convidados deny ip any 10.51.0.0 0.0.0.255 ( mascara invertida)
access-list convidadospermit ip any any
ip access-group 101 in
config CISCO:
interface Vlan140
description Convidados
ip address 10.51.140.241 255.255.255.0
ip access-group convidados in
ip access-list extended convidados
permit ip any host 10.51.10.14 site do IGF
deny ip any 10.51.0.0 0.0.255.255
permit ip any any
terça-feira, 27 de julho de 2010
How to Fix a Password Not Being Accepted When Connecting to a Workgroup Computer in Vista
Tudo definido a nivel de passwords de rede e firewalls mas maquina com windows Vista nao consegue contactar WINXP ( maquina "server" de rede).
Problema está no registo.
How to Fix a Password Not Being Accepted When Connecting to a Workgroup Computer in Vista:
http://www.vistax64.com/tutorials/83931-workgroup-password.html
Problema está no registo.
How to Fix a Password Not Being Accepted When Connecting to a Workgroup Computer in Vista:
http://www.vistax64.com/tutorials/83931-workgroup-password.html
segunda-feira, 12 de julho de 2010
error Microsoft update 0x800...7 Automatic Updates Service won't start - Error 2
Check the ImagePath Value in the Registry key HKLM\SYSTEM\CurrentControlSet\Services\wuauserv and verify it is "%systemroot%\system32\svchost.exe -k netsvcs" and not a fake path like %fystemroot%\.. netsvcs
When you say you can't edit the ImagePath Value do you mean you can't open regedit? If thats the case then are you an administrator on the computer? If you are an administrator an get "access denied" when running regedit then type the following command on the Command Prompt or at the Run Command "REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f" You should then be able to run regedit.
Sounds like permissions were changed because of the spyware. Below are the steps for Windows XP Professional you need to follow. In the other versions of XP or Windows 2000 its the same idea except maybe with minor differences in the steps.
1) Open Regedit
2) Select Key "HKLM\SYSTEM\CurrentControlSet\Services\wuause rv"
3) Right Click Key - Select Permissions
If permissions are effected Administrators will not have Full Control" follow Step 4 -11. If Administrators have Full Control then you have another problem. Don't even bother doing steps 4-11
4) Select Advanced Button
5) Select Owner Tab
6) Add "Administrators" if it is not there. If it is Highlight Administrators and click Apply Button
7) Click "OK" this will close "Advanced Security for wuauserv" box
8) Select "Administrators" in "Permissions for wuauser" box
9) Check Allow - Full Control box (If check boxes are greyed out then
9a) Select Advanced Button
9b) Uncheck "Inherit from parent...defined here" box
9c) Click "Copy" button
9d) Click "OK" in "Advanced Security for Wuaserv" Box
9e) You should now be able to check the Allow Full Contol box
10) Click "Apply" - If you don't receive an error your golden
11) Click "OK"
You should then be able to modify the value ImagePath.
The spyware that you had probably effected several registry keys so you may have to follow steps 3 - 11 again if you can't modify other keys.
As you said I found that for Automatic Update and Background Intelligence Transfer services the %s has been changed to %f but This is not getting edited in either services.msc or in regedit
When you say you can't edit the ImagePath Value do you mean you can't open regedit? If thats the case then are you an administrator on the computer? If you are an administrator an get "access denied" when running regedit then type the following command on the Command Prompt or at the Run Command "REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f" You should then be able to run regedit.
Sounds like permissions were changed because of the spyware. Below are the steps for Windows XP Professional you need to follow. In the other versions of XP or Windows 2000 its the same idea except maybe with minor differences in the steps.
1) Open Regedit
2) Select Key "HKLM\SYSTEM\CurrentControlSet\Services\wuause rv"
3) Right Click Key - Select Permissions
If permissions are effected Administrators will not have Full Control" follow Step 4 -11. If Administrators have Full Control then you have another problem. Don't even bother doing steps 4-11
4) Select Advanced Button
5) Select Owner Tab
6) Add "Administrators" if it is not there. If it is Highlight Administrators and click Apply Button
7) Click "OK" this will close "Advanced Security for wuauserv" box
8) Select "Administrators" in "Permissions for wuauser" box
9) Check Allow - Full Control box (If check boxes are greyed out then
9a) Select Advanced Button
9b) Uncheck "Inherit from parent...defined here" box
9c) Click "Copy" button
9d) Click "OK" in "Advanced Security for Wuaserv" Box
9e) You should now be able to check the Allow Full Contol box
10) Click "Apply" - If you don't receive an error your golden
11) Click "OK"
You should then be able to modify the value ImagePath.
The spyware that you had probably effected several registry keys so you may have to follow steps 3 - 11 again if you can't modify other keys.
As you said I found that for Automatic Update and Background Intelligence Transfer services the %s has been changed to %f but This is not getting edited in either services.msc or in regedit
quinta-feira, 1 de abril de 2010
outlook MAPI32.DLL CORRUPT
Cannot start Microsoft Office Outlook. MAPI32.DLL is corrupt or the wrong
version. This could have been caused by installing other messaging software.
Please reinstall Outlook.
Reinstallation does not help. All other Office programs work fine.
solution
renaming the MSMAPI32.DLL to MSMAPI32.XXX. Then try starting Outlook.
File is at \Program Files\Common Files\System\MSMAPI\1033 for english
systems.
link:
http://help.lockergnome.com/office/Outlook-2003-mapi32-dll-error--ftopict947931.html
version. This could have been caused by installing other messaging software.
Please reinstall Outlook.
Reinstallation does not help. All other Office programs work fine.
solution
renaming the MSMAPI32.DLL to MSMAPI32.XXX. Then try starting Outlook.
File is at \Program Files\Common Files\System\MSMAPI\1033 for english
systems.
link:
http://help.lockergnome.com/office/Outlook-2003-mapi32-dll-error--ftopict947931.html
sexta-feira, 12 de fevereiro de 2010
Nortel/Avaya Meridian ( M1) no TRAFFIC
When booting callpilot windows 2003 appliance server, IPsec service needs to be disabled for trafic to passthrough TCP/IP, in a VLAN enviroment
only when you disabled it, its possible to ping Elan interface and put autoattendant to work.
only when you disabled it, its possible to ping Elan interface and put autoattendant to work.
Subscrever:
Mensagens (Atom)