Displaying 20 results from an estimated 9000 matches similar to: "Routing control within one tinc network"
2012 Apr 19
1
VPS Dom U cannot ping from Dom0
Dear All,
I have a problem with my VPS machine ...I used Centos OS and xen application
:
- I created domU called vps1 with this configuration :
# more /etc/xen/vps1
kernel = "/usr/lib/xen/boot/hvmloader"
builder = ''hvm''
memory = 1536
name = "vps1"
vif = [ ''bridge=xenbr0,ip=202.162.218.236,mac=00:16:3E:12:18:36'' ]
disk = [
2012 Jul 02
0
[klibc:master] [SHELL] Allow building without LINEO support
Commit-ID: 4a84d61a24296b8253b3f8f7c86ee28df53e2f3b
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=4a84d61a24296b8253b3f8f7c86ee28df53e2f3b
Author: David S. Miller <davem at davemloft.net>
AuthorDate: Wed, 17 Aug 2011 09:31:17 +0800
Committer: maximilian attems <max at stro.at>
CommitDate: Mon, 2 Jul 2012 10:46:37 +0200
[klibc] [SHELL] Allow building
2015 Oct 18
2
Feasibility of Tinc vpn with my current setup.
Hi all,
I am new to Tinc VPN and really would like to make full benefit of this
implementation if possible. I would like to know whether I will be able to
use Tinc to its full potential. My current setup is as follows,
IPfire router/firewall(openvpn client) --->ISP(Internet)--->Amazon
VPS(openvpn server).
The ipfire router is behind a CARRIER-GRADE NAT, I am able to reach the
network
2018 Feb 21
2
Tinc no start as service
Hello.
I am using tinc for some years now. Since I migrated my OVH VPS from
Strassbourg to Limburg with Debian 9 tinc don`t start as Service.
Because of the VPS i use systemctl commands, but it uses the init
scripts instead
I copied the same config. But it doesn`t start as service. If I start
tinc with "-n <netname>" from console it all works like it should be.
The problem
2016 Jan 24
4
Securing tinc config files
Thanks Guus
So based of this , having your central tinc server in VPS Provider , will
allow potentially the provider to replicate your config files and thus
exposing all your remote sites connected. My situation I face is all my
remote sites have dynamic addresses ,and in order for me to create a
connection point between the sites is to have a central server in cloud
with public address. Therefor
2019 Apr 22
2
Setting up simple routing for all trafic of one host through another
Hello dear tinc users,
I've been looking for a while now for a solution in the mailing list and
maybe I'm guiltily too lazy to learn all that there is to know about
Linux routing and that's why I'm still stuck.
To get right to it: I have 2 hosts connected with tinc - one of them is
a VPS with a public address and static IP address and the other is my
desktop machine, both run
2016 Jan 24
2
Securing tinc config files
Hi Guus
Yeah I kinda thought of that only once I hit the "Send" button .... I guess
I have two options ,
1. Manage my own server with public ip address
2. Trust my VPS provider LOL....
I read this from digitalocean "Privacy Policy"
Server Data
*DigitalOcean does not have access to its users? server data. The backend
is locked away from the users? support staff and only
2016 Jan 24
2
Securing tinc config files
Thanks Guus.. So if someone had to gain access to my vm-disk. They would
not be able to view the contents of the files in ""etc/tinc" if I do "sudo
chmod go= /etc/tinc" .. My paranoia is around a VPS provider who had admin
access to all containers. I know that I have to create a root password that
will allow only myself root access , but im just worried about the disk
2016 Jan 24
2
Securing tinc config files
Hi
I hope this was not asked before. What methods can be used to secure the
"tinc" config files? If for example using a VPS provider like digital ocean
, how can one be sure that the local admins dont access your container and
read the contents of the tinc config files? Is there a better solution ,
should full drive encryption be used and dedicated servers?
Regards
Yazeed Fataar
2015 Oct 19
1
Feasibility of Tinc vpn with my current setup.
Thanks for the reply Guss,
So in my case the Amazon VPS server is behind a FULL CONE NAT(static NAT),
so is that enough to hole punch other nodes. what all ports will should be
opened up on the NAT device? Most of the other nodes are behind cg-nat, so
I wont have any control over its nat.
Thank you,
Regards,
Bobby Thomas.
On Oct 19, 2015 1:45 AM, "Guus Sliepen" <guus at
2016 Jan 24
2
Securing tinc config files
I cannot use dynamic dns , the remote sites connect through 4G LTE and get
assigned "Private Addresses" that are NATd to a Public Address. The LTE
clients can only make connections outward to the Internet and features such
as PAT and Dynamic DNS will not work. Therfor for these remote sites I need
a Central Server Located on Internet to peer with in order for the Site to
Site connection
2016 Nov 10
2
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
On Sat, Aug 20, 2016 at 05:07:42PM +0900, Namhyung Kim wrote:
> The virtio pstore driver provides interface to the pstore subsystem so
> that the guest kernel's log/dump message can be saved on the host
> machine. Users can access the log file directly on the host, or on the
> guest at the next boot using pstore filesystem. It currently deals with
> kernel log (printk) buffer
2016 Nov 10
2
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
On Sat, Aug 20, 2016 at 05:07:42PM +0900, Namhyung Kim wrote:
> The virtio pstore driver provides interface to the pstore subsystem so
> that the guest kernel's log/dump message can be saved on the host
> machine. Users can access the log file directly on the host, or on the
> guest at the next boot using pstore filesystem. It currently deals with
> kernel log (printk) buffer
2016 Jul 18
2
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
The virtio pstore driver provides interface to the pstore subsystem so
that the guest kernel's log/dump message can be saved on the host
machine. Users can access the log file directly on the host, or on the
guest at the next boot using pstore filesystem. It currently deals with
kernel log (printk) buffer only, but we can extend it to have other
information (like ftrace dump) later.
It
2016 Jul 18
2
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
Hello,
On Sun, Jul 17, 2016 at 10:12:26PM -0700, Kees Cook wrote:
> On Sun, Jul 17, 2016 at 9:37 PM, Namhyung Kim <namhyung at kernel.org> wrote:
> > The virtio pstore driver provides interface to the pstore subsystem so
> > that the guest kernel's log/dump message can be saved on the host
> > machine. Users can access the log file directly on the host, or on the
2016 Jul 18
2
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
Hello,
On Sun, Jul 17, 2016 at 10:12:26PM -0700, Kees Cook wrote:
> On Sun, Jul 17, 2016 at 9:37 PM, Namhyung Kim <namhyung at kernel.org> wrote:
> > The virtio pstore driver provides interface to the pstore subsystem so
> > that the guest kernel's log/dump message can be saved on the host
> > machine. Users can access the log file directly on the host, or on the
2010 Jun 14
1
logging stopped suddenly
Hello list,
I noticed today that the last logfiles dates 3 days ago !
The logfiles are rotated every night. The logfiles of 2 days ago, 1 day
ago and today are empty !
vps*CLI> module show like logger
Module Description
Use Count
0 modules loaded
vps*CLI> logger reload
[Jun 14 11:57:19] == Parsing
2010 Dec 02
1
rotate of logfiles
Hello list.
This is not a life-threatening question, but still quite important for
debugging.
I have the following crontab :
15 0,8,12,17 * * * /usr/sbin/asterisk -rx 'logger rotate'
Because I have debug level 9, logfiles get quite large.
I notice that the rotation of the logfiles goes to plan, except at 17h15.
I currently have :
-rw-r--r-- 1 root root 59024 Dec 2 09:36
2020 Feb 16
6
Encrypted container on CentOS VPS
I wonder if it is possible to set up an encrypted "file container" on a CentOS VPS? I am the root user of the VPS but the hosting company also has access to the VPS and thus all files. Is it possible to create a LUKS-container on the VPS and those files only be accessible by me? IOW, most of the file system on the VPS would be regular file system but the container could be used by me as
2016 Jan 24
2
Securing tinc config files
Hi Guus
Can you recommend a good strategy in securely managing the config and hosts
files please?
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
This
email has been sent from a virus-free computer protected by Avast.
www.avast.com