Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Local net addresses vs. www net addresses - how to configure?

Status
Not open for further replies.

karnaf

Programmer
Nov 16, 2002
41
IL
Hi,

I'm trying to configure my XP Pro computer to know that any address that ends with .local (e.g. accessed by it will go to my local Linux server, but any other web address (e.g. :) ) will go to the outside world.

My home network is configured so that the XP is connected to the a cable modem (NIC #1) and connected directly with a crossed ethernet wire to my Linux server (NIC #2). Like this:

cable-modem <-> XP machine <-> Linux machine​

I couldnt find anything about this on the net and would appreciate any help.

Thanks!
 
Any option for using wildcards?
Something like
Code:
192.168.0.101  *.dev.local
 
No, but multiple entries are allowed:

192.168.0.101 my.dev.loc your.dev.local more.dev.local
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top