Difference between revisions of "Vyatta"

Jump to navigation Jump to search
177 bytes added ,  10:57, 5 April 2011
(→‎NAT: Added Destination NAT)
(→‎Basic Set-up: Added NTP)
Line 27: Line 27:
# Login and run the following commands to set IP address and default gateway
# Login and run the following commands to set IP address and default gateway
#* <code> configure </code>
#* <code> configure </code>
#* <code> set system host-name router-name </code>
#* <code> set interfaces ethernet eth0 address 192.168.1.10/24 </code> (repeat for other interfaces)
#* <code> set interfaces ethernet eth0 address 192.168.1.10/24 </code> (repeat for other interfaces)
#* <code> set system gateway-address 192.168.10.1 </code>
#* <code> set system gateway-address 192.168.10.1 </code>
# Enable remote ssh access
# Enable remote ssh access
#* <code> set service ssh </code>
#* <code> set service ssh </code>
# Enable/config NTP
#* <code> set system time-zone Europe/London </code>
#* <code> set system ntp server 192.168.1.50 </code>
# Commit changes and save
# Commit changes and save
#* <code> commit </code>
#* <code> commit </code>

Navigation menu