Page 2 of 9 FirstFirst 1234 ... LastLast
Results 11 to 20 of 87

Thread: No tun module in 10.04 breaks my vpn client

  1. #11
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: No tun module in 10.04 breaks my vpn client

    Quote Originally Posted by afriendinit View Post
    Any luck? I am facing the same issue. I saw a bug on this but it says invalid bug as the module is already a part of kernel. They should at least mention a work around. This is the reason why many folks don't switch over...
    Why would you expect them to mention a workaround for software they don't maintain, support, or use? If you stick to software in the ubuntu repository, you avoid these compatibility issues. Ubuntu developers have no control over your third party software.

  2. #12
    Join Date
    Sep 2008
    Location
    Poland
    Beans
    134
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: No tun module in 10.04 breaks my vpn client

    So what to do?
    Change permission to tuncfg?

  3. #13
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: No tun module in 10.04 breaks my vpn client

    Quote Originally Posted by rozbarwinek View Post
    So what to do?
    Change permission to tuncfg?
    My suggestion is to use a VPN solution that is supported by, or at least compatible with, the OS you wish to use. Do you have the latest version? Is there any product support or forum on their website? Can you contact the author?

  4. #14
    Join Date
    Sep 2008
    Location
    Poland
    Beans
    134
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: No tun module in 10.04 breaks my vpn client

    Quote Originally Posted by cdenley View Post
    My suggestion is to use a VPN solution that is supported by, or at least compatible with, the OS you wish to use. Do you have the latest version? Is there any product support or forum on their website? Can you contact the author?
    I use hamachi it works very well except that I have to start TUN manually every reboot

  5. #15
    Join Date
    Apr 2010
    Beans
    3

    Re: No tun module in 10.04 breaks my vpn client

    not supported for.... you are developing an operating system not a toy for a kid. Hope you remember a concept called "backward compatibility".

  6. #16
    Join Date
    Nov 2009
    Beans
    919
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No tun module in 10.04 breaks my vpn client

    Seems to me that it's the developer of the client application who is most likely to be of assistance. They'll need to update the software such that it works with the new kernel, and in the meantime users with the current client will need to remain on a compatible version of the OS. Anyone tried checking the client developer's site for updates?

  7. #17
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: No tun module in 10.04 breaks my vpn client

    Quote Originally Posted by afriendinit View Post
    not supported for.... you are developing an operating system not a toy for a kid. Hope you remember a concept called "backward compatibility".
    There is a developer in this thread? A linux kernel developer? I'm not a developer, but it sounds like some VPN clients were written poorly with faulty assumptions.

  8. #18
    Join Date
    Apr 2010
    Beans
    3

    Re: No tun module in 10.04 breaks my vpn client

    I don't buy that. take a simple scenario:
    if(x > 0) z=y/x;
    now go to this particular scenario:
    if(modprobe tun) open tunnel connection
    else
    print error;

    If scenario I is valid then definetly scenario II is also valid. May modprobe itself should intelligent enough such that it will not generate error if the module is built in...

    I am a developer myself, this is just bad design from the OS side, they should expect every test case before going for something that might save a micro second or less during booting. This is poor response even after there is a bug....

    If customer is always right then a user is also always right... in this case the vpn dev is the user and the OS dev is the merchant.

  9. #19
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: No tun module in 10.04 breaks my vpn client

    Quote Originally Posted by afriendinit View Post
    I am a developer myself, this is just bad design from the OS side, they should expect every test case before going for something that might save a micro second or less during booting. This is poor response even after there is a bug....
    If you're a developer, then I guess I will assume you understand this issue and the linux kernel better than I do, and have to take your word for it. I doubt the kernel team is going to read this thread, though. I disagree that modprobe should come tweaked to trick applications into thinking tun is loaded as a module when it is builtin to fix VPN clients which assumed it would always be loaded as a module.

  10. #20
    Join Date
    Mar 2006
    Location
    Portugal -> Lisboa
    Beans
    29

    Re: No tun module in 10.04 breaks my vpn client

    Anyone found any solution for this "tun module failed" on Ubuntu 10.04 with Juniper? I can't use another VPN client, I'm on a big company, now I'm using Windows because of this problem...

Page 2 of 9 FirstFirst 1234 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •