Code Monkey home page Code Monkey logo

Comments (19)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
I forgot to mention, the local socks server routes traffic to a secondary socks 
server located at 81.94.201.130 which is why the entry is there in the routing 
table.

Original comment by [email protected] on 24 Apr 2013 at 10:46

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
If tun2socks doesn't say anything about accepting connections, the issue is 
most likely not with tun2socks but in strange behavior of the Windows TCP/IP 
stack which may sometimes fail to respect route metrics. To be sure, you should 
check with Wireshark if there are any packets going into the tun2socks 
interface when it's not working.

You're probably hitting issue 5. I'm closing this since I think there's nothing 
I can do to fix it; if you determine that it is in fact a problem with 
tun2socks, do say so.

Original comment by [email protected] on 24 Apr 2013 at 11:10

  • Changed state: Duplicate

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
It is not the same issue as 5.. I have deleted the main route and can confirm 
that all connections now fail.. the problem is that for some reason the traffic 
is either not getting to tun2socks or tun2socks is not accepting it

Original comment by [email protected] on 24 Apr 2013 at 11:19

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Yeah, this is the critical part - do the connections get to tun2socks in the 
first place? If they do not, this is not a problem with tun2socks, and I do not 
have the resources to investigate it. If you find the reason they don't, feel 
free to say so, so I can update the wiki with the problem and possible 
workaround.

Original comment by [email protected] on 24 Apr 2013 at 11:23

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
just checking with wireshark to see if they get to the tun2socks interface.. 

Original comment by [email protected] on 24 Apr 2013 at 11:24

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
can you please give me a little info on what to look for in wireshark? I 
presume I should be monitoring my main network interface and then TAP interface 
then check for any traffic going to my 10.0.5.0 network?

Original comment by [email protected] on 24 Apr 2013 at 11:31

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
you should be monitoring the TAP interface. When you try to make a connection, 
you should see a TCP SYN packet going into the interface.

Hm, are you sure this isn't actually a problem with your DNS? Does it work if 
you try to connect directly to an IP address without using a domain name?

Original comment by [email protected] on 24 Apr 2013 at 11:35

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
No, connecting direct to IP does not help.

I have just noticed that with routing as normal I can ping 10.5.0.1 but not 
10.5.0.2.

I am sure that when this is working I should be able to ping 10.5.0.2 as well?

Original comment by [email protected] on 24 Apr 2013 at 11:54

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
mmm, now the ping works and the connection works! any idea why it would not be 
workign after a reboot?

Original comment by [email protected] on 24 Apr 2013 at 11:56

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
def something going on there.. after reboot ping 10.0.5.2 fails again.. and 
connection fails with routing setup.

I have no idea what that means but looking at your documentation 10.0.5.0 
(10.0.0.2 in your doc) should be the IP of the internal router inside the TUN 
device.

Any idea why 10.0.5.1 would work but 10.0.5.2 not based on this startup param?

--tundev tap0901:ehvpn:10.5.0.1:10.5.0.0:255.255.255.0 --netif-ipaddr 10.5.0.2 
--netif-netmask 255.255.255.0 --socks-server-addr 127.0.0.1:4021

Original comment by [email protected] on 24 Apr 2013 at 12:00

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Firewall problems maybe?

Original comment by [email protected] on 24 Apr 2013 at 12:04

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
no, just disabled windows firewall and still not pinging.. also would not 
explain why 10.0.5.1 works where .2 doesn't.

I appreciate that this is an open source project and that you are not earning 
out of this.. I really am very keen to get this problem sorted and I would be 
more than willing to pay a support fee to help get this working?

Original comment by [email protected] on 24 Apr 2013 at 12:07

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Post your ipconfig /all please, screenshot the Network Connections, and the 
Status menu of the TUN interface, when it's not working. You can use use 
http://www.pasteall.org/pic/ for pasting pics.

Original comment by [email protected] on 24 Apr 2013 at 12:13

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
whats "Status menu of the TUN interface"?

Original comment by [email protected] on 24 Apr 2013 at 12:15

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
right-click the TUN/TAP/tun2socks interface and choose Status

Original comment by [email protected] on 24 Apr 2013 at 12:16

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Here are the details in an rtf (your service does not allow zip/rtf)

http://www.fileconvoy.com/dfl.php?id=gee9455a7492730f699927366807216d819d14f3dd

Original comment by [email protected] on 24 Apr 2013 at 12:54

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
See this in your ipconfig /all:
Media state: media disconnected

This is very concerning. Are you sure the ipconfig was done while tun2socks is 
running? The media state should change to connected (disappear in ipconfig) 
when tun2socks starts up.

Original comment by [email protected] on 24 Apr 2013 at 1:19

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
I mean the media state of the ehvpn interface, of course.

Original comment by [email protected] on 24 Apr 2013 at 1:20

from badvpn.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
I'm trying to simulate the problem again but of course it doesn't want to break 
now!

If I do not get back to you today I will be away for the next few days but will 
get back to you early next week.

Original comment by [email protected] on 24 Apr 2013 at 2:59

from badvpn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.