T.R | Title | User | Personal Name | Date | Lines |
---|
875.1 | can you show the routing tables ? | BACHUS::ROELANDTS | Wa d'es ma da ve ne stuut | Fri Feb 07 1997 02:42 | 14 |
|
Bob,
Are you saying that when, on system#1, you do a ping 10.0.0.4 you are
using the Ethernet interface ? That's very strange because when you
configure an Interface it installs automatically a route for that
subnet with the interface address as gateway. Can you post the routing
tables from both systems ?
Rgds,
Guy
|
875.2 | | ZEKE::ranger.zko.dec.com::dilsworth | Keith Dilsworth | Mon Feb 10 1997 13:32 | 8 |
| Try:
system #1> route add -host 16.126.64.25 10.0.0.4
system #2> route add -host 16.126.64.8 10.0.0.3
|
875.3 | ping'ing | ADISSW::FERRARA | | Mon Feb 10 1997 14:29 | 13 |
|
From System #1, I can ping System #2 via:
ping 10.0.0.4
and vice versa.
The key thing here is that I ping the NETWORK INTERFACE and not the
system (or system name).
Thanks all,
BobF
|
875.4 | Real Routing question this time... | ADISSW::FERRARA | | Mon Feb 10 1997 14:31 | 51 |
|
Can anyone help me with this Routing issue...
Similar systems as noted in .1
I need to get network traffic from Network A routed to Network C,
and vice versa...
Would I add the following routes????
To System #1: route add Network-C 10.0.0.4 ...
Where Network-C is the "Destination" and "10.0.0.4" is the
Gateway.
Similarly, to System #2:
route add Network-A 10.0.0.3 ...
Is there anything else I need to do to setup each system as a ROUTER ???
FDDI
|
|
| Network A +-----------+
+-<---------->--| System #1 |
+-----------+ 10.0.0.3
| FDDI |--------+
+-----------+ |
|
|
|
Network C +-----------+ |
+-<---------->--| System #2 | |
| +-----------+ |
| | FDDI |--------+
FDDI +-----------+ 10.0.0.4
Thanks,
Bob
|
875.5 | iprsetup to enable routing on Digital UNIX | PARZVL::16.124.40.127::kennedy | nuncam non paratus | Mon Feb 10 1997 15:25 | 16 |
| First, unlike DECnet, TCP/IP is oriented towards the interface,
not the system (so it doesn't really make sense to say, I can
ping the interface, but not the system - the "system" would
actually be any one of the addresses assigned to any of its
interfaces).
> Is there anything else I need to do to setup each system as a ROUTER ???
Have you run iprsetup -s ?
This enables forwarding of packets
and allows the systems to act as an IP router. It wouldn't
have been necessary in your first example, since you weren't
trying to send the packets through, just out a different
interface.
|
875.6 | How do you tell if Routings On? | ADISSW::FERRARA | | Tue Feb 11 1997 13:59 | 4 |
|
Is there a way to determine if the IP Router is enabled?
|
875.7 | use iprsetup | BACHUS::ROELANDTS | Wa d'es ma da ve ne stuut | Tue Feb 11 1997 16:32 | 9 |
|
Just type iprsetup -d, this will show you two variables with a value of
0 or 1 (disabled or enabled). Check the man pages of iprsetup and
you'll know what this means.
Rgds
Guy
|