Networking Forums

Networking Forums > Computer Networking > Linux Networking > ICS + Linux

Reply
 
 
Poly-poly man
Guest
Posts: n/a

 
      07-17-2006, 10:40 PM
I've probably asked this before, but what I remember is not working.
I have an internet connection on a windows ME box that is running ICS to
an adapter which has a crossover cable directly to my linux box. The
mini-network is set up properly (I can ping 192.168.0.1(my ME box) and
it can ping 192.168.0.2(my linux box)). How do I set up my linux box
(running openSuSE 10.1 in NetworkManager mode) for the ICS (set up
correctly).

Desperate and close to succeeding,
poly-p man
 
Reply With Quote
 
 
 
 
Kurt
Guest
Posts: n/a

 
      07-18-2006, 12:42 AM
Poly-poly man wrote:
> I've probably asked this before, but what I remember is not working.
> I have an internet connection on a windows ME box that is running ICS to
> an adapter which has a crossover cable directly to my linux box. The
> mini-network is set up properly (I can ping 192.168.0.1(my ME box) and
> it can ping 192.168.0.2(my linux box)). How do I set up my linux box
> (running openSuSE 10.1 in NetworkManager mode) for the ICS (set up
> correctly).
>
> Desperate and close to succeeding,
> poly-p man


Just like with any other router. Your ICS box is just acting as a NAT
router. Setup:

Address 192.168.0.2
Mask 255.255.255.0
GW 192.168.0.1
DNS Your ISP's DNS Server(s)

....kurt
 
Reply With Quote
 
Poly-poly man
Guest
Posts: n/a

 
      07-18-2006, 01:10 AM
Poly-poly man wrote:
> I've probably asked this before, but what I remember is not working.
> I have an internet connection on a windows ME box that is running ICS to
> an adapter which has a crossover cable directly to my linux box. The
> mini-network is set up properly (I can ping 192.168.0.1(my ME box) and
> it can ping 192.168.0.2(my linux box)). How do I set up my linux box
> (running openSuSE 10.1 in NetworkManager mode) for the ICS (set up
> correctly).
>
> Desperate and close to succeeding,
> poly-p man


After looking through countless articles onn the web, I discovered that
you are supposed to use DHCP on your client computer. I did so, and I
got an IP (after a while). 169.254.107.134. WTF!?!?!? Anyway, I tried
pinging google.com's ip ( DNS is FAR from working!), and even though it
appeared nothing was happening on the linux side, I saw activity on the
internet connection on the gateway. I even tried disabling every
firewall, but still nothing.

Can you help me*?
poly-p man

* before I summon the demons of Heck to destroy the world
 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      07-18-2006, 02:17 AM
"Poly-poly man" <(E-Mail Removed)> wrote in message
news:ylUug.3504$rT6.2862@trnddc03

> I've probably asked this before, but what I remember is not working.
> I have an internet connection on a windows ME box that is running ICS
> to an adapter which has a crossover cable directly to my linux box.
> The mini-network is set up properly (I can ping 192.168.0.1(my ME
> box) and it can ping 192.168.0.2(my linux box)). How do I set up my
> linux box (running openSuSE 10.1 in NetworkManager mode) for the ICS
> (set up correctly).
>
> Desperate and close to succeeding,


Follow these steps _exactly_ for success:

1) MS LAN interface is 192.168.0.1/255.255.255.0
NO Internet Connection Sharing (ICS).
Components used:
Internet Protocol (TCP/IP)
Client for Microsoft networks
Power Management disabled (if applicable).

2) MS Internet interface
Enable Internet Connection Sharing (ICS)
Enable On Demand Dialing if a modem (if desired; this will allow the
Linux traffic to cause the w2k to initiate dialing if needed)
Components used:
Internet Protocol (TCP/IP)
Client for Microsoft networks
Power Management disabled (if applicable).

3) Linux eth0 is|are 192.168.0.x/255.255.255.0
Use your ISP's DNS nameservers
Default Gateway 192.168.0.1
 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      07-18-2006, 02:26 AM
"Poly-poly man" <(E-Mail Removed)> wrote in message
news:ylUug.3504$rT6.2862@trnddc03

> I've probably asked this before, but what I remember is not working.
> I have an internet connection on a windows ME box that is running ICS
> to an adapter which has a crossover cable directly to my linux box.
> The mini-network is set up properly (I can ping 192.168.0.1(my ME
> box) and it can ping 192.168.0.2(my linux box)). How do I set up my
> linux box (running openSuSE 10.1 in NetworkManager mode) for the ICS
> (set up correctly).
>
> Desperate and close to succeeding,


