質問編集履歴
1
補足です
title
CHANGED
File without changes
|
body
CHANGED
@@ -35,4 +35,32 @@
|
|
35
35
|
ipsec transport 1 2 udp 1701
|
36
36
|
l2tp service on
|
37
37
|
|
38
|
+
```
|
39
|
+
補足で自宅のIPの設定を載せておきます
|
40
|
+
```ここに言語を入力
|
41
|
+
ip route default gateway pp 1
|
42
|
+
ip lan1 address 192.168.111.1/24
|
43
|
+
pp select 1
|
44
|
+
pp keepalive interval 30 retry-interval=30 count=12
|
45
|
+
pp always-on on
|
46
|
+
pppoe use lan2
|
47
|
+
pppoe auto disconnect off
|
48
|
+
pp auth accept pap chap
|
49
|
+
pp auth myname pppの情報
|
50
|
+
ppp lcp mru on 1454
|
51
|
+
ppp ipcp msext on
|
52
|
+
ppp ccp type none
|
53
|
+
ip pp nat descriptor 1000
|
54
|
+
pp enable 1
|
55
|
+
nat descriptor type 1000 nat-masquerade
|
56
|
+
nat descriptor address outer 1000 付与されたIP
|
57
|
+
nat descriptor static 1000 1 IP1=192.168.111.160
|
58
|
+
nat descriptor static 1000 2 ip2=192.168.111.170
|
59
|
+
nat descriptor static 1000 3 ip3=192.168.111.180
|
60
|
+
nat descriptor masquerade static 1000 1 192.168.111.190 tcp 20-10051(※)
|
61
|
+
dhcp service server
|
62
|
+
dhcp server rfc2131 compliant except remain-silent
|
63
|
+
dhcp scope 1 192.168.111.2-192.168.111.159/24
|
64
|
+
dns server pp 1
|
65
|
+
|
38
66
|
```
|