|
|
Setting Up Ics With Static Ip Address - ICS problems | ||
Discussion by larrywang with 10 Replies.
Last Update: February 18, 2010, 4:55 pm | |||
Now I would like to share that internet connection via Wireless NIC card. In other words I am looking to make my laptop into a wifi access-point, which would rebroadcast signals to wi-fi enabled devices like ipod touch, laptops etc. I've tried everything here from Microsoft Vista help site to technical blogs and still failed to turn my laptop into a AP. Please help, I cannot sleep until I find a solution to this problem. Thanks in advance.
Sun Feb 14, 2010 Reply New Discussion
Have a look at your Wifi adapter documentation.
There are two ways configuring a wifi adapter : infrastructure or adhoc.
This means that you can connect your wifi adapter to a wifi accesspoint (for instance an inernet ADSL router), or create your own private network (adhoc).
Simply configure each wifi adapter as an adhoc adapter, choose an SSSID (like "A34"), the same one for all adapters.
Then you will see your wifi adapters connected to the same physical network.
There is no DNS on your network, so you will have to choose a fixed IP address for each PC adapter on this network. Let's say 192.168.12.1 for the master computer, 12.2 for the second one, 12.3 for the third one, etc..
When this is done, verify that each computer is able to "ping" each other one. On a "cmd" command line prompt, type
CODE
ping 192.168.12.1ping 192.168.12.2
ping 192.168.12.3
If the ping command is successful, this means that your home private network works. All your PC's will be able to communicate, sharing files for instance.
Then, install a proxy in your master (the one connected to the internet). Allow this proxy to "listen" the 192.168.12.1:80 IP address.
Now you are almost ready.
On each "client" computer, go to your browser settings, go to "connection", "use a proxy", and give the 192.168.12.1 port 80 as proxy settings.
Now, your master computer is still on the internet, but it asks as a proxy, through the wifi adapter, and each other wifi computer in your home is also connected to the Internet through this proxy.
I use the proxy named "privoxy", it's free and works rather well.
It also does a lot of useful work, like suppressing a lot of advertising pop-ups. However, it also prevents you from going to some websites well-known as being dangerous.
There are also a lot of commercial free proxy softwares, wingate is one of the best ones.
Hope this helps
Yordan
Sun Feb 14, 2010 Reply New Discussion
A brief tangent from here, is from Vista, which I am using has a native capability on setting up ad-hoc wi-fi network for file sharing, until the ICS is configured this network has no problem. Once the ICS is initialized on wired NIC card I have no internet connection, as vista changes the static address to default address 192.168.0.1/24. My ipod touch wi-fi then shows up a strange IP address like 166. . . ./16
Anyway I am going to try out the proxy method, since it really makes sense in my case.
Thank you once again.
Larry
QUOTE (yordan)
I already did it for my home network. I had two networks : my own PC was connected to the internet, and it acted as a proxy for the other PC's which where on an independent Wifi network. So, I had two networks in my house.Have a look at your Wifi adapter documentation.
There are two ways configuring a wifi adapter : infrastructure or adhoc.
This means that you can connect your wifi adapter to a wifi accesspoint (for instance an inernet ADSL router), or create your own private network (adhoc).
Simply configure each wifi adapter as an adhoc adapter, choose an SSSID (like "A34"), the same one for all adapters.
Then you will see your wifi adapters connected to the same physical network.
There is no DNS on your network, so you will have to choose a fixed IP address for each PC adapter on this network. Let's say 192.168.12.1 for the master computer, 12.2 for the second one, 12.3 for the third one, etc..
When this is done, verify that each computer is able to "ping" each other one. On a "cmd" command line prompt, type
CODE
ping 192.168.12.1ping 192.168.12.2
ping 192.168.12.3
If the ping command is successful, this means that your home private network works. All your PC's will be able to communicate, sharing files for instance.
Then, install a proxy in your master (the one connected to the internet). Allow this proxy to "listen" the 192.168.12.1:80 IP address.
Now you are almost ready.
On each "client" computer, go to your browser settings, go to "connection", "use a proxy", and give the 192.168.12.1 port 80 as proxy settings.
Now, your master computer is still on the internet, but it asks as a proxy, through the wifi adapter, and each other wifi computer in your home is also connected to the Internet through this proxy.
I use the proxy named "privoxy", it's free and works rather well.
It also does a lot of useful work, like suppressing a lot of advertising pop-ups. However, it also prevents you from going to some websites well-known as being dangerous.
There are also a lot of commercial free proxy softwares, wingate is one of the best ones.
Hope this helps
Yordan
Link: view Post: 144967
Tue Feb 16, 2010 Reply New Discussion
QUOTE
From your description my understanding is I should keep the master pc as it is, in my case the laptop to this address and statically configure the other pcs, ipod touch to the address like 0.134, 0.135.Almost true, but really false.
Your wired network has addresses like our wired PC, around 192.168.0.133.
Your wifi network have to have a different network, let's say 192.168.1.133 for the master PC, and 1.134 and 1.135 for the other ones.
Your master PC will be on two networks : 192.168.0.133 , the wired network, which is routed to the outside world, the internet. This is the only way of having two very different adaptrers on the same PC, going to two differently devoted networks.
And 192.168.1.133 on the wifi network, which is a network fully private to your home, cannot go the outside except when using your private proxy on the wired PC.
Tue Feb 16, 2010 Reply New Discussion
If the above steps are correct about the client web browsers, plus my ipod touch given a static 192.168.1.12/24 now I am ready to start the Privoxy, but how???
Privoxy, i think needs some sort of configuration.
Please help....
Yours
Larry
QUOTE (yordan)
Almost true, but really false.Your wired network has addresses like our wired PC, around 192.168.0.133.
Your wifi network have to have a different network, let's say 192.168.1.133 for the master PC, and 1.134 and 1.135 for the other ones.
Your master PC will be on two networks : 192.168.0.133 , the wired network, which is routed to the outside world, the internet. This is the only way of having two very different adaptrers on the same PC, going to two differently devoted networks.
And 192.168.1.133 on the wifi network, which is a network fully private to your home, cannot go the outside except when using your private proxy on the wired PC.
Link: view Post: 145059
Wed Feb 17, 2010 Reply New Discussion
There is a "settings" tab somewhere in privoxy, it opens another notepad window, and inside this window look for the word "Listen"
You will have to add "Listen your_wireless_IP:80"
After having that done and tested it, we will look how to make your proxy forward.
Wed Feb 17, 2010 Reply New Discussion
Also after I've miraculously configured the Privoxy, should I go to my Master computer's web browser Opera for instance and change the proxy configuration to match Privoxy or leave it as it is.
Yours
Larry
QUOTE (yordan)
OK, the log file empty is normal.There is a "settings" tab somewhere in privoxy, it opens another notepad window, and inside this window look for the word "Listen"
You will have to add "Listen your_wireless_IP:80"
After having that done and tested it, we will look how to make your proxy forward.
Link: view Post: 145075
Wed Feb 17, 2010 Reply New Discussion
You change it for the client's pc's.
Now, after having changed the "Listen" address, you have to write the file and restart privoxy and change the proxy settings on the client pc's.
Wed Feb 17, 2010 Reply New Discussion
In the privoxy "Edit main configuration", then "file, save", I configured the listen address
QUOTE
listen-address 192.168.1.12:80And then on the client computer I configured the proxy for Internet Explorer
And Internet explorer goes on the Internet
And on the master computer, in the "live" log file you see the connexions :
QUOTE
Feb 17 19:40:09 Privoxy(00204) Info: loading configuration file 'config.txt':Feb 17 19:40:09 Privoxy(00204) Info: Privoxy version 3.0.3
Feb 17 19:40:09 Privoxy(00204) Info: Program name: C:\Program Files\Privoxy\privoxy.exe
Feb 17 19:40:09 Privoxy(00204) Info: Listening on port 80 on IP address 192.168.1.12
Feb 17 19:41:06 Privoxy(01520) Request: www.microsoft.com/canada/fr/windows/internet-explorer/
Feb 17 19:41:10 Privoxy(01276) Request: www.microsoft.com/canada/fr/windows/Framework/styles/layout.css
Feb 17 19:41:10 Privoxy(01276) Request: www.microsoft.com/canada/fr/windows/Framework/styles/layout.css
Feb 17 19:41:11 Privoxy(01960) Request: www.microsoft.com/canada/fr/windows/Framework/styles/core.css
Feb 17 19:41:12 Privoxy(01976) Request: www.microsoft.com/canada/fr/windows/Framework/styles/reset.css
Feb 17 19:41:12 Privoxy(01972) Request: www.microsoft.com/windows/framework/tracking/tracking.js
Feb 17 19:41:13 Privoxy(01728) Request: www.microsoft.com/canada/fr/windows/Framework/styles/sitemap.css
Feb 17 19:41:13 Privoxy(02528) Request: www.microsoft.com/canada/fr/windows/Framework/styles/sidebars.css
Feb 17 19:41:13 Privoxy(00976) Request: www.microsoft.com/canada/fr/windows/Framework/styles/tabs.css
Feb 17 19:41:13 Privoxy(00976) Request: www.microsoft.com/canada/fr/windows/Framework/styles/tabs.css
Wed Feb 17, 2010 Reply New Discussion
Yours
Larry
QUOTE (yordan)
I tested it between two computers on my network.In the privoxy "Edit main configuration", then "file, save", I configured the listen address
And then on the client computer I configured the proxy for Internet Explorer
And Internet explorer goes on the Internet
And on the master computer, in the "live" log file you see the connexions :
Link: view Post: 145079
Thu Feb 18, 2010 Reply New Discussion
QUOTE (larrywang)
Done.... Everything is connected right now. Ipod touch connected, all the devices are now connected to my laptop AP. So happy and thank you for your patience and explanations.Link: view Post: 145082
Glad and proud to have been helpful.
And congrats for having been successful.
Thu Feb 18, 2010 Reply New Discussion
Using Ics (internet Connection Sharing) Over Multiple Routers How I managed to achieve thi... (0)
|
(10) How To Connect Via Lan Cable Win7 And Xp Sp3
|
Index