Follow these steps _exactly_ for success:

1) MS LAN interface is 192.168.0.1/255.255.255.0
NO Internet Connection Sharing (ICS).
Components used:
Internet Protocol (TCP/IP)
Client for Microsoft networks
Power Management disabled (if applicable).

2) MS Internet interface
Enable Internet Connection Sharing (ICS)
Enable On Demand Dialing if a modem (if desired; this will allow the
Linux traffic to cause the w2k to initiate dialing if needed)
Components used:
Internet Protocol (TCP/IP)
Client for Microsoft networks
Power Management disabled (if applicable).

3) Linux eth0 is|are 192.168.0.x/255.255.255.0
Use your ISP's DNS nameservers (below)
Default Gateway 192.168.0.1

In /etc/resolv.conf on the Linux (since you are posting from
pool-70-111-248-100.nwrk.east.verizon.net):
nameserver 199.45.32.40
nameserver 151.203.0.86
nameserver 199.45.32.41
nameserver 151.203.0.87

 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      07-18-2006, 02:26 AM
"Poly-poly man" <(E-Mail Removed)> wrote in message
news:ylUug.3504$rT6.2862@trnddc03

> I've probably asked this before, but what I remember is not working.
> I have an internet connection on a windows ME box that is running ICS
> to an adapter which has a crossover cable directly to my linux box.
> The mini-network is set up properly (I can ping 192.168.0.1(my ME
> box) and it can ping 192.168.0.2(my linux box)). How do I set up my
> linux box (running openSuSE 10.1 in NetworkManager mode) for the ICS
> (set up correctly).
>
> Desperate and close to succeeding,


Follow these steps _exactly_ for success:

1) MS LAN interface is 192.168.0.1/255.255.255.0
NO Internet Connection Sharing (ICS).
Components used:
Internet Protocol (TCP/IP)
Client for Microsoft networks
Power Management disabled (if applicable).

2) MS Internet interface
Enable Internet Connection Sharing (ICS)
Enable On Demand Dialing if a modem (if desired; this will allow the
Linux traffic to cause the MS box to initiate dialing if needed)
Components used:
Internet Protocol (TCP/IP)
Client for Microsoft networks
Power Management disabled (if applicable).

3) Linux eth0 is|are 192.168.0.x/255.255.255.0
Use your ISP's DNS nameservers (below)
Default Gateway 192.168.0.1

In /etc/resolv.conf on the Linux (since you are posting from
pool-70-111-248-100.nwrk.east.verizon.net):
nameserver 199.45.32.40
nameserver 151.203.0.86
nameserver 199.45.32.41
nameserver 151.203.0.87

 
Reply With Quote
 
Kurt
Guest
Posts: n/a

 
      07-19-2006, 02:26 AM
Poly-poly man wrote:
> Poly-poly man wrote:
>> I've probably asked this before, but what I remember is not working.
>> I have an internet connection on a windows ME box that is running ICS
>> to an adapter which has a crossover cable directly to my linux box.
>> The mini-network is set up properly (I can ping 192.168.0.1(my ME box)
>> and it can ping 192.168.0.2(my linux box)). How do I set up my linux
>> box (running openSuSE 10.1 in NetworkManager mode) for the ICS (set up
>> correctly).
>>
>> Desperate and close to succeeding,
>> poly-p man

>
> After looking through countless articles onn the web, I discovered that
> you are supposed to use DHCP on your client computer. I did so, and I
> got an IP (after a while). 169.254.107.134. WTF!?!?!? Anyway, I tried
> pinging google.com's ip ( DNS is FAR from working!), and even though it
> appeared nothing was happening on the linux side, I saw activity on the
> internet connection on the gateway. I even tried disabling every
> firewall, but still nothing.
>
> Can you help me*?
> poly-p man
>
> * before I summon the demons of Heck to destroy the world


When ICS is set up properly it will function as a DHCP server as long as
you leave the default LAN network of 192.168.0.0/24. The box itself will
be assigned 192.168.0.1. Note that once it's set up, you can change it
to anything you want at the expense of DHCP. ICS works just fine, I used
it myself for a couple of years when I had an internal DSL modem (with
Linux clients behind it). The 169.254.0.0/16 network is Microsoft APIPA,
so if yo got that on your Linux box I don't know where it came from. You
can have your Public Interface as DHCP on the MS box, but the private
Interface needs a fixed, private IP address (like the default
192.168.0.1). Try setting up your client as static and make sure you can
ping the ICS box.

