My Account Subscribe Help About
Sign In | Register FREE
Sunday, April 12, 2026
Iran chose 'not to accept our terms', US VP Vance says after negotiationsMore than 500 arrests at Palestine Action protestFaisal Islam: Why the government is relaxed about Chinese car imports'We need real peace': Easter truce fails to lift grim mood in war-torn UkraineWe spoke to the man making viral Lego-style AI videos for Iran. Experts say it's powerful propaganda'It's a special thing to be on Planet Earth': Artemis crew welcomed home in HoustonFrom blast off to splashdown: My days following Nasa's historic mission to the MoonBalamory is back - Miss Hoolie and PC Plum lift the lid on what to expectI've been a sex educator for six years. Why did I start doubting my contraception choices?The prophet and the mysterious death of Charmain SpeirsMessy and unpredictable: What I learned from election tour of the UKThe Papers: 'Le Humiliation' and 'US and Iran start historic peace talks'Hungarians decide whether to end 16 years of Orbán rule and elect rivalMcIlroy can't stop riding Augusta rollercoaster as final Masters round beckonsGolden eagles' return to English skies gets government backingScottish election 2026: How tax and welfare are shaping the voteCoachella kicks off with Sabrina Carpenter and surprise guestsI'm the only medic on the island – but I wish I'd brought some trousersGirl's 'mammoth' bone find may be 500,000 years oldCouple hitchhike to their wedding ceremonyThe construction boss who built a new life after three years in prisonBBC News appArtemis II: Return to the MoonUS-Iran Peace Talks + Artemis II ReturnsUnpack all the latest drama from Race Across the WorldHow young men's lives are influenced by the manosphereJuddering McIlroy simply can't stop riding Masters rollercoasterThe decade-long struggle to get AJ & Fury together'Big punch in the face' - could Arsenal really blow title from here?England far from perfect but Red Roses machine marches on
FDN » Windows XP » Windows XP Networking Guide

Windows XP Networking Guide

Windows XP Networking Guide

Windows XP provides comprehensive networking features for both home and business environments.

Network Setup Wizard

For home and small office networks, the Network Setup Wizard simplifies configuration:

  1. Open Control PanelNetwork Connections.
  2. Click Set up a home or small office network in the Network Tasks panel.
  3. The wizard configures TCP/IP, file sharing, printer sharing, and the Windows Firewall.

Joining a Domain

  1. Right-click My ComputerPropertiesComputer Name tab.
  2. Click Change.
  3. Select Domain and enter the domain name (e.g., corp.flamenet.io).
  4. Enter domain administrator credentials when prompted.
  5. Restart the computer.

Note: Domain join requires Windows XP Professional. Home Edition can only join workgroups.

File and Printer Sharing

REM Share a folder from the command line
net share Documents=C:\Users\jsmith\Documents /GRANT:Everyone,READ

REM View active shares
net share

REM Map a network drive
net use Z: \FILESERVER\SharedDocs

REM Map with specific credentials
net use Z: \FILESERVER\SharedDocs /user:CORP\jsmith P@ssw0rd

Windows Firewall (SP2+)

Windows XP SP2 introduced the Windows Firewall (replacing ICF). Key configuration:

SettingLocation
Enable/DisableControl Panel → Windows Firewall → General tab
Allow exceptionsExceptions tab — add programs or ports
AdvancedPer-adapter settings, ICMP, logging, default settings

Wireless Networking

Windows XP was the first Windows version with built-in Wi-Fi support:

  • Wireless Zero Configuration (WZC): Automatic detection and connection to available networks
  • WEP and WPA support: WPA requires SP2 or the WPA hotfix (KB826942)
  • Preferred Networks: Saved network profiles with automatic connection priority

Useful Networking Commands

REM Display all network connections
ipconfig /all

REM Display DNS cache
ipconfig /displaydns

REM Reset Winsock catalog (fixes many networking issues)
netsh winsock reset

REM Reset TCP/IP stack
netsh int ip reset resetlog.txt

REM Display routing table
route print

REM Test name resolution
nslookup www.flamenet.io
« Back to Windows XP « Back to FDN