Skip to content

Instantly share code, notes, and snippets.

PS C:\Users\konosuke> nmap -6 2001:240:240b:60a2:a1d5:b97d:f2b0:b9f1
Starting Nmap 7.92 ( https://nmap.org ) at 2022-06-02 04:16 Tokyo Standard Time
Nmap scan report for 2001:240:240b:60a2:a1d5:b97d:f2b0:b9f1
Host is up (0.10s latency).
Not shown: 999 closed tcp ports (reset)
PORT STATE SERVICE
80/tcp open http
Nmap done: 1 IP address (1 host up) scanned in 5.36 seconds
PS C:\Users\konosuke> tracert 2001:240:240b:60a2:a1d5:b97d:f2b0:b9f1
#!/bin/sh /etc/rc.common
# Jool NAT64 service for OpenWrt
START=15
MODULE_NAME=jool
JOOL_BIN=/usr/bin/$MODULE_NAME
CONFIG_FILE=/etc/jool/$MODULE_NAME.conf
check_workspace() {

Keybase proof

I hereby claim:

  • I am konosukef on github.
  • I am konosuke (https://keybase.io/konosuke) on keybase.
  • I have a public key whose fingerprint is 073A 3A4C 1157 7E94 C5D1 BE15 CCDA 5809 0761 0372

To claim this, I am signing this object:

@konosukef
konosukef / ipsec.conf
Created May 21, 2016 06:31
IKEv2 EAP-TLS
# ipsec.conf - strongSwan IPsec configuration file
config setup
conn %default
left=%any
leftsubnet=0.0.0.0/0,::/0
leftid=vpn.example.com
leftcert=vpn.example.com.crt
right=%any
@konosukef
konosukef / ipsec.conf
Created May 21, 2016 06:28
IKEv2 EAP+IKEv1 XAuth
# ipsec.conf - strongSwan IPsec configuration file
config setup
conn %default
left=%any
leftsubnet=0.0.0.0/0,::/0
leftid=vpn.example.com
leftcert=vpn.example.com.crt
right=%any
@konosukef
konosukef / ipsec.conf
Last active May 21, 2016 06:40
IKEv1 XAuth RSA
# ipsec.conf - strongSwan IPsec configuration file
config setup
conn %default
left=%any
leftsubnet=0.0.0.0/0,::/0
leftid=vpn.example.com
leftcert=vpn.example.com.crt
right=%any
@konosukef
konosukef / ipsec.conf
Last active May 21, 2016 06:39
IKEv1 XAuth PSK
# ipsec.conf - strongSwan IPsec configuration file
config setup
conn %default
left=%any
leftsubnet=0.0.0.0/0,::/0
leftauth=psk
right=%any
rightsourceip=10.10.0.0/24,fd7f:14b7:2382::/64
@konosukef
konosukef / chap-secrets
Created May 21, 2016 06:09
L2TP/IPsec RSA
# Secrets for authentication using CHAP
# client server secret IP addresses
username * password *
@konosukef
konosukef / chap-secrets
Last active June 20, 2017 12:37
L2TP/IPsec PSK
# Secrets for authentication using CHAP
# client server secret IP addresses
username * password *