
Id love to come down but I'm stuck in Auckland for the moment. My OS is: Ubuntu Version 10.04 LTS Lucid Lynx 64 Bit. ------------------------------------------------------------------------ IPv4 method options: Automatic (DHCP) Automatic (DHCP) Addresses only Manual Link-local only Shared to other computers. IPv6 method Options: Ignore Automatic Automatic, Addresses only Link-local only Shared To other computers ------------------------------------------------------------------------- Here is the output from /sbin$./route -n command: glenn(a)glenn-desktop:/sbin$ ./route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.42.44.0 0.0.0.0 255.255.255.0 U 1 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 eth0 glenn(a)glenn-desktop:/sbin$ --------------------------------------------------------------------------- IPv4 Windows Box: 10.42.44.10. --------------------------------------------------------------------------- And the output from /etc$ cat hosts glenn(a)glenn-desktop:/etc$ cat hosts 127.0.0.1 localhost 127.0.1.1 glenn-desktop # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts glenn(a)glenn-desktop:/etc$ ---------------------------------------------------------------------------- When I type in: glenn(a)glenn-desktop:-$ host Google.com ;;connection timed out; no servers could be reached glenn(a)glenn-desktop:-$ Interesting question: why when I run ifconfig in Windows does the IPv4 default gateway show as my Linux box's IP address??? That's surely not right. And when I have my network plugged in sometimes my mail fails to send, as in cant reach server. I wonder if the windows box is looking at the Linux box as a server. I can't imagine why though. What ever it is its playing mary hell with my dialup connection. Glenn.

If I'm reading the below correctly you're missing the default route on the linux box. Try $ sudo route add default gw 10.42.0.10 On 27/07/10 03:05, Glenn Morrissey wrote:
Id love to come down but I'm stuck in Auckland for the moment.
My OS is: Ubuntu Version 10.04 LTS Lucid Lynx 64 Bit. ------------------------------------------------------------------------ IPv4 method options: Automatic (DHCP) Automatic (DHCP) Addresses only Manual Link-local only Shared to other computers.
IPv6 method Options: Ignore Automatic Automatic, Addresses only Link-local only Shared To other computers ------------------------------------------------------------------------- Here is the output from /sbin$./route -n command:
glenn(a)glenn-desktop:/sbin$ ./route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.42.44.0 0.0.0.0 255.255.255.0 U 1 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 eth0 glenn(a)glenn-desktop:/sbin$ --------------------------------------------------------------------------- IPv4 Windows Box: 10.42.44.10. --------------------------------------------------------------------------- And the output from /etc$ cat hosts
glenn(a)glenn-desktop:/etc$ cat hosts 127.0.0.1 localhost 127.0.1.1 glenn-desktop
# The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts glenn(a)glenn-desktop:/etc$ ----------------------------------------------------------------------------
When I type in:
glenn(a)glenn-desktop:-$ host Google.com ;;connection timed out; no servers could be reached glenn(a)glenn-desktop:-$
Interesting question: why when I run ifconfig in Windows does the IPv4 default gateway show as my Linux box's IP address??? That's surely not right. And when I have my network plugged in sometimes my mail fails to send, as in cant reach server. I wonder if the windows box is looking at the Linux box as a server. I can't imagine why though.
What ever it is its playing mary hell with my dialup connection.
Glenn.
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug

oops make that sudo route add default gw 10.42.44.10 ;-) On 27/07/10 06:42, Jodi Thomson wrote:
If I'm reading the below correctly you're missing the default route on the linux box. Try
$ sudo route add default gw 10.42.0.10
On 27/07/10 03:05, Glenn Morrissey wrote:
Id love to come down but I'm stuck in Auckland for the moment.
My OS is: Ubuntu Version 10.04 LTS Lucid Lynx 64 Bit. ------------------------------------------------------------------------ IPv4 method options: Automatic (DHCP) Automatic (DHCP) Addresses only Manual Link-local only Shared to other computers.
IPv6 method Options: Ignore Automatic Automatic, Addresses only Link-local only Shared To other computers ------------------------------------------------------------------------- Here is the output from /sbin$./route -n command:
glenn(a)glenn-desktop:/sbin$ ./route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.42.44.0 0.0.0.0 255.255.255.0 U 1 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 eth0 glenn(a)glenn-desktop:/sbin$ ---------------------------------------------------------------------------
IPv4 Windows Box: 10.42.44.10. ---------------------------------------------------------------------------
And the output from /etc$ cat hosts
glenn(a)glenn-desktop:/etc$ cat hosts 127.0.0.1 localhost 127.0.1.1 glenn-desktop
# The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts glenn(a)glenn-desktop:/etc$ ----------------------------------------------------------------------------
When I type in:
glenn(a)glenn-desktop:-$ host Google.com ;;connection timed out; no servers could be reached glenn(a)glenn-desktop:-$
Interesting question: why when I run ifconfig in Windows does the IPv4 default gateway show as my Linux box's IP address??? That's surely not right. And when I have my network plugged in sometimes my mail fails to send, as in cant reach server. I wonder if the windows box is looking at the Linux box as a server. I can't imagine why though.
What ever it is its playing mary hell with my dialup connection.
Glenn.
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug

The default ICS settings should have given the windows box an IP of 192.168.0.1 (from memory) and the linux box something in the same range eg 192.168.0.2 Did you install a DHCP server on the Linux machine at any time? One way to find out is unplug the Windows box temporarily and run the command "sudo dhclient eth0" in a terminal on Ubuntu. It should time out. If it gets a lease you have another DHCP server running, which is going to totally confuse things. On 27 July 2010 03:05, Glenn Morrissey <gmorrissey(a)kol.co.nz> wrote:
Id love to come down but I'm stuck in Auckland for the moment.
My OS is: Ubuntu Version 10.04 LTS Lucid Lynx 64 Bit. ------------------------------------------------------------------------ IPv4 method options: Automatic (DHCP) Automatic (DHCP) Addresses only Manual Link-local only Shared to other computers.
IPv6 method Options: Ignore Automatic Automatic, Addresses only Link-local only Shared To other computers ------------------------------------------------------------------------- Here is the output from /sbin$./route -n command:
glenn(a)glenn-desktop:/sbin$ ./route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.42.44.0 0.0.0.0 255.255.255.0 U 1 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 eth0 glenn(a)glenn-desktop:/sbin$ --------------------------------------------------------------------------- IPv4 Windows Box: 10.42.44.10. --------------------------------------------------------------------------- And the output from /etc$ cat hosts
glenn(a)glenn-desktop:/etc$ cat hosts 127.0.0.1 localhost 127.0.1.1 glenn-desktop
# The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts glenn(a)glenn-desktop:/etc$ ----------------------------------------------------------------------------
When I type in:
glenn(a)glenn-desktop:-$ host Google.com ;;connection timed out; no servers could be reached glenn(a)glenn-desktop:-$
Interesting question: why when I run ifconfig in Windows does the IPv4 default gateway show as my Linux box's IP address??? That's surely not right. And when I have my network plugged in sometimes my mail fails to send, as in cant reach server. I wonder if the windows box is looking at the Linux box as a server. I can't imagine why though.
What ever it is its playing mary hell with my dialup connection.
Glenn.
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
-- Disclaimer: By sending an email to any of my addresses you are agreeing that: 1. I am by definition, "the intended recipient" 2. All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. 3. I may take the contents as representing the views of your company. 4. This overrides any disclaimer or statement of confidentiality that may be included on your message.

To make things even easier than ICS why don't you use a proxy server? Analog-x proxy is free and very simple. 1. configure fixed IP's on each pc. 2. check that they can ping each other 3. install analog x proxy on your windows pc (with the internet connection) 4. check that your windows pc is connected to the internet. 3. configure your browser on the linux pc to use the proxy on the windows pc. Done. Don't try and use another DHCP server with ICS, I think that someone on this list has already said this but to re-iterate ICS is a simple piece of software, there is no configuration and you have virtually no flexibility to configure options. -----Original Message----- From: wlug-bounces(a)list.waikato.ac.nz [mailto:wlug-bounces(a)list.waikato.ac.nz] On Behalf Of Bruce Kingsbury Sent: Tuesday, 27 July 2010 7:55 a.m. To: Waikato Linux Users Group Subject: Re: [wlug] output The default ICS settings should have given the windows box an IP of 192.168.0.1 (from memory) and the linux box something in the same range eg 192.168.0.2 Did you install a DHCP server on the Linux machine at any time? One way to find out is unplug the Windows box temporarily and run the command "sudo dhclient eth0" in a terminal on Ubuntu. It should time out. If it gets a lease you have another DHCP server running, which is going to totally confuse things. On 27 July 2010 03:05, Glenn Morrissey <gmorrissey(a)kol.co.nz> wrote:
Id love to come down but I'm stuck in Auckland for the moment.
My OS is: Ubuntu Version 10.04 LTS Lucid Lynx 64 Bit. ------------------------------------------------------------------------ IPv4 method options: Automatic (DHCP) Automatic (DHCP) Addresses only Manual Link-local only Shared to other computers.
IPv6 method Options: Ignore Automatic Automatic, Addresses only Link-local only Shared To other computers ------------------------------------------------------------------------- Here is the output from /sbin$./route -n command:
glenn(a)glenn-desktop:/sbin$ ./route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.42.44.0 0.0.0.0 255.255.255.0 U 1 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 eth0 glenn(a)glenn-desktop:/sbin$ --------------------------------------------------------------------------- IPv4 Windows Box: 10.42.44.10. --------------------------------------------------------------------------- And the output from /etc$ cat hosts
glenn(a)glenn-desktop:/etc$ cat hosts 127.0.0.1 localhost 127.0.1.1 glenn-desktop
# The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts glenn(a)glenn-desktop:/etc$ ----------------------------------------------------------------------------
When I type in:
glenn(a)glenn-desktop:-$ host Google.com ;;connection timed out; no servers could be reached glenn(a)glenn-desktop:-$
Interesting question: why when I run ifconfig in Windows does the IPv4 default gateway show as my Linux box's IP address??? That's surely not right. And when I have my network plugged in sometimes my mail fails to send, as in cant reach server. I wonder if the windows box is looking at the Linux box as a server. I can't imagine why though.
What ever it is its playing mary hell with my dialup connection.
Glenn.
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
-- Disclaimer: By sending an email to any of my addresses you are agreeing that: 1. I am by definition, "the intended recipient" 2. All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. 3. I may take the contents as representing the views of your company. 4. This overrides any disclaimer or statement of confidentiality that may be included on your message. _______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug -- This message was scanned by the Turnstone managed spam filter and is believed to be clean.

On 27 July 2010 08:13, Cameron Rangeley <Cameron.Rangeley(a)turnstone.co.nz> wrote:
To make things even easier than ICS why don't you use a proxy server? Analog-x proxy is free and very simple.
Not easier! ICS is as easy as it gets, just one checkbox, no manual configuration whatsoever on any of the other hosts, and it only breaks when you start adding in more software.
1. configure fixed IP's on each pc. 2. check that they can ping each other 3. install analog x proxy on your windows pc (with the internet connection) 4. check that your windows pc is connected to the internet. 3. configure your browser on the linux pc to use the proxy on the windows pc.
Done.
Don't try and use another DHCP server with ICS, I think that someone on this list has already said this but to re-iterate ICS is a simple piece of software, there is no configuration and you have virtually no flexibility to configure options.
-----Original Message----- From: wlug-bounces(a)list.waikato.ac.nz [mailto:wlug-bounces(a)list.waikato.ac.nz] On Behalf Of Bruce Kingsbury Sent: Tuesday, 27 July 2010 7:55 a.m. To: Waikato Linux Users Group Subject: Re: [wlug] output
The default ICS settings should have given the windows box an IP of 192.168.0.1 (from memory) and the linux box something in the same range eg 192.168.0.2
Did you install a DHCP server on the Linux machine at any time? One way to find out is unplug the Windows box temporarily and run the command "sudo dhclient eth0" in a terminal on Ubuntu. It should time out. If it gets a lease you have another DHCP server running, which is going to totally confuse things.
On 27 July 2010 03:05, Glenn Morrissey <gmorrissey(a)kol.co.nz> wrote:
Id love to come down but I'm stuck in Auckland for the moment.
My OS is: Ubuntu Version 10.04 LTS Lucid Lynx 64 Bit. ------------------------------------------------------------------------ IPv4 method options: Automatic (DHCP) Automatic (DHCP) Addresses only Manual Link-local only Shared to other computers.
IPv6 method Options: Ignore Automatic Automatic, Addresses only Link-local only Shared To other computers ------------------------------------------------------------------------- Here is the output from /sbin$./route -n command:
glenn(a)glenn-desktop:/sbin$ ./route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.42.44.0 0.0.0.0 255.255.255.0 U 1 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 eth0 glenn(a)glenn-desktop:/sbin$ --------------------------------------------------------------------------- IPv4 Windows Box: 10.42.44.10. --------------------------------------------------------------------------- And the output from /etc$ cat hosts
glenn(a)glenn-desktop:/etc$ cat hosts 127.0.0.1 localhost 127.0.1.1 glenn-desktop
# The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts glenn(a)glenn-desktop:/etc$ ----------------------------------------------------------------------------
When I type in:
glenn(a)glenn-desktop:-$ host Google.com ;;connection timed out; no servers could be reached glenn(a)glenn-desktop:-$
Interesting question: why when I run ifconfig in Windows does the IPv4 default gateway show as my Linux box's IP address??? That's surely not right. And when I have my network plugged in sometimes my mail fails to send, as in cant reach server. I wonder if the windows box is looking at the Linux box as a server. I can't imagine why though.
What ever it is its playing mary hell with my dialup connection.
Glenn.
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
-- Disclaimer: By sending an email to any of my addresses you are agreeing that: 1. I am by definition, "the intended recipient" 2. All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. 3. I may take the contents as representing the views of your company. 4. This overrides any disclaimer or statement of confidentiality that may be included on your message. _______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
-- This message was scanned by the Turnstone managed spam filter and is believed to be clean.
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
-- Disclaimer: By sending an email to any of my addresses you are agreeing that: 1. I am by definition, "the intended recipient" 2. All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. 3. I may take the contents as representing the views of your company. 4. This overrides any disclaimer or statement of confidentiality that may be included on your message.

