Gargoyle - Failed Stealth test @ grc.com

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Stanislav Z
Posts: 4
Joined: Sun Feb 21, 2016 2:46 pm

Re: Gargoyle - Failed Stealth test @ grc.com

Post by Stanislav Z »

Hallo! Need instruction how to do this with Putty and SSH port 1333! Step by step, please.

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Gargoyle - Failed Stealth test @ grc.com

Post by ispyisail »

why?

Image

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

Re: Gargoyle - Failed Stealth test @ grc.com

Post by tapper »

Stanislav Z wrote:Hallo! Need instruction how to do this with Putty and SSH port 1333! Step by step, please.

Hi some info here:
http://www.techrapid.co.uk/openwrt/hard ... dsup-test/

You do not need to use putty you can open the firewall file using winscp
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

Stanislav Z
Posts: 4
Joined: Sun Feb 21, 2016 2:46 pm

Re: Gargoyle - Failed Stealth test @ grc.com

Post by Stanislav Z »

tapper wrote:
Stanislav Z wrote:Hallo! Need instruction how to do this with Putty and SSH port 1333! Step by step, please.

Hi some info here:
http://www.techrapid.co.uk/openwrt/hard ... dsup-test/

You do not need to use putty you can open the firewall file using winscp
Can you give step-by-step instruction for Gargoyle? There is for OpenWRT link...

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

Re: Gargoyle - Failed Stealth test @ grc.com

Post by tapper »

Hi install WinScp

Log on to your router at 192.168.1.1
Tipe password

Go to /etc/config/firewall
It will open in the WinScp editor make your changes and then save

Mine looks like this.


config defaults
option syn_flood '1'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'DROP'
option block_static_ip_mismatches '1'
option enforce_dhcp_assignments '1'
option force_router_dns '1'

config zone
option name 'lan'
list network 'lan'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'ACCEPT'

config zone
option name 'wan'
list network 'wan'
list network 'wan6'
option input 'DROP'
option output 'ACCEPT'
option forward 'DROP'
option masq '1'
option mtu_fix '1'

config forwarding
option src 'lan'
option dest 'wan'

config rule
option name 'Allow-DHCP-Renew'
option src 'wan'
option proto 'udp'
option dest_port '68'
option target 'ACCEPT'
option family 'ipv4'

config rule
option name 'Allow-Ping'
option src 'wan'
option proto 'icmp'
option icmp_type 'echo-request'
option family 'ipv4'
option target 'DROP'

config rule
option name 'Allow-DHCPv6'
option src 'wan'
option proto 'udp'
option src_ip 'fe80::/10'
option src_port '547'
option dest_ip 'fe80::/10'
option dest_port '546'
option family 'ipv6'
option target 'ACCEPT'

config rule
option name 'Allow-ICMPv6-Input'
option src 'wan'
option proto 'icmp'
list icmp_type 'echo-request'
list icmp_type 'echo-reply'
list icmp_type 'destination-unreachable'
list icmp_type 'packet-too-big'
list icmp_type 'time-exceeded'
list icmp_type 'bad-header'
list icmp_type 'unknown-header-type'
list icmp_type 'router-solicitation'
list icmp_type 'neighbour-solicitation'
list icmp_type 'router-advertisement'
list icmp_type 'neighbour-advertisement'
option limit '1000/sec'
option family 'ipv6'
option target 'ACCEPT'

config rule
option name 'Allow-ICMPv6-Forward'
option src 'wan'
option dest '*'
option proto 'icmp'
list icmp_type 'echo-request'
list icmp_type 'echo-reply'
list icmp_type 'destination-unreachable'
list icmp_type 'packet-too-big'
list icmp_type 'time-exceeded'
list icmp_type 'bad-header'
list icmp_type 'unknown-header-type'
option limit '1000/sec'
option family 'ipv6'
option target 'ACCEPT'

config include
option path '/etc/firewall.user'
option reload '1'

config include
option type 'script'
option path '/usr/lib/gargoyle_firewall_util/gargoyle_additions.firewall'
option family 'IPv4'
option reload '1'

config include 'openvpn_include_file'
option path '/etc/openvpn.firewall'
option reload '1'

config include 'tor_include_file'
option path '/etc/tor.firewall'
option reload '1'

config include 'miniupnpd'
option type 'script'
option path '/usr/share/miniupnpd/firewall.include'
option family 'any'
option reload '1'
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

Stanislav Z
Posts: 4
Joined: Sun Feb 21, 2016 2:46 pm

Re: Gargoyle - Failed Stealth test @ grc.com

Post by Stanislav Z »

Great! Thank you very much, friend!

Stanislav Z
Posts: 4
Joined: Sun Feb 21, 2016 2:46 pm

Re: Gargoyle - Failed Stealth test @ grc.com

Post by Stanislav Z »

How to disable SPI (stateful packet inspection) in Gargoyle and how safe is this?

Post Reply