- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Dialin issue on Linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 09:51 PM
09-11-2002 09:51 PM
Dialin issue on Linux
Any clues?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 10:51 PM
09-11-2002 10:51 PM
Re: Dialin issue on Linux
If not, then you'll need to do that first. Seeing shares on comptuers is usually done usnig NetBIOS over TCP/IP. To do that, you need TCP first (ppp)..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 10:59 PM
09-11-2002 10:59 PM
Re: Dialin issue on Linux
I get an IP from the remote network. BUT when I ping I can only ping the IP of the server connected to the modem. The other PC I cannot ping.
Any clues ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 11:25 PM
09-11-2002 11:25 PM
Re: Dialin issue on Linux
Check the value in /proc/sys/net/ipv4/ip_forward, and make sure it's set to '1'.
If not, set it to one using something like:
sysctl net.ipv4.ip_forward = 1
or
echo 1 > /proc/sys/net/ipv4/ip_forward
and try it again. This will enable the Linux box as a 'rotuer' between the two interfaces (eth0, ppp0).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 12:00 AM
09-12-2002 12:00 AM
Re: Dialin issue on Linux
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 06:39 AM
09-12-2002 06:39 AM
Re: Dialin issue on Linux
Also check the routing tables at both ends.