Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chap0x01 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Chap0x01 #1

wants to merge 2 commits into from

Conversation

Winnie-Lian
Copy link
Collaborator

chap0x01 done

  • 虚拟硬盘多重加载

  • 搭建满足如下图所示的虚拟机网络拓扑

  • 完成以下网络连通性测试;

    • 靶机可以直接访问攻击者主机
    • 攻击者主机无法直接访问靶机
    • 网关可以直接访问攻击者主机和靶机
    • 靶机的所有对外上下行流量必须经过网关
    • 所有节点均可以访问互联网

@yumlii33
Copy link

Accepted

Pros

  • 符合推荐的目录和分支结构
  • 在PR标题中体现了作业序号
  • 见名知意的文件命名
  • 有基本的配图和高亮标记
  • 直接在配图中对高亮标记进行了细致的文字标注
  • 实验报告结构规范,内容完整
  • Markdown使用规范,代码块高亮
  • 作业提交及时
  • 实验完成度较高,网络连通性测试基本完成 🎉
  • 绘制了本次实验中使用的网络拓扑图 👍
  • 对实验过程中遇到的问题和解决方法进行了记录 👍

Cons

  • Line 22 图片「外链」:不要使用图片「外链」,可以给图片添加跳转链接,例如:
    [![fileName](img/fileName.png)](https://c4pr1c3.github.io/cuc-ns/chap0x01/exp.html)
  • Line 45 用词不当: 「internal」 -> 「internal network」 or 「intnet」
  • Line 109 用词不当:「internet」 -> 「Internet」更准确
  • 注意你的网关配置的是 NAT 网卡而不是 NAT 网络NAT 模式下虚拟机之间并不互通,网关 ping 10.0.2.15 也只是当成本地地址处理了
    • 两者是有区别的,可以参考:6.2. Introduction to Networking Modes
    • 注意比较 ping 不同虚拟机的响应时间
    • 另外,表格中记录的网关配置和实际设置的网卡类型不同
  • 没有参考资料吗?

Recommends

  • 实验过程中遇到的问题和解决方法可以汇总记录在实验报告里面~
  • 可以善用分级标题、分级列表使得实验报告结构更加清晰、排版更加舒适,详见:Markdown官网手册,建议学习一下~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants