Results 1 to 8 of 8

Thread: Set up a vpn connection - firewall blocking?

  1. #1
    Join Date
    Dec 2013
    Location
    Sweden
    Beans
    69
    Distro
    Ubuntu

    Set up a vpn connection - firewall blocking?

    i need to find the terminal, in order to disable my firewall.

    where do i find it?

    which command disables the firewall?

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: The Terminal?

    Did you turn on the firewall?

    But for the record, try ctrl + alt + T with the keyboard.

    Don't know what system or desktop you're running so, it could be different as to where in the applications it is listed.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Dec 2013
    Location
    Sweden
    Beans
    69
    Distro
    Ubuntu

    Re: The Terminal?

    now i got it.

    which command disables the firewall?

  4. #4
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: The Terminal?

    Again, did you enable the firewall in the first place?
    The firewall is disable by default, so...

    But in case try
    Code:
    sudo ufw disable
    to disable
    Code:
    sudo ufw enable
    to enable
    and
    Code:
    sudo ufw status
    to see what state it is in.

    Edit: I would run the status command first.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  5. #5
    Join Date
    Dec 2013
    Location
    Sweden
    Beans
    69
    Distro
    Ubuntu

    Re: The Terminal?

    itś says its disabled.

    my problem is that iḿ trying to set up a vpn connection, and i thought it was the firewall that blocked it.

    what does "sudo" mean?

  6. #6
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: The Terminal?

    sudo gives you root access, meaning it gives the regular ole user(You) the ability to make changes to the system.

    Don't know what about what about vpn, but I think you might need to install additional packages.
    Look here maybe
    https://wiki.ubuntu.com/VPN

    Edit: This might be more current
    https://help.ubuntu.com/community/OpenVPN
    Last edited by deadflowr; December 26th, 2013 at 05:58 PM.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  7. #7
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Set up a vpn connection

    I've re-titled your thread.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  8. #8
    Join Date
    Dec 2013
    Location
    Sweden
    Beans
    69
    Distro
    Ubuntu

    Re: Set up a vpn connection

    k, my problems is that i try to set up a pptp vpn connection. but i always get disconnected after a few seconds.

    i have disabled the firewall, and did everything as the pptp vpn guide tells me.

    what other things to do?

    is it hard to set up a open vpn?

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
  •