Jump to content
Not connected, Your IP: 216.73.216.222

Recommended Posts

I'm having zero success doing a simple login AirVPN Suite.

I can login with eddie-cli, but I'd prefer a systemd service I can start at boot.  Could someone please walk me through this? I read the README, edited the bluetit.rc file, tried goldcrest,etc.  I'm sure it's obvious and I'm being stupid...

Share this post


Link to post
@jedevnull

Hello!

Please make sure that the directives airusername and airpassword are correctly set in /etc/airvpn/bluetit.rc. Please check the manual:
https://airvpn.org/suite/readme/#bluetit-configuration

To have Bluetit start and connect during the system bootstrap, please see here:
https://airvpn.org/suite/readme/#automatic-connection-at-boot-or-startup-time

The AirVPN Suite User's Manual has been compiled with care and it's your friend.

If you have already set all of the above and you still experience problems, please send us the Bluetit log too. Example:
sudo journalctl | grep bluetit > bluetit.log

Kind regards
 

Share this post


Link to post
Posted ... (edited)




In my bluetit.rc I added:

airconnectatboot quick

Combined with the unit file below for rtorrent:

[Unit]
Description=rtorrent (in tmux)
After=network-online.target bluetit.service
Requires=bluetit.service

[Service]
Type=forking
User=jed
ExecStartPre=/bin/bash -c 'for i in {1..10}; do [[ -e /sys/class/net/tun0 ]] && exit 0; sleep 2; done; exit 1'
ExecStart=/usr/bin/tmux -2 new-session -d -s rtorrent rtorrent
ExecStop=/usr/bin/tmux send-keys -t rtorrent:rtorrent C-q
RemainAfterExit=no
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=multi-user.target

Everything starts at boot and seems to be ok. 
  Edited ... by jedevnull

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...