Yes easier because ICS breaks easily and has no visibility of the configuration. At least with a simple proxy or router arrangement you know what is happening and can troubleshoot faults. My experience with ICS has been nothing but bad! CR -----Original Message----- From: wlug-bounces(a)list.waikato.ac.nz [mailto:wlug-bounces(a)list.waikato.ac.nz] On Behalf Of Bruce Kingsbury Sent: Tuesday, 27 July 2010 8:20 a.m. To: Waikato Linux Users Group Subject: Re: [wlug] output On 27 July 2010 08:13, Cameron Rangeley <Cameron.Rangeley(a)turnstone.co.nz> wrote:
To make things even easier than ICS why don't you use a proxy server? Analog-x proxy is free and very simple.
Not easier! ICS is as easy as it gets, just one checkbox, no manual configuration whatsoever on any of the other hosts, and it only breaks when you start adding in more software.
1. configure fixed IP's on each pc. 2. check that they can ping each other 3. install analog x proxy on your windows pc (with the internet connection) 4. check that your windows pc is connected to the internet. 3. configure your browser on the linux pc to use the proxy on the windows pc.
Done.
Don't try and use another DHCP server with ICS, I think that someone on this list has already said this but to re-iterate ICS is a simple piece of software, there is no configuration and you have virtually no flexibility to configure options.
-----Original Message----- From: wlug-bounces(a)list.waikato.ac.nz [mailto:wlug-bounces(a)list.waikato.ac.nz] On Behalf Of Bruce Kingsbury Sent: Tuesday, 27 July 2010 7:55 a.m. To: Waikato Linux Users Group Subject: Re: [wlug] output
The default ICS settings should have given the windows box an IP of 192.168.0.1 (from memory) and the linux box something in the same range eg 192.168.0.2
Did you install a DHCP server on the Linux machine at any time? One way to find out is unplug the Windows box temporarily and run the command "sudo dhclient eth0" in a terminal on Ubuntu. It should time out. If it gets a lease you have another DHCP server running, which is going to totally confuse things.
On 27 July 2010 03:05, Glenn Morrissey <gmorrissey(a)kol.co.nz> wrote:
Id love to come down but I'm stuck in Auckland for the moment.
My OS is: Ubuntu Version 10.04 LTS Lucid Lynx 64 Bit. ------------------------------------------------------------------------ IPv4 method options: Automatic (DHCP) Automatic (DHCP) Addresses only Manual Link-local only Shared to other computers.
IPv6 method Options: Ignore Automatic Automatic, Addresses only Link-local only Shared To other computers ------------------------------------------------------------------------- Here is the output from /sbin$./route -n command:
glenn(a)glenn-desktop:/sbin$ ./route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.42.44.0 0.0.0.0 255.255.255.0 U 1 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 eth0 glenn(a)glenn-desktop:/sbin$ --------------------------------------------------------------------------- IPv4 Windows Box: 10.42.44.10. --------------------------------------------------------------------------- And the output from /etc$ cat hosts
glenn(a)glenn-desktop:/etc$ cat hosts 127.0.0.1 localhost 127.0.1.1 glenn-desktop
# The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts glenn(a)glenn-desktop:/etc$ ----------------------------------------------------------------------------
When I type in:
glenn(a)glenn-desktop:-$ host Google.com ;;connection timed out; no servers could be reached glenn(a)glenn-desktop:-$
Interesting question: why when I run ifconfig in Windows does the IPv4 default gateway show as my Linux box's IP address??? That's surely not right. And when I have my network plugged in sometimes my mail fails to send, as in cant reach server. I wonder if the windows box is looking at the Linux box as a server. I can't imagine why though.
What ever it is its playing mary hell with my dialup connection.
Glenn.
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
-- Disclaimer: By sending an email to any of my addresses you are agreeing that: 1. I am by definition, "the intended recipient" 2. All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. 3. I may take the contents as representing the views of your company. 4. This overrides any disclaimer or statement of confidentiality that may be included on your message. _______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
-- This message was scanned by the Turnstone managed spam filter and is believed to be clean.
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
-- Disclaimer: By sending an email to any of my addresses you are agreeing that: 1. I am by definition, "the intended recipient" 2. All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. 3. I may take the contents as representing the views of your company. 4. This overrides any disclaimer or statement of confidentiality that may be included on your message. _______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug -- This message was scanned by the Turnstone managed spam filter and is believed to be clean.

