Publish without risk
NSGW is the ingress boundary; NSN is the exit boundary. Unauthorized traffic never enters the site — it is dropped at the gateway, before it reaches your internal network.
Publish the service path you need, not the whole network around it. NetSeed gives internal applications a controlled ingress path — browser, API, or client access without opening a broad tunnel.
With a traditional VPN or bastion, granting access to an internal service means granting access to the network segment it sits in. NetSeed separates those two things — publish the service path, and NSN enforces the boundary at the workload.
NSGW is the ingress boundary; NSN is the exit boundary. Unauthorized traffic never enters the site — it is dropped at the gateway, before it reaches your internal network.
Access to an internal service follows a path with two enforcement points. Neither point alone can be compromised to bypass the other.
Register the internal service with NetSeed — give it a name, define who can access it, and assign it to an NSN. No firewall rule, no DNS delegation.
When a user or client connects, NSGW verifies identity and evaluates policy before forwarding any traffic. Unauthorized requests are dropped at the perimeter.
NSN receives the authorized flow and proxies it to the local workload. ACL is applied at egress — so the site has the final say even if the gateway is misconfigured.
Every authorized access to the published service produces a per-flow audit record: identity, device, service, bytes. The record lives in your SIEM or audit store.
Publish internal tooling — CI dashboards, deployment portals, internal docs — so engineers can reach them without a broad VPN grant.
ERP, CRM, HR, and finance systems can be published to named users or groups — no shared admin subnet, no VPN all-access pass.
Publish specific API endpoints to external partners or internal consumers with identity-scoped access and a full audit trail.
使用传统 VPN 或堡垒机时,授予对某个内部服务的访问权,就意味着授予对它所在网段的访问权。NetSeed 将这两件事分离 —— 发布服务路径,由 NSN 在工作负载处强制边界。
NSGW 是入口边界;NSN 是出口边界。未授权流量从不进入站点 —— 它在网关处、到达你的内部网络之前就被丢弃。
对内部服务的访问会经过一条带有两个强制执行点的路径。单独攻破任一点都无法绕过另一点。
将内部服务注册到 NetSeed —— 为它命名、定义谁可以访问,并将它指派给一个 NSN。无需防火墙规则,无需 DNS 委派。
当用户或客户端连接时,NSGW 在转发任何流量之前先校验身份并评估策略。未授权请求在边界处被丢弃。
NSN 接收已授权的流量,并将其代理到本地工作负载。ACL 在出口处生效 —— 因此即便网关配置有误,站点仍拥有最终决定权。
对已发布服务的每一次授权访问都会产生一条逐流审计记录:身份、设备、服务、字节数。该记录存入你的 SIEM 或审计存储。
发布内部工具 —— CI 看板、部署门户、内部文档 —— 让工程师无需宽泛的 VPN 授权即可访问它们。
ERP、CRM、HR 和财务系统可以发布给具名用户或用户组 —— 无需共享的管理子网,无需 VPN 全通行证。
向外部合作伙伴或内部消费方发布特定的 API 端点,配以按身份限定的访问和完整的审计轨迹。