cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
377
Views
0
Helpful
2
Replies

Routing based on NetBIOS Name !!!

fkseow
Level 1
Level 1

Hi anyone please help to clarify as the following scenerio;

I have one remote site, say local subnet is 172.16.100.0 and connected to the HQ network of subnet 10.0.0.0 by an ISDN DDR connection. There is an Application Server with IP address of 10.0.0.1 in the HQ. The hostname of that server is called "Cyberbron"..

So in the local router, I have a static route "ip route 0.0.0.0 0.0.0.0 dialer1". Is there a way to "hardcode" the NetBIOS of Cyberbron to the ip address 10.0.0.1 so that the local router will "know" to trigger the DDR connection whenever there is a packet meant for "Cyberbron" ?

Please help out.

2 Replies 2

edmonds_robert
Level 1
Level 1

I don't think there is a way to do this on the router, but you can accomplish the same thing by putting a DNS server (or WINS server in Microsoft environment) on the local subnet. This way, when the PC does a lookup for the name Cyberbron, it will be supplied with the IP address and it will have the same desired effect.

DALE FRANCIS
Level 3
Level 3

Hi,

If it is pure netbios you have and not the normal WIN netbios/IP then the only way forward would be to bridge... Aggghhh!!!

Otherwise you can get your router to fwd netbios (in IP) with the following commands:

ip forward-protocol udp 137

ip forward-protocol udp 138

Use these global commands for WINS etc.

async-bootp dns-server x.x.x.x

async-bootp nbns-server y.y.y.y (WINS server)

Also you could use the LMHOSTS file on your local PC to map a NETBIOS name to IP.. :))

If this fails due to you not using NETBIOS over IP then get back to us and we will sort it out, i would defs suggest not to use bridging to get NETBIOS across but it can be done.. :((

Regards

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: