Skip to content

Commit

Permalink
add patch fix as suggested by @bennlich in sudomesh/bugs#23 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpoelen committed Mar 23, 2018
1 parent a84b9f4 commit a2f000c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bug0023/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ Ssh into your node after connecting to you private network using ```ssh root@172

```
mkdir -p /opt/patches/bug0023/backup/etc/config
mkdir -p /opt/patches/bug0023/backup/etc/init.d
mkdir -p /opt/patches/bug0023/backup/etc/sudomesh
cp /etc/config/network /opt/patches/bug0023/backup/etc/config/
cp /etc/init.d/meshrouting /opt/patches/bug0023/backup/etc/init.d/
cp /etc/resolv.conf.dnsmasq /opt/patches/bug0023/backup/etc/
cp /etc/sudomesh/home_node /opt/patches/bug0023/backup/etc/sudomesh/
cp /etc/udhcpc.user /opt/patches/bug0023/backup/etc/
Expand Down Expand Up @@ -76,6 +79,8 @@ MESHEXITIP=100.64.0.42
INETEXITIP=45.34.140.42
```

In ```/opt/patches/bug/0023/patch/etc/init.d/meshreouting``` remove the line that contains ```ip rule add to 45.34.140.42/32 prio 15000 table main``` .

## apply the patch

Apply the patch by executing on your node:
Expand Down

0 comments on commit a2f000c

Please sign in to comment.