- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Networking
- >
- WINS Configuration Behind Router
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2002 06:47 AM
тАО02-23-2002 06:47 AM
WINS Configuration Behind Router
My question: Is it necessary to configure the WINS proxy in my local ip settings in order to let windows know that ping/info requests on port 80 locally are ok? Does this sound like something I should be configuring somewhere within Win2k security? Any help/info would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2002 01:31 PM
тАО02-23-2002 01:31 PM
Re: WINS Configuration Behind Router
NAT (Network Address Translation) changes a non registered address into a registered address when the packet goes through the router and toward the Internet (and vice versa in the other direction.
Normally a device on the local LAN can not see the NAT'd address of a server on the same LAN. It must use the local address to reach it. The fact that your local machines are able to reach the NAT'd address implies that your router is improperly setup. The router normally needs two network cards. One plugged into your cable modem and the second plugged into your local hub.
On a Cisco router you specify one network connection as Inside and the other as Outside then the router only NATs packets traveling from Inside to Outside or vice-versa.
Give me the the make and model number of your router and expalin how you have it conencted and I will see if there is enough info available on the web to figure out what the commands should be in order to make it work. (If by any chance it's a Cisco, just capture the output of show run and post it without your passwords and I can tell you what to do to make it work.)
Firewalls limit traffic based on a packet's source and destination and type. I'm not sure how you are trying to use a port 80 ping. Not sure there is such a thing since ping is ICMP which is separate from TCP and UDP which use port numbers but it's no surprise that it doesn't work. You can use telnet to test a connection by assigning a port other than the default 23. Usually the command is telnet A.B.C.D 80 but on some graphic based telnet you have to put it in under a drop down menu.
tracert -d A.B.C.D is also useful since it shows where the packet goes and does not try to get the name by going to the DNS server.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2002 01:35 PM
тАО02-23-2002 01:35 PM
Re: WINS Configuration Behind Router
Normally this is only useful if you are trying to find a primary domain server and you have a router in between the pc and the server.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2002 06:26 AM
тАО02-24-2002 06:26 AM
Re: WINS Configuration Behind Router
Thanks for the quick reply yesterday, by the way. Hope this helps describe the situation a little better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2002 07:09 PM
тАО02-24-2002 07:09 PM
Re: WINS Configuration Behind Router
Don't have time today but will probably get back to you tomorrow (Mon) PM. Looks like the website has enough info to figure it out.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2002 01:39 PM
тАО02-25-2002 01:39 PM
Re: WINS Configuration Behind Router
Are you able to browse out through the router to the internet? (Is the router talking to the Cable Modem OK?)
Does the ISP provide the IP address?
In order to pass incoming requests into the html server you need to assign static IP addresses on the PCs and turn off the router's DHCP service.
Say the router's LAN address is 192.168.1.1 with mask 255.255.255.0. Make one computer 192.168.1.2 and the other 192.168.1.3 both with the same mask and with the 192.168.1.1 as the default gateway.
Finally, because of Code Red, many ISPs are now banning html servers and blocking port 80 incoming. Are you sure that yours allows it?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2002 08:49 AM
тАО06-05-2002 08:49 AM
Re: WINS Configuration Behind Router
http://www.linksys.com/tech_helper/advanced.html
Extract:
Access the Router Setup Window by typing 192.168.1.1 in your browser's Address field.
Once you have entered your correct username and password to display the Setup Window, click on the "Advanced" tab, then click the "Forwarding" tab.
Under the "Forwarding" tab, enter the port(s) that your application uses under the "Service Port" field(s) - type in a number for each of the ports. Both the TCP and UDP ports are activated once you enter a port number in the field.
Then enter the IP address of the PC on the network that you would like the data to be forwarded to. Remember to assign a static IP address to that PC.
Let me know if you've already tried this, or if not, whether it works.