12 Routing and other problems

Contents of this section

12.1 My route to the remote keeps disappearing! A: This is not a question for PPP.

Hint: DON'T RUN routed!

12.2 I can only reach the remote server. A: Did you forget the `defaultroute' parameter topppd? This parameter adds a default route into your routing system sothat frames to all other IP addresses will be sent to the PPP device.

The PPP software will not replace the default route if you have one already set when you run pppd. This is done to prevent people from destroying their default route to the ethernet routers by accident. A warning message is written to the system log if the defaultroute parameter is not performed for this reason.

12.3 I have defaultroute can only reach the remote server. A: The problem then is not with the local Linux system. Itmost likely is routing problem on the remote end.

The remote system is not configured for `IP forwarding'. It is an RFC requirement that this option NOT be enabled by default. You must enable the option. For Linux systems, you will need to build the kernel and specify that you want IP forwarding/gatewaying.

The remote computers need a route back to you just as you need a route to them. This may be accomplished by one of four methods. Each has advantages and limitations. You need to do one and only one of these.

There is no clear solution. You must choose one of these.

12.4 I can not ping my local IP address A: You are not able to do this because you don't have a routeto the address. This is the normal operating environment. Don't tryto ping the local IP address.

If you wish to ping your own system then use the loopback address of 127.0.0.1.

You may be able to ping the remote address. However, some terminal servers may not allow this as the address may be 'phony' to them. It depends upon their environment.

In general, don't try to ping either address. Choose a third address which is well known to be available on the remote network such as the name server IP address.

Next Chapter, Previous Chapter

Table of contents of this chapter, General table of contents

Top of the document, Beginning of this Chapter