- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: sharing dialup connection between windows and ...
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
03-29-2001 04:32 AM
03-29-2001 04:32 AM
sharing dialup connection between windows and linux
I'm experimenting this for the first time and any help would be great!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 07:23 PM
04-05-2001 07:23 PM
Re: sharing dialup connection between windows and linux
You need to run telnet and ftp servers on Windows to be able to connect to these services. You should be able to ping the Windows box at 168.192.0.1, but may not be able to ping the other address.
For the Linux side check out the IP-Masquerade-HOWTO at http://www.linuxdoc.org or in the /usr/doc tree. Other help for what you want to do can be found in the Net-Howto and Networking-Overview-Howto.
Linux has all the required facilities, including a dail daemon that will dial-out if you try to access the network from the Windows server. This is covered in the Diald-Howto.
If you choose to share from Linux follow the IP-Chains-Howto to firewall the Linux server. There are tools that will build the rules for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2001 06:27 AM
04-06-2001 06:27 AM
Re: sharing dialup connection between windows and linux
Infact i did enable ICS on windows about coupla years ago, but the problem is that i don't remember what i did then, nor did i make any note.
I appreciate your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 02:09 AM
04-09-2001 02:09 AM
Re: sharing dialup connection between windows and linux
I have a standard us robotics 56k modem and it works under linux with all the default settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 08:58 AM
04-19-2001 08:58 AM
Re: sharing dialup connection between windows and linux
The fact you cannot ping the windows box is odd to say the least, or is it that you are pinging the name of the windows box ?
If thats the case just add the name of your windows box into your hosts file in /etc
Now on to the connection it's self, with Win 2k you will need to enable the internet connection sharing service.
Next step is to set up the windows box a gateway on your linux box. Once that is working dialup and try pinging the dns server for your isp, my isp's dns is 193.113.185.227 ( if you want to use that. If that works then you are almost done ).
So if that works just add your isp's DNS servers to your linuxbox and you are all set.
Ohh if you have an external modem ignore everything i just said and install pppd on the linuxbox.
I hope this is of some help