On 27 July 2010 08:22, Cameron Rangeley <Cameron.Rangeley(a)turnstone.co.nz> wrote:
Yes easier because ICS breaks easily and has no visibility of the configuration. At least with a simple proxy or router arrangement you know what is happening and can troubleshoot faults.
My experience with ICS has been nothing but bad!
My (very limited) experience with ICS has been nothing but good. It's trivially easy to switch on with no real knowledge of networking required to make it work. It works quite reliably, as long as nobody adds any kind of third-party firewall on the Windows machine without knowing what they're doing. It uses DHCP and NAT so you don't have to do any configuration to add another machine to the network. It's a rare example IMHO of Microsoft doing something reasonably well. If you feel like explaining how to set up static IPs and netmasks and routing and reconfigure the browser to use a proxy, go right ahead. But in my opinion ICS is the easiest answer and I'm pretty sure we're only one rogue DHCP server away from having it working.

Correct, something's still not quite right here, the gateway for your Windows box ought to be something out towards the interweb, not back in to your network. Your linux box definitely isn't going to get out until this bit is sorted. What do you get when you run ipconfig /all on your Windows box? As others have suggested you should be seeing your ethernet connection as 192.168.0.1 being the (non-configurable iirc) value set by ICS, and then your linux box will have default gateway of 192.168.0.1, eth0 will be 192.168.0.2 (or .3 now?) as assigned by ICS, and until you get to this point it ain't gonna go. Triple check you have ICS turned on? And I presume (though that can be unwise so can you confirm) that you are able to generally browse the net from this Windows box? Cheers, Roger
Interesting question: why when I run ifconfig in Windows does the IPv4 default gateway show as my Linux box's IP address??? That's surely not right. And when I have my network plugged in sometimes my mail fails to send, as in cant reach server. I wonder if the windows box is looking at the Linux box as a server. I can't imagine why though.
What ever it is its playing mary hell with my dialup connection.
Glenn.
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug

On 27 July 2010 13:24, Roger Searle <roger(a)stepahead.org.nz> wrote:
Correct, something's still not quite right here, the gateway for your Windows box ought to be something out towards the interweb, not back in to your network. Your linux box definitely isn't going to get out until this bit is sorted.
What do you get when you run ipconfig /all on your Windows box? As others have suggested you should be seeing your ethernet connection as 192.168.0.1 being the (non-configurable iirc) value set by ICS, and then your linux box will have default gateway of 192.168.0.1, eth0 will be 192.168.0.2 (or .3 now?) as assigned by ICS, and until you get to this point it ain't gonna go.
Triple check you have ICS turned on?
Triple-check that you chose the 'share this connection' option on the dialup, not the LAN.. The dialup is what you want to be sharing.. windows will then configure everything else appropriately to make it happen.
And I presume (though that can be unwise so can you confirm) that you are able to generally browse the net from this Windows box?
Cheers, Roger
Interesting question: why when I run ifconfig in Windows does the IPv4 default gateway show as my Linux box's IP address??? That's surely not right. And when I have my network plugged in sometimes my mail fails to send, as in cant reach server. I wonder if the windows box is looking at the Linux box as a server. I can't imagine why though.
What ever it is its playing mary hell with my dialup connection.
Glenn.
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
-- Disclaimer: By sending an email to any of my addresses you are agreeing that: 1. I am by definition, "the intended recipient" 2. All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. 3. I may take the contents as representing the views of your company. 4. This overrides any disclaimer or statement of confidentiality that may be included on your message.
participants (5)
-
Bruce Kingsbury
-
Cameron Rangeley
-
Glenn Morrissey
-
Jodi Thomson
-
Roger Searle