T.R | Title | User | Personal Name | Date | Lines |
---|
2799.1 | IP Autoconfiguration requires default gateway | TOOK::FIGWER | Ulla Figwer LKG2-2/T2 x226-7858 | Tue Apr 21 1992 16:22 | 51 |
|
Hello Al,
Thanks for your comments. We will fix the syntax errors you've
noted.
IP Autoconfiguration requires that a default gateway be defined at
the host on which Autoconfiguration is being run. (This is
documented in the release notes for T1.2.7.) The default gateway
is specified using the address 0.0.0.0.
The method for defining the default gateway is platform-dependent:
o On VMS:
The following command will show the default routers:
UCX SHOW ROUT
The default gateway can be defined by issuing the
following command in UCX:
UCX SET ROUTE/DEFAULT/GATEWAY=<your_local_ip_router>/perm
The UCX installation procedure does not require you to set
a default gateway. Unless you have already set a default
gateway, you will have to issue the above command in order
for IP Autoconfiguration to work.
o On Ultrix:
The following command will will show you the routers on your
host:
netstat -r
The default gateway can be defined by issuing the following
command:
/usr/etc/route add default <your_local_ip_router> 1
If you define a default gateway, MCC_MAKECONFIG should work
with the string "0.0.0.0". We would rather you do this than
modify the command procedure to look for "127.0.0.1".
Thanks,
Ulla
|
2799.2 | Correction: Issue UCX SET ROUTE... without /PERM | TOOK::FIGWER | Ulla Figwer LKG2-2/T2 x226-7858 | Thu Apr 23 1992 14:07 | 17 |
|
There is an error in the UCX SET ROUTE command in .1 (and in the
release notes). The command should be issued without the /PERM
qualifier:
UCX SET ROUTE/DEFAULT/GATEWAY=<your_local_ip_router>
Currently IP Autoconfiguration looks for the default gateway
in the dynamic (vs. static/permanent) database.
We apologize for the error.
Regards,
Ulla
|
2799.3 | Need both? | TOOK::MINTZ | Erik Mintz, DECmcc Development, dtn 226-5033 | Thu Apr 23 1992 16:46 | 5 |
| But then what happens when you reboot?
Perhaps you need both commands?
-- Erik
|
2799.4 | Define gateway in *both* databases... | TOOK::FIGWER | Ulla Figwer LKG2-2/T2 x226-7858 | Fri Apr 24 1992 15:19 | 29 |
|
Yes Erik, you are quite right. Thanks for pointing this out.
I was thinking about the bottom line, and lost sight
of the big picture.
To recap:
The command
UCX SET ROUTE/DEFAULT/GATEWAY=<your_local_ip_router>/PERM
is required to define the gateway in the permanent database,
so that the definition will be persistent in the event that
the system is rebooted.
However, if the default gateway is not currently defined in
the dynamic database, the command
UCX SET ROUTE/DEFAULT/GATEWAY=<your_local_ip_router>
is required in order for IP Autoconfiguration to operate properly
without rebooting the system.
The command UCX SHOW ROUTE will show what is defined in the
dynamic database. UCX SHOW ROUTE/PERM will show what is defined
in the permanent database.
Ulla
|