set internet-connection rj45/sfp-fiber / sfp-dsl
Description
Configure an RJ45/SFP-Fiber or SFP-DSL internet connection.
Syntax
|
|
|
|
|
|
|
|
|
|
Parameters
Parameter |
Description |
---|---|
name |
Connection name |
dmz-connection |
For DMZ connections, select RJ45/SFP-Fiber or SFP-DSL Press TAB to see available options |
vlan-id |
VLAN ID A number with no fractional part (integer) |
ipv4-address |
IP address field (for static IP and bridge settings) |
mask-length |
Subnet mask length |
subnet-mask |
Subnet mask A subnet mask, or 255.255.255.255 |
default-gw |
Default gateway |
probe-next-hop |
Automatically detect loss of connectivity to the default gateway |
probe-servers |
Monitor connection state by sending probe packets to one or more servers on the Internet |
dns-primary |
First DNS server IP address |
dns-secondary |
Second DNS server IP address |
dns-tertiary |
Third DNS server IP address |
username |
User name for PPP connection or cellular modem settings Usually <username>@<ISP> |
password |
Password for PPP connection or cellular modem settings |
password-hash |
The hash of the user password |
local-ipv4-address |
Local tunnel IP address or auto for automatic An IP address, or ' |
is-unnumbered-ppoe |
Unnumbered PPPoE lets you manage a range of IP addresses and dial only once |
server |
Server IP address |
wan-ipv4-address |
WAN IP address wrapper An IP address, or ' |
wan-mask-length |
WAN subnet mask length |
wan-subnet-mask |
WAN subnet mask (in the advanced section) |
conn-test-timeout |
Connection test timeout A number with no fractional part (integer) |
method |
Authentication method |
bridge-name |
The name of the bridge this connection is bridged to A bridge name should be br0-9 |
bridge-type |
The type of the bridge for this connection: DHCP or Static IP Address Press TAB to see available options |
vci |
VCI value for the ADSL connection A number between 0 and 65535 |
vpi |
VPI value for the ADSL connection A number between 0 and 255 |
encapsulation |
Encapsulation type for the ADSL connection |
idle-time |
Disconnect idle time in seconds |
standard |
The ADSL standard to use Options: multimode, t1413, glite, gdmt, adsl2, adsl2+ |
linked-ipv6-connection |
IPv6 internet connection name which the DS-Lite tunnel is defined on |
aftr-address |
Hostname or IPv6 address for DS-Lite tunnel |
isVlan |
This interface is VLAN |
Example
set internet-connection "My connection" dmz-connection rj45/sfp-fiber true vlan-id 200 type dhcp conn-test-timeout 50 |