<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
M. Calvin Kashevarof wrote:
<blockquote cite="mid001501c40ec3$ba8115d0$6401a8c0@LAPTOP" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2800.1400" name="GENERATOR">
  <style></style>
  <div><strong><font face="Tahoma" size="2">Does fedora work on WinXP
Internet Connect Sharing (ics)??  I plan on getting starband sattleite
internetr service for a very rural area and have used starband with ics
for all my windows machines but have never tried to work linux on ics?
is it possible? My windows xp will be hooked up directly to starband
and it will feed internet to all my other machines including fedora if
possible.</font></strong></div>
</blockquote>
<br>
I'm pretty sure that WinXP ICS works similar to how it worked in
Windows 2000 (someone correct me if I'm wrong).<br>
Based on that assumption, the answer is "yes"<br>
I've successfully set up ICS on Windows 2000, and from what I saw on my
dad's PC, Win XP was about the same.<br>
<br>
It automatically chooses IP address 192.168.0.1  From the Linux box,
you just point the gateway to 192.168.0.1 and set up /etc/resolv.conf<br>
The values will depend on your ISP, find out what your Windows settings
are - it will be under DNS or Names Servers or something like that<br>
<br>
here's mine : <br>
$cat /etc/resolv.conf<br>
search om.cox.net<br>
nameserver 68.13.16.25<br>
nameserver 68.13.16.30<br>
nameserver 68.12.16.30<br>
<br>
Here's a good how-to  (skip to the client setup sections since you're
sharing from the Windows box)<br>
<a href="http://www.e-infomax.com/ipmasq/howto/c-html/index.html">http://www.e-infomax.com/ipmasq/howto/c-html/index.html</a><br>
<br>
<br>
</body>
</html>