Difference between revisions of "Vyatta"

Jump to navigation Jump to search
244 bytes added ,  22:13, 24 May 2012
m
Minor rewording and Meta
(→‎Troubleshooting: Update table formating)
m (Minor rewording and Meta)
Line 1: Line 1:
Unix based Open Source firewall router that sees itself in competition with Cisco.  The firewall module is not on by default, so once interfaces are defined it will pass traffic freely.  All configuration is done via the CLI <ref>There was a web interface available with the free version (which was just a pretty version of the CLI anyway), but this now only available via the paid-for version due to its use of the [[Acronyms#R|REST]] [[Acronyms#A|API]] (which is a premium feature).</ref>.
== Set-up ==
[http://www.vyatta.com/downloads/index.php Vyatta Download]
[http://www.vyatta.com/downloads/index.php Vyatta Download]


Unix based Open Source firewall router that see itself in competition with Cisco.  The firewall module is not on by default, so once interfaces are defined it will pass traffic freely.  All configuration is done via the CLI (there is a web interface, but its just a pretty version of the CLI.
== Set-up ==
=== Installation (ISO Install) ===
=== Installation (ISO Install) ===
# Download the LiveOS ISO
# Download the LiveOS ISO
Line 85: Line 85:
=== Firewall ===
=== Firewall ===
If an interface has no firewall config, then it passes all traffic.  Once any firewall config is applied then that interface acts as a firewall.
If an interface has no firewall config, then it passes all traffic.  Once any firewall config is applied then that interface acts as a firewall.
* http://www.carbonwind.net/VyattaOFR/Firewall/Firewall.htm - Useful page to learn from
* http://www.carbonwind.net/VyattaOFR/Firewall/Firewall.htm - A bit old, but a useful page to learn from


{| class="vwikitable"
{| class="vwikitable"
Line 230: Line 230:
|<code> tcpdump -w capture.pcap -i eth0 port 80 </code>  || Write capture to capture.pcap
|<code> tcpdump -w capture.pcap -i eth0 port 80 </code>  || Write capture to capture.pcap
|}
|}
== Notes ==
<references />

Navigation menu