netscript-2.4 5.5.5+nmu3 source package in Ubuntu

Changelog

netscript-2.4 (5.5.5+nmu3) unstable; urgency=medium

  * Non-maintainer upload.
  * Convert to source format 3.0. (Closes: #1072886)
  * Drop unnecessary Depends: lsb-base.
  * d/copyright: Convert to machine-readable format.
  * Drop old lintian overrides.
  * Drop old netscript-2.4-upstart files.
  * Use the /usr path prefix in the package scripts.

 -- Bastian Germann <email address hidden>  Tue, 09 Jul 2024 12:52:45 +0200

Upload details

Uploaded by:
Matt Grant
Uploaded to:
Sid
Original maintainer:
Matt Grant
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe net

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
netscript-2.4_5.5.5+nmu3.dsc 1.3 KiB 81605aa4119c7db9c0ba622f4e6f2d14da1b1b774eadb611d7f3dcf043c7933a
netscript-2.4_5.5.5+nmu3.tar.xz 55.7 KiB da3d3ae4174c0cc64f060fe9c9fbef8bb176f144d45180a739de8121bd44294b

Available diffs

No changes file available.

Binary packages built by this source

netscript-2.4: Linux 2.4/2.6/3.x router/firewall/VM host network config system.

 This is a router and firewall network configuration system. It is specific to
 the 2.4.x and 2.6.x kernel series. This system is in production use, even
 though this is an experimental version.
 .
 It offers much finer grained control of the network setup than the standard
 system in netbase, with support for bridge configuration, iptables, ip route
 and tc traffic control. It is optimised for use on high traffic routers with
 interfaces being reconfigured individually while the rest of the machine is
 routing traffic 24x7. Common boiler plate filter creation functions are
 provided to ease the task of constructing iptables filters in the context
 of operation within an ISP network.
 .
 Since this package is designed for a heavy duty network router, it is designed
 to work in conjunction with a routing daemon as found in the quagga package.
 .
 DON'T use this on a pure server - it is VERY useful for a Virtual Machine
 server with complex networking needs. This is because of its comprehensive
 network configuration capabilities. Thus it is a tempting replacement
 when you have to rip out NetworkManager on a server.
 .
 It was originally designed for dedicated routers and firewalls, and hence its
 lightweight scripting footprint. When it comes to firewall configuration
 though, have a look at the mason package if you are faint of heart.

netscript-ipfilter: Linux 2.6/3.x iptables management system.

 This is a cut down version of netscript-2.4, which is just the ipfilter
 iptables/ip6tables management implementation. This provides iptables and
 ip6tables management with a cyclic backup history, via iptables-restore
 and iptables-save.
 .
 This is designed to work with ifupdown, and is better than iptables-persistent
 as you can roll back filter changes if you have made a mistake.