The confusing state of Microsoft’s TMG and UAG firewall and proxy software

本文探讨了微软的Threat Management Gateway (TMG) 和 Forefront Unified Access Gateway (UAG) 的定位与使用场景。TMG主要用于提供网络安全访问,而UAG则侧重于发布如SharePoint等应用。对于小规模组织来说,同时运行这两款产品显得过于复杂且不切实际。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

I have been trying out Microsoft’s ForeFront Unified Access Gateway (UAG) recently, partly because it is the only supported way to publish a SharePoint site for Windows Phone. This was my first go with the product, though I am already familiar with the Threat Management Gateway (TMG) and its predecessor Internet Security and Acceleration Server (ISA) – and before that Proxy Server, dubbed “Poxy Server” by admins frustrated with its limitations. All these products are related, and in the case of UAG and TMG, more closely than I realised.

Note that Microsoft has indicated that the current version of TMG, 2010, is the last. What is happening to UAG is less clear.

What I had not realised until now is that TMG installs as part of UAG, though you are not meant to use it other than for a few limited uses. It is mainly there to protect the UAG server. The product positioning seems to be this:

  • Use UAG for publishing applications such as SharePoint, Direct Access (access to Windows files shares over the internet) and Exchange. It is essentially a reverse proxy, a proxy for publishing and protecting server applications.
  • Use TMG for secure internet access for users on your network.

This means that if you want to use Microsoft’s platform for everything possible, you are expected to run both UAG and TMG. That is OK for enterprises but excessive for smaller organisations. It is odd, in that TMG is also a capable reverse proxy. TMG is also easier to use, though that says more about the intricate user interface of TMG than it does about the usability of TMG. Neither product can be described as user friendly.

The complexity of the product is likely to be one of the reasons TMG is now being discontinued. It is a shame, because it is a decent product. The way TMG and ISA are designed to work is that all users have to authenticate against the proxy before being allowed internet access. This gives administrators a high degree of control and visibility over which users access which sites using which protocol.

Unfortunately this kind of locked-down internet access is inconvenient, particularly when there are a variety of different types of device in use. In many cases admins have to enable SecureNAT, or in other words unauthenticated access, partly defeating the purpose, but there is little choice.

ISA Server used to be supplied as part of Small Business Server (SBS); but when I spoke to Microsoft about why it was dropped in SBS 2008, I was told that few used it. Businesses preferred a hardware solution, whether a cheap router modem from the likes of Netgear or Linksys, or a security appliance from a company like Sonicwall, Cisco or Juniper.

The hardware companies sell the idea that a hardware appliance is more secure, because it is not vulnerable to Windows or Linux malware. There is something in the argument, but note that all security appliances are more software than hardware, and that a Windows box will be patched more regularly. ISA’s security record was rather good.

My hunch is that ease of use was a bigger factor for small businesses. Getting ISA or TMG to do what you want can be even more challenging that working out the user interface of a typical hardware appliance, though perhaps not with the more complex high-end units.

As for UAG, I have abandoned the idea of testing it for the moment. One of the issues is that my test setup has only one external IP. UAG is too elaborate for a small network like mine. I am sticking with TMG.

 
http://www.itwriting.com/blog/5473-the-confusing-state-of-microsofts-tmg-and-uag-firewall-and-proxy-software.html
<think>我们面对的问题是根据审稿意见修改论文中的公式编号混乱和变量缺少解释的问题。需要分步骤解决这两个问题。首先,公式编号混乱可能涉及重新编号、调整格式等;变量缺少解释则需要检查每个变量是否在首次出现时给出定义。 步骤1:整理公式编号 - 检查当前论文中公式编号的逻辑,确认是否连续、是否有重复或遗漏。 - 使用LaTeX等工具进行自动编号,避免手动编号导致的错误。在LaTeX中,使用`\label`和`\eqref`可以自动生成编号和引用。 - 如果公式编号需要调整顺序,应重新组织公式出现的顺序,然后重新编译文档以生成新编号。 - 确保在正文中引用公式时使用正确的编号,即引用标签(label)而非手动输入编号。 步骤2:规范变量说明 - 逐一检查论文中的每个公式,确保每个变量在首次出现时都有明确的解释。 - 变量说明通常放在公式下方或正文中,格式为:“其中,$x$表示...,$y$表示...”。 - 对于常见的或标准符号(如π表示圆周率),可以省略说明,但非标准符号必须解释。 - 如果变量在多个公式中出现,只需在第一次出现时说明。 步骤3:使用工具辅助检查 - 利用LaTeX编译后的PDF,检查公式编号是否连续,引用是否正确。 - 使用文本搜索功能(如搜索“$”符号)来定位公式和变量,逐一检查变量说明。 - 考虑使用文献管理软件或LaTeX辅助工具(如TeXstudio)的语法检查功能。 步骤4:根据审稿意见逐条修改 - 将审稿人指出的公式编号混乱和变量缺失的具体位置标记出来。 - 针对每个问题逐一修改,修改后做上标记以免遗漏。 - 修改完成后,重新通读相关章节,确保没有引入新的错误。 步骤5:撰写修改说明 - 在回复审稿意见时,详细列出对公式编号和变量说明的修改情况。 - 例如:“公式编号已重新排序,确保连续且无重复;所有新增变量均已补充说明。” 注意:如果论文使用Word编写,公式编号可以通过插入题注(Caption)功能实现自动编号,变量说明则需要手动检查。 示例:在LaTeX中,公式自动编号和引用的代码如下: ```latex \begin{equation} E = mc^2 \label{eq:energy} \end{equation} 如公式~\eqref{eq:energy}所示... ``` 在Word中,可以通过“引用”选项卡中的“插入题注”为公式添加编号,然后使用交叉引用。 最后,务必检查全文的公式引用是否更新,变量说明是否完整。 §§相关问题§§: 1. 如何用LaTeX实现公式的自动编号和引用? 2. 在学术论文中,变量说明的标准格式是什么? 3. 如何高效检查论文中的公式编号是否正确?</think>### 修改论文公式编号混乱和变量说明缺失的方法 #### 公式编号问题修正 **检查编号逻辑一致性** - 确认全文采用统一编号体系(如按章节编号`(1.1)`或全文连续编号`(1)`) - 使用LaTeX的`\label`和`\eqref`实现自动编号(Word用户需用"插入题注"功能) ```latex \begin{equation} \label{eq:newton} F = ma \end{equation} 引用见公式\eqref{eq:newton} ``` **重建编号顺序** - 删除所有手动编号(如`(1)`文本) - 重新编译文档(LaTeX)或更新域代码(Word快捷键`Ctrl+A`+`F9`) - 检查交叉引用是否同步更新 **特殊场景处理** - 多行公式用`align`环境统一编号: ```latex \begin{align} x &= y + z \label{eq1} \\ a &= b \times c \label{eq2} \end{align} ``` --- #### 变量说明缺失修正 **首次出现原则** - 每个变量首次出现时必须解释,示例格式: > $v$表示速度(velocity),单位m/s;$\alpha$为阻尼系数(damping coefficient) **标准化说明格式** - 统一使用以下结构: ```text 其中:$R$ - 电阻(Resistance, Ω),$C$ - 电容(Capacitance, F) ``` - 希腊字母需标注读音:$\beta$ (beta) 表示衰减因子 **建立符号表(必要时)** - 超过20个变量时添加符号表: | 符号 | 说明 | 单位 | |------|-------------|------| | $\rho$ | 密度 | kg/m³ | | $\epsilon$ | 介电常数 | F/m | --- #### 质量检查步骤 1. 通篇搜索`$...$`定位所有公式 2. 验证每个变量在正文/公式下方300字内均有解释 3. 使用审阅模式的"比较文档"功能确认修改覆盖所有审稿意见 4. 输出前执行交叉引用检查(LaTeX用`\listofequations`,Word用`ALT+F9`显示域代码)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值