I have two devices connected to tailgate, one my Brume MV1000 and an IPhone 15 pro. I know the exit node is not supported yet, but I followed the following step to advertise the brume as the exit node:
Brume 2 as a Tailscale exit node - #7 by asksimple
When I enable the Brume as the exit node on my iphone, I can’t get to the internet.
Here some of my outputs:
ifconfig tailscale0
tailscale0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:100.75.153.71 P-t-P:100.75.153.71 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1280 Metric:1
RX packets:3920 errors:0 dropped:0 overruns:0 frame:0
TX packets:1506 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:1448634 (1.3 MiB) TX bytes:176941 (172.7 KiB)
status
root@GL-MV1000:~# tailscale status
100.75.153.71 gl-mv1000 amb1s1@ linux -
100.78.196.59 iphone-15-pro amb1s1@ iOS active; direct 152.58.235.200:38581, tx 468636 rx 2017188
root@GL-MV1000:~#
root@GL-MV1000:~# ip rule
0: from all lookup local
48: from all to 27.191.208.0/20 lookup main
49: from all to 192.168.8.0/24 lookup main
50: from all to 100.100.100.100 lookup 55
51: from all fwmark 0x100000/0x100000 lookup 51
52: from all fwmark 0x80000/0x80000 lookup 52
53: from all fwmark 0x60000/0x60000 lookup 53
1001: from all iif wan lookup 1
1310: from all fwmark 0x800000/0xff0000 lookup main
1330: from all fwmark 0x800000/0xff0000 lookup default
1350: from all fwmark 0x800000/0xff0000 unreachable
1370: from all lookup 55
2001: from all fwmark 0x100/0x3f00 lookup 1
2061: from all fwmark 0x3d00/0x3f00 blackhole
2062: from all fwmark 0x3e00/0x3f00 unreachable
32766: from all lookup main
32767: from all lookup default
root@GL-MV1000:~#
root@GL-MV1000:~# ip route show table 55
100.78.196.59 dev tailscale0
100.100.100.100 dev tailscale0
root@GL-MV1000:~#
root@GL-MV1000:~# ip route
default via 24.191.208.1 dev wan proto static src 24.191.212.30 metric 10
10.0.0.0/24 dev wgserver proto kernel scope link src 10.0.0.1
27.191.208.0/20 dev wan proto static scope link metric 10
100.64.0.0/10 dev tailscale0 scope link
192.168.8.0/24 dev br-lan proto kernel scope link src 192.168.8.1
root@GL-MV1000:~#
I’m able to ping from the tailscale0 interface:
root@GL-MV1000:~# ping 8.8.8.8 -I 100.75.153.71
PING 8.8.8.8 (8.8.8.8) from 100.75.153.71: 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=58 time=10.201 ms
Any help will be appreciated.