Below i show the config for Vyatta Core and pfSense configuration details, in order to create a GRE Tunnel between two sites. Vyatta Core Configuration: vyatta@vyatta1-site1:~$ show configuration interfaces { ethernet eth0 { address 192.168.1.1/24 duplex auto hw-id 00:0c:29:00:a3:d7 smp_affinity auto speed auto } ethernet eth1 { address dhcp duplex auto hw-id 00:0c:29:00:a3:e1 smp_affinity auto…
Tag: vyatta
A WISP, The Basics! (Using Vyatta)….
What Is a WISP? A WISP or Wireless Internet Service Provider, is an Internet Service Provider who uses wireless links to connect your home or office to the internet. Unlike in conventional internet connections using either Cable or ADSL technologies, WISPs attach a antener to the outside of you house pointed at a mast located…
Vyatta CLI commands reference guide…
Below I list a CLI Command reference for the Vyatta Router. # Configure Interfaces configure set interfaces ethernet eth0 address dhcp set interfaces ethernet eth0 description “Internet-Connection” set interfaces ethernet eth1 address 192.168.1.1/24 set interfaces ethernet eth1 description “LAN-Connection” commit save # Configure DHCP configure set service dhcp-server set service dhcp-server shared-network-name LAN-01 set service dhcp-server shared-network-name LAN-01 subnet…
Simple and Basic Config to get Vyatta working…
Recently i have been looking at loads of opensource routers, Such as M0n0wall, Smoothwall, PFsense, etc. Then i came acros Vyatta (http://www.vyatta.org) Vyatta comes in two flavours, subscription and Core. The subscription version has loads more features like a GUI, however the Opensource version Core, just has a CLI with pretty much the same feature…