ScoobyNet.com - Subaru Enthusiast Forum

ScoobyNet.com - Subaru Enthusiast Forum (https://www.scoobynet.com/)
-   Computer & Technology Related (https://www.scoobynet.com/computer-and-technology-related-34/)
-   -   Being Thick No Doubt - Routing Query (https://www.scoobynet.com/computer-and-technology-related-34/390364-being-thick-no-doubt-routing-query.html)

Puff The Magic Wagon! 28 December 2004 06:14 PM

Being Thick No Doubt - Routing Query
 
Just got BB ( yeah :) ) but because of this need to reconfig my home network...

Now have the situation where I can resolve under tracert an IP addy but can't ping or reach it or browse it except on my main server...

Gah!!

Old setup


5 PCs & 1 Server all on same lan segment talking via a Cisco 1603 Router to the Internet. Server (W2K) running DNS, WINS & DHCP. Clients would look to DNS from Server which in turn would either know or look up from my ISP. All worked fine...

All on 10.0.1.x


New Setup

ADSL Modem attached to a Sonicwall SoHo3 Firewall, which in turn is now attached to the Server which now has 2 NICs, 1 for External & 1 for the Internal network. All clients now "should" request from the Server (gateway) & the Server should send those requests out via the SW to deal with...

SW/Server on 192.168.x.x & Clients on 10.0.1.x still

Ideas?

Puff The Magic Wagon! 28 December 2004 06:15 PM

Oh & this is something that I have set up before a number of times on other networks & works sweet as :rolleyes: Just not for me :rolleyes:

David_Wallis 28 December 2004 06:39 PM

Are you running a firewall on the server and allowing ICMP packets through?

If you cant browse then it sounds like config is wrong..

What is doing the proxying / forwarding etc on the server...

David

Nick 28 December 2004 06:43 PM


Originally Posted by Puff The Magic Wagon!
New Setup

ADSL Modem attached to a Sonicwall SoHo3 Firewall, which in turn is now attached to the Server which now has 2 NICs, 1 for External & 1 for the Internal network. All clients now "should" request from the Server (gateway) & the Server should send those requests out via the SW to deal with...

SW/Server on 192.168.x.x & Clients on 10.0.1.x still

Ideas?

The server internal nic & the clients go on 1 ip range & the server external nic & the adsl box goes on another ip range.

Example:
Server internal nic: 192.168.16.2 gw: 192.168.16.2
Clients: 192.168.16.x gw: 192.168.16.2

Server external nic: 192.168.1.10 gw: 192.168.1.1
ADSL modem: 192.168.1.1

This doesn't sound like what you've got....?

Also have you configured your server to use the 2nd nic for Internet access? Are you also using a firewall/proxy on the server?

Nick 28 December 2004 06:45 PM

Oh, make sure that DCHP isn't running on the firewall box.

Puff The Magic Wagon! 28 December 2004 07:26 PM


Originally Posted by David_Wallis
Are you running a firewall on the server and allowing ICMP packets through?

If you cant browse then it sounds like config is wrong..

What is doing the proxying / forwarding etc on the server...

David


Not running a FW on the server - was previously working with the Cisco

Doubtles config

Its a Windows 2000 Adv Server

Puff The Magic Wagon! 28 December 2004 07:32 PM


Originally Posted by Nick
The server internal nic & the clients go on 1 ip range & the server external nic & the adsl box goes on another ip range.

Example:
Server internal nic: 192.168.16.2 gw: 192.168.16.2
Clients: 192.168.16.x gw: 192.168.16.2

Server external nic: 192.168.1.10 gw: 192.168.1.1
ADSL modem: 192.168.1.1

This doesn't sound like what you've got....?

Also have you configured your server to use the 2nd nic for Internet access? Are you also using a firewall/proxy on the server?


Example:
Server internal nic: 10.0.1.1 gw: 10.0.1.1
Clients: 10.0.1.x gw: 10.0.1.1

Server external nic: 192.168.168.1 gw: 192.168.168.168
ADSL modem: 192.168.168.168

That's what I got...

How to tell server to use 2nd NIC for Internet as it already does that bit (typing this on server as can't get cleints t work!!)

judgejules 28 December 2004 08:20 PM

post up a "route print" off the server and clients please

judgejules 28 December 2004 08:25 PM


Just got BB ( yeah ) but because of this need to reconfig my home network
oh and what setup did you have before ? ISDN RAS on the server?

Puff The Magic Wagon! 28 December 2004 08:35 PM

================================================== =========================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 10 dc 71 7f de ...... Intel(R) PRO Adapter
0x2000004 ...00 60 08 58 8d 03 ...... 3Com 3C90x Ethernet Adapter
================================================== =========================
================================================== =========================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.0.1.1 10.0.1.1 1
0.0.0.0 0.0.0.0 192.168.168.168 192.168.168.1 1
10.0.0.0 255.0.0.0 10.0.1.1 10.0.1.1 1
10.0.1.1 255.255.255.255 127.0.0.1 127.0.0.1 1
10.255.255.255 255.255.255.255 10.0.1.1 10.0.1.1 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.168.0 255.255.255.0 192.168.168.1 192.168.168.1 1
192.168.168.1 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.168.255 255.255.255.255 192.168.168.1 192.168.168.1 1
224.0.0.0 224.0.0.0 10.0.1.1 10.0.1.1 1
224.0.0.0 224.0.0.0 192.168.168.1 192.168.168.1 1
255.255.255.255 255.255.255.255 10.0.1.1 10.0.1.1 1
Default Gateway: 192.168.168.168
================================================== =========================
Persistent Routes:
None

Puff The Magic Wagon! 28 December 2004 08:38 PM


Originally Posted by judgejules
oh and what setup did you have before ? ISDN RAS on the server?


Just had 1 NIC talking to a Cisco 1603 (NAT'd ISDN) Router. That NIC also had internal stuff going through it too.

I've installed RAS now with the hope of the obvious

Puff The Magic Wagon! 28 December 2004 08:40 PM

================================================== =========================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 30 1b af ef 1a ...... Realtek RTL8139/810X Family NIC
================================================== =========================
================================================== =========================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.0.1.1 10.0.1.16 1
10.0.0.0 255.0.0.0 10.0.1.16 10.0.1.16 1
10.0.1.16 255.255.255.255 127.0.0.1 127.0.0.1 1
10.255.255.255 255.255.255.255 10.0.1.16 10.0.1.16 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
224.0.0.0 224.0.0.0 10.0.1.16 10.0.1.16 1
255.255.255.255 255.255.255.255 10.0.1.16 10.0.1.16 1
Default Gateway: 10.0.1.1
================================================== =========================
Persistent Routes:
None

judgejules 28 December 2004 08:43 PM

I might be asking a silly question here, but why do you want all your traffic to go through your server, and not just hang all your devices off the back of your SoHo?

Puff The Magic Wagon! 28 December 2004 08:48 PM

erm 'cos thats the way I've always set 'em up & eventually I'll likely run some poxy software when sprog gets nearer the internet

As said above, it's always worked before, the only thing different this time is that its not a brand new install of server, changing from previous setup

David_Wallis 28 December 2004 08:52 PM

what is the default gateway set to on the dhcp?

David

judgejules 28 December 2004 08:54 PM


Now have the situation where I can resolve under tracert an IP addy but can't ping or reach it or browse it except on my main server...
tracert and ping both use icmp as I'm sure you're aware. Do you mean, on the clients, you're getting dns resolution, but no traffic, or you are getting a complete tracert, but no pings/web etc?

Could you post up a tracert to www.google.com form your client and server if this isnt the case?

Puff The Magic Wagon! 28 December 2004 08:56 PM

10.0.1.1 for the clients

Puff The Magic Wagon! 28 December 2004 09:02 PM

jj - it resolves the domain, gets 1 hop to 10.0.1.1 (as expected) then times out for the next 29

Running DNS on the server & if that doesn't reconcile, it bogs off to demon DNS as spec'd in the SW or as the forwarder in DNS properties

No ping returns either

HHxx 28 December 2004 09:50 PM

Have you turned on ip forwarding?

Puff The Magic Wagon! 28 December 2004 10:48 PM

It was H

dsmith 28 December 2004 10:49 PM

Youve got 2 default routes set (1 on each NIC) - remove the D/G from the inside NIC.

Not saying its the problem - but you only need 1 Defaukt Gateway...

Puff The Magic Wagon! 28 December 2004 10:50 PM

It now works :D

Disabled RRAS & re-configured it & hey presto :confused:

Oh well - bloody routing I hate it :mad:

But thanks to everyone for their help :D

:cool:

HHxx 29 December 2004 07:08 PM

Replace the user :p


All times are GMT +1. The time now is 08:07 AM.


© 2024 MH Sub I, LLC dba Internet Brands