....kurt
 
Reply With Quote
 
Poly-poly man
Guest
Posts: n/a

 
      07-19-2006, 11:51 PM
Poly-poly man wrote:
> I've probably asked this before, but what I remember is not working.
> I have an internet connection on a windows ME box that is running ICS to
> an adapter which has a crossover cable directly to my linux box. The
> mini-network is set up properly (I can ping 192.168.0.1(my ME box) and
> it can ping 192.168.0.2(my linux box)). How do I set up my linux box
> (running openSuSE 10.1 in NetworkManager mode) for the ICS (set up
> correctly).
>
> Desperate and close to succeeding,
> poly-p man


I've changed a few things, but still nothing. Here's exactly how I'm set
up right now:

WME has three network "cards"- the pppoe (acts like a dial-up), the
wireless (used to get at the pppoe) and the ethernet (x-over to Linux).
The e-net is set to 192.168.3.1/255.255.255.0, the pppoe is working
fine. ICS is set up between the "dial-up" thingamajig and the ethernet.
It has a firewall which allows all ICS traffic.

Lin has one network card, set to static (192.168.3.2/255.255.255.0),
with 192.168.3.1 as the default gateway. It has DNS set up exactly as
ynotssor said (boy, you know more about my connection than I did ).
It has no firewall (yet).

Let's say I ping google.com (or it's IP). I see on WME that the pppoe
connection gets data passed through it. I get no reply on my linux box,
though. The same thing happens when I disable the firewall.

Please, help!!!

poly-p man

The reason I'm using 192.168.3.x is to avoid conflicts with my other
routers.

 
Reply With Quote
 
Poly-poly man
Guest
Posts: n/a

 
      07-20-2006, 02:03 AM
Poly-poly man wrote:
> Poly-poly man wrote:
>> I've probably asked this before, but what I remember is not working.
>> I have an internet connection on a windows ME box that is running ICS
>> to an adapter which has a crossover cable directly to my linux box.
>> The mini-network is set up properly (I can ping 192.168.0.1(my ME box)
>> and it can ping 192.168.0.2(my linux box)). How do I set up my linux
>> box (running openSuSE 10.1 in NetworkManager mode) for the ICS (set up
>> correctly).
>>
>> Desperate and close to succeeding,
>> poly-p man

>
> I've changed a few things, but still nothing. Here's exactly how I'm set
> up right now:
>
> WME has three network "cards"- the pppoe (acts like a dial-up), the
> wireless (used to get at the pppoe) and the ethernet (x-over to Linux).
> The e-net is set to 192.168.3.1/255.255.255.0, the pppoe is working
> fine. ICS is set up between the "dial-up" thingamajig and the ethernet.
> It has a firewall which allows all ICS traffic.
>
> Lin has one network card, set to static (192.168.3.2/255.255.255.0),
> with 192.168.3.1 as the default gateway. It has DNS set up exactly as
> ynotssor said (boy, you know more about my connection than I did ).
> It has no firewall (yet).
>
> Let's say I ping google.com (or it's IP). I see on WME that the pppoe
> connection gets data passed through it. I get no reply on my linux box,
> though. The same thing happens when I disable the firewall.
>
> Please, help!!!
>
> poly-p man
>
> The reason I'm using 192.168.3.x is to avoid conflicts with my other
> routers.
>

Oh, and one more thing: My Linux Box can ping the nameservers.

poly-p man
 
Reply With Quote
 
Poly-poly man
Guest
Posts: n/a

 
      07-20-2006, 02:16 AM
Poly-poly man wrote:
> Poly-poly man wrote:
>> Poly-poly man wrote:
>>> I've probably asked this before, but what I remember is not working.
>>> I have an internet connection on a windows ME box that is running ICS
>>> to an adapter which has a crossover cable directly to my linux box.
>>> The mini-network is set up properly (I can ping 192.168.0.1(my ME
>>> box) and it can ping 192.168.0.2(my linux box)). How do I set up my
>>> linux box (running openSuSE 10.1 in NetworkManager mode) for the ICS
>>> (set up correctly).
>>>
>>> Desperate and close to succeeding,
>>> poly-p man

