Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: {OT} Allow work from home?
Date: Fri, 22 Jan 2016 13:11:04
Message-Id: 20160122131046.38a01741@digimed.co.uk
In Reply to: [gentoo-user] Re: {OT} Allow work from home? by Grant
1 On Fri, 22 Jan 2016 04:29:00 -0800, Grant wrote:
2
3 > The answer to this may be an obvious "yes" but I've never done it so I'm
4 > not sure. Can I route requests from machine C through machine A only
5 > for my domain name, and not involve A for C's other internet requests?
6 > If so, where is that configured?
7
8 While ZT can be used to route requests between networks, but it is mainly
9 used to talk directly between clients. If A wants to talk to C over ZT,
10 it uses C's ZT IP address.
11
12 Here's a snippet from ifconfig on this machine, whch may help it make
13 sense to you
14
15 wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
16 inet 192.168.1.6 netmask 255.255.255.0 broadcast 192.168.1.255
17 ether c4:8e:8f:f7:55:c9 txqueuelen 1000 (Ethernet)
18
19 zt0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 2800
20 inet 10.252.252.6 netmask 255.255.255.0 broadcast 10.252.252.255
21
22 To talk to this computer from another of my machines over ZT I would use
23 the 10.252... address. If you tried that address, you'd get nowhere as
24 you are not connected to my network.
25
26 Set up a network and play with it. It costs nothing to set up a network
27 with up to 10 clients. The main benefit is that it is so easy to
28 administer and add new clients. If you use it between two machines in the
29 same LAN, the traffic doesn't go outside of the LAN, so it works at more
30 or less the same speed.
31
32 > BTW, how did you find ZT? Pity there's no ebuild yet.
33
34 Someone mentioned it during a talk at Liverpool LUG. It wasn't the topic
35 of the talk, he just used it to grab something from his home network to
36 answer a question. An ebuild would be nice, but the installer script
37 works perfectly here, both for systemd and openrc systems.
38
39
40 --
41 Neil Bothwick
42
43 In the 60's people took acid to make the world weird.
44 Now the world is weird and people take Prozac to make it normal.

Replies

Subject Author
[gentoo-user] Re: {OT} Allow work from home? James <wireless@×××××××××××.com>
Re: [gentoo-user] Re: {OT} Allow work from home? Grant <emailgrant@×××××.com>