Server 2003 as a rip router

SanKuKaïSanKuKaï Member Posts: 65 ■■□□□□□□□□
Hi all,

I am desperatly trying to make my W2003 server acting as a rip router.

I've followed all the steps MS (RRAS setup) is giving on the web site but it still not routing. Looking at the routing table everything's fine. I have all the routes present

Here's the setup:

Station1
(192.168.0.0)----W2003 Router----(192.168.1.0)
Station2

Quite simple huh?

Can ping interfaces that are on the same subnet, but Station1 cannot ping Station2. There are no ports or whatever filtering

Somebody has a clue or a procedure that I could try? Ah, forgot to mention: it is working when the router is working as a NAT router, that doesn't help --> RIP is not working icon_cry.gif

Any help greatly appreciated
Glenus

Comments

  • sprkymrksprkymrk Member Posts: 4,884 ■■■□□□□□□□
    How are the clients set up? What is their default gateway? Did you run the setup wizard and select network router? Is the firewall on or off on the server?

    Just some random thoughts....
    All things are possible, only believe.
  • SanKuKaïSanKuKaï Member Posts: 65 ■■□□□□□□□□
    How are the clients set up? What is their default gateway?
    Add and DG on both clients --> DHCP from server
    Did you run the setup wizard and select network router?
    Yes I ran the wizard. Is that correct to select VPN set up? There is no choice for router... What would you choose?
    Is the firewall on or off on the server?
    This I will check

    Thanks for your reply
  • bighornsheepbighornsheep Member Posts: 1,506
    In this case, there's no RIP routing, you only have 1 router, as long as both station1 and station2 uses the ip of the interface that's facing them as their default gateway, they should be able communicate.
    Jack of all trades, master of none
  • SanKuKaïSanKuKaï Member Posts: 65 ■■□□□□□□□□
    In this case, there's no RIP routing, you only have 1 router, as long as both station1 and station2 uses the ip of the interface that's facing them as their default gateway, they should be able communicate.

    Fine. I know there is no routing with 1 router. But I tried with static routes, doesn't work neither. I suppose this is a set up problem but I am not (for the time being icon_wink.gif ) a W2003 expert and I can't solve that problem!

    Thanks for your help guys
  • doom969doom969 Member Posts: 304
    glenus wrote:
    Fine. I know there is no routing with 1 router. But I tried with static routes, doesn't work neither. I suppose this is a set up problem but I am not (for the time being icon_wink.gif ) a W2003 expert and I can't solve that problem!

    Actually there's routing, just no RIP.

    Do a route print command in a dos window and show us the output so we can see what your routing table looks like.
    Doom969
    __________________________________________________________
    MCP (282 - 270 - 284 - 290 - 291 - 293 - 294 - 298 - 299 - 350)
    MCTS (351 - 620 - 622 - 647 - 649 - 671)
    MCSA / S / M - MCSE / S
    MCITP (EST - EA ) - MCT
    A+ - IBM - SBSS2K3 - CISCO_SMB
    CompTIA : A+
  • sprkymrksprkymrk Member Posts: 4,884 ■■■□□□□□□□
    glenus wrote:
    How are the clients set up? What is their default gateway?
    Add and DG on both clients --> DHCP from server
    Did you run the setup wizard and select network router?
    Yes I ran the wizard. Is that correct to select VPN set up? There is no choice for router... What would you choose?
    Is the firewall on or off on the server?
    This I will check

    Thanks for your reply

    So on your W2K3 server, you do have 2 nics, correct? One for each network? And your clients using the nic facing them for their DG?
    All things are possible, only believe.
  • bighornsheepbighornsheep Member Posts: 1,506
    doom969 wrote:
    Actually there's routing, just no RIP.

    Do a route print command in a dos window and show us the output so we can see what your routing table looks like.

    Actually, there's no routing either, only routed routes.
    Routing vs. routed protocols, remember?
    Jack of all trades, master of none
  • doom969doom969 Member Posts: 304
    Actually, there's no routing either, only routed routes.
    Routing vs. routed protocols, remember?

    I dont mean to contradict you but i'm not sure I do . (I did not study ccna, so maybe thats why I dont get it.)

    So, there will be packets routed from one network to antoher isnt that routing, plain and simple ?

    I know theres no routing protocols, because there's only one router (who could he advertise to ?), but there's definitly routed protocols (ie.: IP, snmp, sntp, rpc, etc...) So as long as protocols are routed, there is routing right ?

    Thx for your answer

    doom969

    (sry, sometimes my english sucks)
    Doom969
    __________________________________________________________
    MCP (282 - 270 - 284 - 290 - 291 - 293 - 294 - 298 - 299 - 350)
    MCTS (351 - 620 - 622 - 647 - 649 - 671)
    MCSA / S / M - MCSE / S
    MCITP (EST - EA ) - MCT
    A+ - IBM - SBSS2K3 - CISCO_SMB
    CompTIA : A+
  • sprkymrksprkymrk Member Posts: 4,884 ■■■□□□□□□□
    Actually, there's no routing either, only routed routes.
    Routing vs. routed protocols, remember?

    Just because no routing protocols are involved does not mean that there is no routing going on. A router that is aware of multiple networks (as in directly attached) does not need a routing protocol to route packets between those networks, and if it is passing traffic between those networks, it is indeed "routing".
    All things are possible, only believe.
  • bighornsheepbighornsheep Member Posts: 1,506
    That's right....I meant to say that there is not only no rip routing, but there is no routing protocol that is used, routing is taking place through the routes between the interfaces.
    Jack of all trades, master of none
  • sprkymrksprkymrk Member Posts: 4,884 ■■■□□□□□□□
    That's right....I meant to say that there is not only no rip routing, but there is no routing protocol that is used, routing is taking place through the routes between the interfaces.

    That makes more sense. icon_cool.gif
    You had me and doom969 confused for a minute there! icon_lol.gif
    Not speaking for doom, but I get confused rather easily.
    All things are possible, only believe.
  • bighornsheepbighornsheep Member Posts: 1,506
    sprkymrk wrote:
    Not speaking for doom, but I get confused rather easily.
    No problem....I guess I have to watch the confusion as it comes with aging....btw..your birthday is coming up right? icon_wink.gif
    Jack of all trades, master of none
  • sprkymrksprkymrk Member Posts: 4,884 ■■■□□□□□□□
    sprkymrk wrote:
    Not speaking for doom, but I get confused rather easily.
    No problem....I guess I have to watch the confusion as it comes with aging....btw..your birthday is coming up right? icon_wink.gif

    Yes, it's less than a year away. :P

    In March actually - I'll be 40.
    All things are possible, only believe.
  • SanKuKaïSanKuKaï Member Posts: 65 ■■□□□□□□□□
    Ok, Ok, Ok...

    Stop arguing there! As it is written everywhere, setting up a W2003 server is very easy, and it actually is!! I found the problem... Maybe you will laugh, maybe not.

    By default the wizard sets up a VPN right? The solution to use your server as a simple router is: uncheck Enable security on the selected interface by setting up static packet filters.

    Now it is working fine!

    Hope this will help for my 291 next year icon_wink.gif

    Thanks for your help
    Glenus
Sign In or Register to comment.