Jump to content
Not connected, Your IP: 18.222.163.31
sableslayer

ANSWERED eddie arm portable question reguarding whitelisting(solved)

Recommended Posts

Hello ,
I'm using eddie-cli armhf portable on one of my SBCs and been trying to whitelist internal traffic with -netlock. Is there some option to force tunneling and still whitelist my internal ip range so i can reach ssh??

Thank you!

Share this post


Link to post

It's already normal behavior that local traffic is not routed through the VPN. The --netlock.allow_private option is used to control that, but it defaults to true already, so it should work.


NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT.

LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too!

Want to contact me directly? All relevant methods are on my About me page.

Share this post


Link to post
$ sudo /home/rock64/.eddie-cli_2.16.3_linux_armhf_portable/eddie-cli -login=**** -password=**** --netlock.allow_private -connect
exception inside UnhandledException handler: Object reference not set to an instance of an object

[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: Lib.Platform.Linux.Native.so
  at (wrapper managed-to-native) Eddie.Platform.Linux.NativeMethods:eddie_signal (int,Eddie.Platform.Linux.NativeMethods/eddie_sighandler)
  at Eddie.Platform.Linux.NativeMethods.Signal (System.Int32 signum, Eddie.Platform.Linux.NativeMethods+eddie_sighandler handler) [0x00000] in <1a3bcbd9ff4c4d73ad6d40616d94b558>:0
  at Eddie.Platform.Linux.Platform.OnInit (System.Boolean cli) [0x0020e] in <1a3bcbd9ff4c4d73ad6d40616d94b558>:0
  at Eddie.Core.Engine.Initialization (System.Boolean cli) [0x00000] in <3be0437ef3624232adf6091382fd1690>:0
  at Eddie.CLI.Linux.MainClass.Main (System.String[] args) [0x00030] in <7501db3f6411483fbe2e6a08141919e4>:0
 
$ sudo /home/rock64/.eddie-cli_2.16.3_linux_armhf_portable/eddie-cli -login=**** -password=**** -netlock.allow_private -connect
exception inside UnhandledException handler: Object reference not set to an instance of an object

[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: Lib.Platform.Linux.Native.so
  at (wrapper managed-to-native) Eddie.Platform.Linux.NativeMethods:eddie_signal (int,Eddie.Platform.Linux.NativeMethods/eddie_sighandler)
  at Eddie.Platform.Linux.NativeMethods.Signal (System.Int32 signum, Eddie.Platform.Linux.NativeMethods+eddie_sighandler handler) [0x00000] in <1a3bcbd9ff4c4d73ad6d40616d94b558>:0
  at Eddie.Platform.Linux.Platform.OnInit (System.Boolean cli) [0x0020e] in <1a3bcbd9ff4c4d73ad6d40616d94b558>:0
  at Eddie.Core.Engine.Initialization (System.Boolean cli) [0x00000] in <3be0437ef3624232adf6091382fd1690>:0
  at Eddie.CLI.Linux.MainClass.Main (System.String[] args) [0x00030] in <7501db3f6411483fbe2e6a08141919e4>:0

Couldnt get it to run with that option. Any suggestion?


I know it works without netlock but im trying to force tunnelling so that my nodes dont leak data but i can still connect to ssh locally. Seems like i need to setup some iptable rules if theirs no option like their is in the gui for whitelisting ip ranges.

 

Share this post


Link to post
--Use vpn for all traffic except local.
sudo ufw default deny incoming
sudo ufw default deny outgoing

sudo ufw allow out on tun0
sudo ufw allow in on tun0
sudo ufw allow from 192.168.1.1/24 ##edit to your own subnet.
sudo ufw allow out ip port ##change the ip and port to the vpn's 
-

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...