質問編集履歴

1

補足です

2018/12/07 07:29

投稿

serversetup1
serversetup1

スコア7

test CHANGED
File without changes
test CHANGED
@@ -73,3 +73,59 @@
73
73
 
74
74
 
75
75
  ```
76
+
77
+ 補足で自宅のIPの設定を載せておきます
78
+
79
+ ```ここに言語を入力
80
+
81
+ ip route default gateway pp 1
82
+
83
+ ip lan1 address 192.168.111.1/24
84
+
85
+ pp select 1
86
+
87
+ pp keepalive interval 30 retry-interval=30 count=12
88
+
89
+ pp always-on on
90
+
91
+ pppoe use lan2
92
+
93
+ pppoe auto disconnect off
94
+
95
+ pp auth accept pap chap
96
+
97
+ pp auth myname pppの情報
98
+
99
+ ppp lcp mru on 1454
100
+
101
+ ppp ipcp msext on
102
+
103
+ ppp ccp type none
104
+
105
+ ip pp nat descriptor 1000
106
+
107
+ pp enable 1
108
+
109
+ nat descriptor type 1000 nat-masquerade
110
+
111
+ nat descriptor address outer 1000 付与されたIP
112
+
113
+ nat descriptor static 1000 1 IP1=192.168.111.160
114
+
115
+ nat descriptor static 1000 2 ip2=192.168.111.170
116
+
117
+ nat descriptor static 1000 3 ip3=192.168.111.180
118
+
119
+ nat descriptor masquerade static 1000 1 192.168.111.190 tcp 20-10051(※)
120
+
121
+ dhcp service server
122
+
123
+ dhcp server rfc2131 compliant except remain-silent
124
+
125
+ dhcp scope 1 192.168.111.2-192.168.111.159/24
126
+
127
+ dns server pp 1
128
+
129
+
130
+
131
+ ```