Hi,
I have wired and wireless network adaptor in my laptop. Both can connect to internet, and both have only LAN ip address. I hope to bind proxymini to my wireless NIC, then some of my applications can use wireless connection through this local proxy. (Windows only use wired connection when both wired and wireless connected)
Fortunately I found proxymini, but unfortunately it doesn't work...
Here is my adaptors and IP:
Code:
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 10.200.0.15
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.200.0.180
Ethernet adapter Wireless Network Connection:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.1.115
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
I'm using XP sp3, and I tried:
proxymini.exe -L 192.168.1.115
proxymini.exe -l 10.200.0.15 -L 192.168.1.115
proxymini.exe -l 127.0.0.1 -L 192.168.1.115
with IE proxy 192.168.1.115 / 10.200.0.15 / 127.0.0.1 at port 8123, I can't open any website. The output by using -v parameter is:
Code:
- bind 0.0.0.0:8123
- ready for HTTP, HTTP CONNECT, SOCKS4 and SOCKS5 (both TCP and UDP)
192.168.1.115:1278 connected
192.168.1.115:1278 GET www.google.com:80/
192.168.1.115:1278 disconnected
When I disconnected the line of wired NIC, the proxy works. But it is not what I want. I hope the two NIC can be used at same time. I just need to control some applications to go through wireless connection..
Anything wrong with my usage?
Thanks in advance!