Help with ICS! (XP Host, Puppy 1.0.6 Client)

Using applications, configuring, problems
Post Reply
Message
Author
sulemasc
Posts: 69
Joined: Sat 11 Jun 2005, 00:01
Location: Brampton, Ontario, Canada

Help with ICS! (XP Host, Puppy 1.0.6 Client)

#1 Post by sulemasc »

I've hit a roadblock and need some suggestions from those who aren't new to Linux clients on MS network hosts

-setup XP host for ICS by configuring the Internet LAC
-assume host is called "host1" on "mshome"
-LAN NIC is now 192.168.0.1, mask 255.255.255.0, its IntelPRO set wireless, assume ESSID is Puptest, dns and default gateway blank
-PuppyPC, called "puppypc" has Linksys WMP11_V4 PCI wifi NIC with drivers already installed using ndiswrapper
-host1 can surf and ping the net, and windows firewall, morizot firewall, 3rd party firewall all disabled

I ran these commands on puppypc as per wifidotpup.html for ad-hoc wireless networking:

#ifconfig wlan0 192.168.0.2 netmask 255.255.255.0
#route add -net default gateway 192.168.0.1 wlan0

Then I run the Puppy wireless network wizard, click wifibeta to setup for the first time, then run WAG. The XP host and Puppy Client connect. I can ping the host LAN nic successfully, but can't ping the Internet NIC or Router. See attached notes (note in below that it says wireless gateway found - dunno when that appeared)

Notice that the ping to www.yahoo.com got resolved to ip address - I assume this means DNS is working. Also what is the Cell MAC address looking thing for and why does it change? Lastly shouldn't puppypc be listed on the host machine in mshome? It's not there.

This is a long post but wanted to try my best to provide as much info.
Still learning,
Mark


Troublshooing Data:
-------------------

resolve.conf:
nameserver 192.168.0.1 (at one point this was the router ip address - I changed it to the LAN NIC static IP)
search mshome.net (I have no idea how this got here but it's here)

wireless.conf:
ESSID="Puptest"
NWID=""
MODE="Ad-Hoc"
FREQ=""
CHANNEL="6"
SENS=""
RATE="auto"
KEY=""
RTS=""
FRAG=""
IWCONFIG=""

wag.conf:
WLAN="wlan0"
MODDATA=""
WIFIIP="192.168.0.2"
CUSTOMSCRIPT="Mozilla"
CARDSOC=""

WAG Details:
not using PCMCIA

no module loaded
dhcpcd not running
wifi-beta installed

wlan0 enabled
wireless ip: 192.168.0.2
access point acquired
wireless gateway found

1 wireless network(s) detected
1 open network(s) detected

Connected to:
wlan0 IEEE 802.11b ESSID:"Puptest" Nickname:"puppypc"
Mode:Ad-Hoc Frequency:2.437GHz Cell: F6:E5:4D:F4:93:83
Encryption key:off
Link Quality:100/100 Signal level:-85 dBm Noise level:-256 dBm

RXVT log:
#ifconfig wlan0 192.168.0.192 netmask 255.255.255.0
#route add -net default gateway 192.168.0.1 wlan0

# ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1): 56 data bytes
64 bytes from 192.168.0.1: icmp_seq=0 ttl=128 time=2.9 ms
64 bytes from 192.168.0.1: icmp_seq=1 ttl=128 time=2.6 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=128 time=1.4 ms

--- 192.168.0.1 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.4/2.3/2.9 ms

# ping www.yahoo.com
PING www.yahoo.akadns.net (216.109.118.64): 56 data bytes
ping: sendto: Network is unreachable

# ping 192.168.1.1
PING 192.168.1.1 (192.168.168.193): 56 data bytes
ping: sendto: Network is unreachable
# ping 192.168.1.47
PING 192.168.1.47 (192.168.168.192): 56 data bytes
ping: sendto: Network is unreachable
#

sulemasc
Posts: 69
Joined: Sat 11 Jun 2005, 00:01
Location: Brampton, Ontario, Canada

Help with ICS! (XP Host, Puppy 1.0.6 Client)

#2 Post by sulemasc »

Ubbuh dubbuh - seems I was doing everything correctly. I retried but with making puppypc obtain an ip automatically from xp machine and all is well, except for xp firewall issues.

I'm writing this from my new Aptiva Pentium III machine using wireless Internet Connection Sharing! Yehaa!
Mark

Post Reply