Free Windows Certification
HOME OVER VIEW TUTORIALS TESTS BOOKS CONTACT US  
   
Google
 
Windows Tips
ACTIVE DIRECTORY
TCP / IP
SECURITY
RECOVERY
SYSTEM CONFIGURATIONS
PRINTING
NETWORK
RAID
RAS
SERVICE PACKS




 
Windows XP : Windows 2003 : Windows 2000
 

TCP / IP

How can I use Telnet to access a news server?

Most of us use a news client (e.g., Outlook Express) to access public newsgroups. However, the Network News Transfer Protocol (NNTP) used for newsgroups is quite simple, and you can access a news server from a Telnet client by specifying port 119. For example, from the command prompt, type

C:\> telnet msnews.microsoft.com 119

You'll be greeted with a prompt specifying the NNTP service version--for example,
200 NNTP Service 5.00.0984 Version: 5.0.2195.4386 Posting Allowed

You can use several commands to control the newsgroup Telnet session. The available commands include

  • LIST--Displays a list of all newsgroups on the server. The output will show the group name, the last article ID, the first article ID, and an indicator to specify whether you can post to the newsgroup.
  • GROUP --Moves to a particular group.
  • HEAD
    --Displays the header of a specified article (if you don't specify an article ID, the command uses the current article and selects the first article in the group upon moving to a group).
  • BODY
    --Displays the body of a specified article.
  • ARTICLE
    --Displays the header and body of a specified article.
  • NEXT--Moves to the next article.
  • LAST--Moves to the previous article.
  • HELP--Provides Help from the news server.
  • POST--Posts a new article to the group. You must include the following information:
      post
      From: <your email address>
      Newsgroups: <newsgroup name (e.g., microsoft.test)>
      Subject: <subject>
    
      <message text>
    
      .
    You must enter a period (.) on a blank line to finish.
  • QUIT--Exits the news server.
How do I assign multipled IP addresses to a single NIC?

It is possible to assign more than one IP address to a single NIC (Network Interface Card). To configure extra IP addresses under NT 4.0 perform the following:

  1. Right click on Network Neighborhood and select Properties (if you are unable to do this start the Network Control Panel applet via control panel)
  2. Select the Protocols tab
  3. Select 'TCP/IP Protocol' and click the Properties button
  4. Select the 'IP Address' tab and you will see your normal IP address. Click the Advanced button at the bottom of the dialog
  5. Select the Adapted and click Add under the IP addresses section
  6. Enter the new IP address and subnet mask. Click Add
  7. Click OK to the advanced dialog
  8. Click Apply then OK to the TCP/IP dialog
  9. Close all other dialogs
  10. Reboot the computer

Under Windows 2000 the procedure is the same except to get the TCP/IP protocol properties you need to:

  1. Right click on "My Network Places" and select Properties
  2. Right click on "Local Area Connection" and select Properties
  3. Select "Internet Protocol (TCP/IP) and select Properties
  4. The procedure is then as above except the reboot is not necessary
How do I enable IP forwarding in Windows 2000?

In Windows NT 4.0, you enable IP forwarding by checking "Enable IP Routing" in the Advanced TCP/IP configuration dialog box. However, to enable a multihomed Win2K box to act as an IP router, you must perform the following steps:

  1. Start regedit.exe.
  2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
    Services\Tcpip\Parameters.
  3. Double-click IPEnableRouter.
  4. Set the value to 1. Click OK.
  5. Close regedit.
  6. Reboot the machine.

 1    2    3    4    [>>]

 


Contact Us | Bookmark This Page | Make Your Home Page