Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
WuwuZiQWQ committed Mar 6, 2024
1 parent 11c9abf commit 9def16a
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions JLU-Newwork/jlu-newwork.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,40 @@
<!DOCTYPE html>
<html lang="zh-CN">

<head>
<meta charset="GBK">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JLU-Network</title>
</head>

<body>
<div>
<h2>1.download dogcom and compile</h2>
<p>git clone https://github.com/mchome/dogcom.git</p>
<p>git clone <a href="https://github.com/mchome/dogcom">https://github.com/mchome/dogcom.git</a></p>
<p>$ make # Linux<br>
$ make win32=y # Windows(MinGW)<br>
$ make test=y # For testing purposes<br>
$ make force_encrypt=y # Force open encrypt mode in PPPoE version</p>
$ make win32=y # Windows(MinGW)<br>
$ make test=y # For testing purposes<br>
$ make force_encrypt=y # Force open encrypt mode in PPPoE version</p>
</div>

<div>
<h2>2.config dogcom.conf</h2>
<p>you can use <a href="dogcom.example.conf" download>dogcom.example.conf</a> to generate you profile</p>
<p>Then you should change the blank var in file, usually you should fill in your username,passward,ip and your device's MAC address.</address></p>
<p>If you finish changing the blank var in file, then change the file name to dogcom.conf and move it to the directory of dogcom </p>
<p>ps:If you are a student from JLU , the server in conf file is right.Other school's student shuld change it to your shool's server.</p>
<p>Then you should change the blank var in file, usually you should fill in your username,passward,ip and your
device's MAC address.</address>
</p>
<p>If you finish changing the blank var in file, then change the file name to dogcom.conf and move it to the
directory of dogcom </p>
<p>ps:If you are a student from JLU , the server in conf file is right.Other school's student shuld change it to
your shool's server.</p>
</div>

<div>
<h2>3.run dogcom</h2>
<p>you can run dogcom by powershell</p>
<p>here is command: dogcom.exe -m dhcp -l path-to-dogcom/dogcom.log -c path-to-dogcom/dogcom.conf</p>
</div>

</body>

</html>

0 comments on commit 9def16a

Please sign in to comment.