Update config

This commit is contained in:
Joey Hafner 2023-12-30 13:46:48 -08:00
parent feef9b6bb4
commit b8861f89c7

View File

@ -13,7 +13,6 @@ firewall {
} }
group { group {
interface-group IG_LAN { interface-group IG_LAN {
interface eth1
interface eth6 interface eth6
} }
interface-group IG_WAN { interface-group IG_WAN {
@ -325,6 +324,7 @@ interfaces {
duplex auto duplex auto
hw-id 6c:b3:11:32:46:25 hw-id 6c:b3:11:32:46:25
offload { offload {
rps
sg sg
tso tso
} }
@ -624,7 +624,7 @@ system {
commit-revisions 200 commit-revisions 200
} }
conntrack { conntrack {
expect-table-size 2048 expect-table-size 8192
hash-size 32768 hash-size 32768
modules { modules {
ftp ftp
@ -636,6 +636,11 @@ system {
tftp tftp
} }
table-size 262144 table-size 262144
timeout {
tcp {
time-wait 15
}
}
} }
console { console {
device ttyS0 { device ttyS0 {
@ -663,6 +668,9 @@ system {
} }
} }
name-server 192.168.1.32 name-server 192.168.1.32
option {
performance latency
}
syslog { syslog {
global { global {
facility all { facility all {