EasyManua.ls Logo

Netgate 5100 - Instance Configuration and Network Management

Netgate 5100
66 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Product Manual, TNSR 19.02
Connect to the instance
The TNSR instance does not have a default password. SSH connections to this instance require key-based authentica-
tion using an SSH key selected when launching the instance.
The default account is named tnsr.
To connect from a shell prompt in a Unix/Linux terminal:
$ ssh -i <my_key_file> tnsr@<eth0_public_ip_addr>
Substitute the actual key file name instead of typing <my_key_file> and the management interface Elastic IP
Address instead of typing <eth0_public_ip_addr>.
The ssh client will print a warning similar to:
The authenticity of host 'x.x.x.x' can't be established.
ECDSA key fingerprint is SHA256:6/LDXVPpD2v6hnWdFHFWZhkCbSpMcaH4tBgTuDLAa40.
Are you sure you want to continue connecting (yes/no)?
This warning only appears the first time connecting using SSH on a given system and user account. Type yes to
continue connecting.
If all went well, the TNSR CLI will automatically be launched, resulting in output similar to the following:
Netgate TNSR
Version: v0.1.0-567-g0967ac3
Build timestamp: Fri Apr 20 16:16:48 2018 CDT
Git Commit: 0x967ac3d
ip-10-5-2-225.ec2.internal tnsr#
Configure Interface Addresses in TNSR
Now that the TNSR CLI is open, start configuring the TNSR instance. First, configure the network interfaces and
bring them up.
Since the TNSR LAN interface was added to the instance after launching the instance, it will not be visible yet to the
TNSR data plane unless the instance has been rebooted. Check which interfaces are visible to TNSR by typing show
interface at the CLI prompt.
Here’s an example of what will appear:
tnsr# show interface
Interface: VirtualFunctionEthernet0/6/0
Admin status: down
Link down, 100 Gbit/sec, full duplex
Link MTU: 9216 bytes
MAC address: 0a:54:d0:7c:df:c0
IPv4 Route Table: ipv4-VRF:0
IPv6 Route Table: ipv6-VRF:0
counters:
received: 0 bytes, 0 packets, 0 errors
transmitted: 0 bytes, 0 packets, 0 errors
0 drops, 0 punts, 2 rx miss, 0 rx no buffer
Only one interface is visible on this instance: the WAN interface which was attached at the time the instance launched.
If all of the TNSR instances, other than the Management Interface, are not displayed by show interface, restart
the data plane and the missing interfaces will appear:
1.2. Cloud Platforms 43