>>
>> I've changed a few things, but still nothing. Here's exactly how I'm
>> set up right now:
>>
>> WME has three network "cards"- the pppoe (acts like a dial-up), the
>> wireless (used to get at the pppoe) and the ethernet (x-over to
>> Linux). The e-net is set to 192.168.3.1/255.255.255.0, the pppoe is
>> working fine. ICS is set up between the "dial-up" thingamajig and the
>> ethernet. It has a firewall which allows all ICS traffic.
>>
>> Lin has one network card, set to static (192.168.3.2/255.255.255.0),
>> with 192.168.3.1 as the default gateway. It has DNS set up exactly as
>> ynotssor said (boy, you know more about my connection than I did ).
>> It has no firewall (yet).
>>
>> Let's say I ping google.com (or it's IP). I see on WME that the pppoe
>> connection gets data passed through it. I get no reply on my linux
>> box, though. The same thing happens when I disable the firewall.
>>
>> Please, help!!!
>>
>> poly-p man
>>
>> The reason I'm using 192.168.3.x is to avoid conflicts with my other
>> routers.
>>

> Oh, and one more thing: My Linux Box can ping the nameservers.
>
> poly-p man


Sorry it's in pieces like this, but I have great news:

Tracing route to google.com [64.233.167.99]

over a maximum of 30 hops:



1 55 ms 55 ms * 10.5.28.1

2 * 83 ms 41 ms
so-0-1-2-0.CORE-RTR1.NWRK.verizon-gni.net [130.81.4.9]

3 69 ms 110 ms 41 ms so-7-2-0-0.BB-RTR1.NWRK.verizon-gni.net
[130.81.20.160]

4 41 ms 55 ms 69 ms
so-6-0-0-0.PEER-RTR1.NWK80.verizon-gni.net [130.81.17.157]

5 41 ms 41 ms 42 ms POS5-0.GW1.EWR17.ALTER.NET [152.63.21.117]

6 27 ms 55 ms 55 ms 0.so-1-1-0.XL2.EWR6.ALTER.NET
[152.63.28.89]

7 55 ms 68 ms 28 ms 0.so-6-1-0.XL4.NYC4.ALTER.NET
[152.63.16.198]

8 * 82 ms 69 ms 0.ge-5-1-0.BR2.NYC4.ALTER.NET
[152.63.3.122]

9 69 ms 28 ms 41 ms if-7-2.core1.NTO-NewYork.teleglobe.net
[216.6.82.9]

10 55 ms 96 ms 179 ms
if-4-0-0.core2.NTO-NewYork.teleglobe.net [216.6.82.66]

11 55 ms 110 ms 82 ms 216.6.97.6

12 124 ms 96 ms 96 ms if-8-0.core2.CQW-Chicago.teleglobe.net
[216.6.16.9]

13 55 ms 69 ms 68 ms if-0-3.core1.CT8-Chicago.teleglobe.net
[66.110.27.21]

14 123 ms 110 ms 96 ms ix-8-0.core1.CT8-Chicago.teleglobe.net
[66.110.27.46]

15 96 ms 82 ms * 216.239.46.1

16 * 83 ms 96 ms 66.249.94.133

17 * 151 ms 164 ms 72.14.232.74

18 96 ms 110 ms * 64.233.167.99

19 110 ms 96 ms 83 ms 64.233.167.99


It's the output of a windows tracert command (to google). When I ping
all of the addresses on my Linux box, I get all the way to 72.14.232.74,
but 64.233.167.99 (google) fails.

poly-p man
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
If I replace my existing Linksys box with Linux Router, how can I know what kind of Routing to be enabled on my Linux Box? santa19992000@yahoo.com Linux Networking 3 01-06-2005 01:18 PM
Another great example of the Linux community in action: NOT! (Was: Linux networking is a ball of confusion) Kevin Pederson Linux Networking 15 10-01-2004 07:13 PM
Trouble Installing Linux/Cisco VPN Client Has anyone had trouble compiling the linux cisco vpn client? Here is the output of the install script: # uname -rviosm Linux 2.4.22-1.2188.nptl #1 Wed Apr 21 20:19:18 EDT 2004 x86_64 x86_64 GNU/Linux JSH Linux Networking 4 07-02-2004 12:48 PM
Red Hot Linux v9.0 [2 DVDs]. Red Hot Linux v9.0 [3 CDs]. Redhat Enterprise Linux ES v3.0 REPACK [4 CDs]. Mandrake Linux 9.2 [3 CDs] -new ! TEL Linux Networking 0 12-01-2003 12:06 PM
Red Hot Linux v9.0 [2 DVDs]. Red Hot Linux v9.0 [3 CDs]. Redhat Enterprise Linux ES v3.0 REPACK [4 CDs]. Mandrake Linux 9.2 [3 CDs] - new ! TEL Linux Networking 0 11-29-2003 11:27 AM



1 2 3 4 5 6 7 8 9 10 11