Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wow committed Jan 31, 2023
1 parent a439e94 commit 9ee19a9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,22 @@ It does not support advanced features of GRE such as Sequences or Keys.
* GRE packets with non-IPv4 packets will be dropped.
* Logs are written next to the client in the *gre.log* file.
* To prevent crashs, only the following protocols are whitelisted: TCP, UDP and ICMP (*gre.cpp:58*)
* Logs won't be written more than 3 times.

## Setup

### First tunnel

```bash
GRETunnel.exe [My public IP] [GRE Server] [Our IP on the tunnel] [GRE Server IP on the tunnel] (CIDR: Optional, Default: 30) (Adapter name: Optional)
```

### Reset interfaces

```bash
GRETunnel.exe reset
GRETunnel.exe [Public interface IP] [GRE Server IP] [Our IP on the tunnel] [GRE Server IP on the tunnel] (CIDR: Optional, Default: 30) (Adapter name: Optional)
./GRETunnel.exe 192.168.1.127 192.168.1.25 192.168.168.2 192.168.168.1 24
```

# Testings and comparison about WireGuard

## Note
Testing data is outdated. Don't use it as a reference.

## Test setup (client)
* Windows Server 2019 (Build 17763)
* Xeon E-2288G
Expand Down

0 comments on commit 9ee19a9

Please sign in to comment.