Problem with accessing other network server when connected from a dial-in server
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have configured a Dial-in server from a Redhat Fedora Core 3 linux. I have already configured an external serial modem and already included the linux port ttyS0 in the /etc/inittab file.
Also, I have turned on PPP dial-in service by modifying the /etc/mgetty+sendfax.login.config file and included AutoPPP.
Also, I have created entries in the /etc/ppp/options.server file and created entries shown below:
Also, created the /etc/ppp/options.ttyS0 file with following entries:
192.168.2.230:192.168.2.40
netmask 255.255.255.0
and also created user entries in the /etc/ppp/pap-secrets file with corresponding map to Unix users.
Also, I have enabled routing from the dial-in server by modifying the /etc/sysctl.conf file and set the flag of ipv4_forward=1.
However, when I tried to connect a Windows 2000 professional workstation there was a successful connection which I have seen in the /var/log/messages file that there was succesfull login. I also ping the dial-in server IP address of 192.168.2.230 and there was a reply. However, when I tried to ping the e-mail server IP address (192.168.2.252), there's a request timed-out response. It seems that my dial-up client has established connection with the dial-in server only but not in the network.
Also, I have checked the IP configuration of the Windows 2000 professional client and it has a network subnet of 255.255.255.255. Does this caused the network routing or access problem? Is there anything I could do to my other configuration files for me access the other network servers via dial-up service?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.