工場出荷時のコンフィグ - SEIL/X4

Standalone Mode工場出荷状態、または設定初期化後の起動時に読み込まれる初期コンフィグ

option.timezone: "JST"
terminal.login-timer: 300
interface.ge1.ipv4.address: 192.168.0.1/24
filter.ipv4.100.interface: ge1
filter.ipv4.100.direction: in
filter.ipv4.100.action: pass
filter.ipv4.100.protocol: tcp
filter.ipv4.100.destination.address: self
filter.ipv4.100.state: disable
filter.ipv4.100.logging: off
filter.ipv4.101.interface: any
filter.ipv4.101.direction: in
filter.ipv4.101.action: block
filter.ipv4.101.protocol: tcp
filter.ipv4.101.destination.address: self
filter.ipv4.101.destination.port: 22
filter.ipv4.101.state: disable
filter.ipv4.101.logging: on
filter.ipv4.102.interface: any
filter.ipv4.102.direction: in
filter.ipv4.102.action: block
filter.ipv4.102.protocol: tcp
filter.ipv4.102.destination.address: self
filter.ipv4.102.destination.port: 23
filter.ipv4.102.state: disable
filter.ipv4.102.logging: on
filter.ipv6.100.interface: ge1
filter.ipv6.100.direction: in
filter.ipv6.100.action: pass
filter.ipv6.100.protocol: tcp
filter.ipv6.100.destination.address: self
filter.ipv6.100.state: disable
filter.ipv6.100.logging: off
filter.ipv6.101.interface: any
filter.ipv6.101.direction: in
filter.ipv6.101.action: block
filter.ipv6.101.protocol: tcp
filter.ipv6.101.destination.address: self
filter.ipv6.101.destination.port: 22
filter.ipv6.101.state: disable
filter.ipv6.101.logging: on
filter.ipv6.102.interface: any
filter.ipv6.102.direction: in
filter.ipv6.102.action: block
filter.ipv6.102.protocol: tcp
filter.ipv6.102.destination.address: self
filter.ipv6.102.destination.port: 23
filter.ipv6.102.state: disable
filter.ipv6.102.logging: on
dhcp.server.service: enable
dhcp.server.0.interface: ge1
dhcp.server.0.expire: 24
dhcp.server.0.pool.address: 192.168.0.2/24
dhcp.server.0.pool.count: 253
sshd.service: enable
sshd.password-authentication: enable
telnetd.service: enable
注:
  • 初期コンフィグによる設定状態と、何も設定しない空のコンフィグを読み込んだ際の設定状態は異なります。
  • SMFv2モードではサービスホストが管理するユーザコンフィグを自動取得するため上記初期コンフィグを使用しません。