Skip to content

Unable to initialize table 'raw' #117

Closed
@ghost

Description

Hi there,

sadly the script doesn't seem to work for me and I am not sure what is causing it.

ln: /bin/bash: File exists
ln: /usr/bin/htop: File exists
ln: /usr/sbin/iftop: File exists
ln: /sbin/resolvconf: File exists
Warning: `/mnt/data/split-vpn/wireguard/apt420/tun0.conf' is world accessible
[#] ip link add tun0 type wireguard
[#] wg setconf tun0 /dev/fd/63
[#] ip -4 address add X.X.X.X/32 dev tun0
[#] ip link set mtu 1390 up dev tun0
[#] wg set tun0 fwmark 51820
[#] ip -4 route add 0.0.0.0/0 dev tun0 table 51820
[#] ip -4 rule add not fwmark 51820 table 51820
[#] ip -4 rule add table main suppress_prefixlength 0
[#] sysctl -q net.ipv4.conf.all.src_valid_mark=1
[#] iptables-restore -n
iptables-restore v1.6.2: iptables-restore: unable to initialize table 'raw'

Error occurred at line: 1
Try iptables-restore -h or iptables-restore --help for more information.
[#] ip -4 rule delete table 51820
[#] ip -4 rule delete table main suppress_prefixlength 0
[#] ip link delete dev tun0```

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions