Advertisement
djvj

unifi tech

Feb 6th, 2019
5,253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 297.82 KB | None | 0 0
  1. admin@UniFiSecurityGateway:~$ show tech-support | no-more
  2.  
  3. ----------------
  4. Show Tech-Support
  5. ----------------
  6.  
  7. ----------------
  8. CONFIGURATION
  9. ----------------
  10.  
  11. ----------------
  12. EdgeOS Version and Package Changes
  13. ----------------
  14. Version: v4.4.36
  15. Build ID: 5146617
  16. Build on: 12/05/18 04:49
  17. Copyright: 2012-2018 Ubiquiti Networks, Inc.
  18. HW model: UniFi-Gateway-3
  19. HW S/N: fcecda48cf17
  20. Uptime: 19:10:18 up 1:42, 1 user, load average: 0.06, 0.07, 0.12
  21.  
  22.  
  23. ----------------
  24. UBNT offload
  25. ----------------
  26.  
  27. IP offload module : loaded
  28. IPv4
  29. forwarding: enabled
  30. vlan : enabled
  31. pppoe : enabled
  32. gre : enabled
  33. IPv6
  34. forwarding: enabled
  35. vlan : enabled
  36. pppoe : disabled
  37.  
  38. IPSec offload module: loaded
  39.  
  40. Traffic Analysis :
  41. IPv4
  42. forwarding: enabled
  43. vlan : enabled
  44. pppoe : enabled
  45. gre : enabled
  46. export : disabled
  47. dpi : enabled
  48. IPSec offload module: loaded
  49.  
  50. ----------------
  51. Configuration File
  52. ----------------
  53. firewall {
  54. all-ping enable
  55. broadcast-ping disable
  56. group {
  57. address-group authorized_guests {
  58. description "authorized guests MAC addresses"
  59. }
  60. address-group guest_allow_addresses {
  61. description "allow addresses for guests"
  62. }
  63. address-group guest_allow_dns_servers {
  64. description "allow dns servers for guests"
  65. }
  66. address-group guest_portal_address {
  67. description "guest portal address"
  68. }
  69. address-group guest_restricted_addresses {
  70. address 192.168.0.0/16
  71. address 172.16.0.0/12
  72. address 10.0.0.0/8
  73. description "restricted addresses for guests"
  74. }
  75. address-group unifi_controller_addresses {
  76. address 192.168.1.4
  77. }
  78. ipv6-network-group corporate_networkv6 {
  79. description "IPv6 corporate subnets"
  80. }
  81. ipv6-network-group guest_networkv6 {
  82. description "IPv6 guest subnets"
  83. }
  84. network-group captive_portal_subnets {
  85. description "captive portal subnets"
  86. }
  87. network-group corporate_network {
  88. description "corporate subnets"
  89. network 192.168.1.0/24
  90. }
  91. network-group guest_allow_subnets {
  92. description "allow subnets for guests"
  93. }
  94. network-group guest_network {
  95. description "guest subnets"
  96. }
  97. network-group guest_restricted_subnets {
  98. description "restricted subnets for guests"
  99. }
  100. network-group remote_client_vpn_network {
  101. description "remote client VPN subnets"
  102. }
  103. network-group remote_site_vpn_network {
  104. description "remote site VPN subnets"
  105. }
  106. network-group remote_user_vpn_network {
  107. description "Remote User VPN subnets"
  108. }
  109. port-group guest_portal_ports {
  110. description "guest portal ports"
  111. }
  112. port-group guest_portal_redirector_ports {
  113. description "guest portal redirector ports"
  114. port 39080
  115. port 39443
  116. }
  117. port-group unifi_controller_ports-tcp {
  118. description "unifi tcp ports"
  119. port 8080
  120. }
  121. port-group unifi_controller_ports-udp {
  122. description "unifi udp ports"
  123. port 3478
  124. }
  125. }
  126. ipv6-name AUTHORIZED_GUESTSv6 {
  127. default-action drop
  128. description "authorization check packets from guest network"
  129. }
  130. ipv6-name GUESTv6_IN {
  131. default-action accept
  132. description "packets from guest network"
  133. rule 3001 {
  134. action drop
  135. description "drop packets to intranet"
  136. destination {
  137. group {
  138. ipv6-network-group corporate_networkv6
  139. }
  140. }
  141. }
  142. }
  143. ipv6-name GUESTv6_LOCAL {
  144. default-action drop
  145. description "packets from guest network to gateway"
  146. rule 3001 {
  147. action accept
  148. description "allow DNS"
  149. destination {
  150. port 53
  151. }
  152. protocol udp
  153. }
  154. rule 3002 {
  155. action accept
  156. description "allow ICMP"
  157. protocol icmp
  158. }
  159. }
  160. ipv6-name GUESTv6_OUT {
  161. default-action accept
  162. description "packets forward to guest network"
  163. }
  164. ipv6-name LANv6_IN {
  165. default-action accept
  166. description "packets from intranet"
  167. }
  168. ipv6-name LANv6_LOCAL {
  169. default-action accept
  170. description "packets from intranet to gateway"
  171. }
  172. ipv6-name LANv6_OUT {
  173. default-action accept
  174. description "packets forward to intranet"
  175. }
  176. ipv6-name WANv6_IN {
  177. default-action drop
  178. description "packets from internet to intranet"
  179. rule 3001 {
  180. action accept
  181. description "allow established/related sessions"
  182. state {
  183. established enable
  184. invalid disable
  185. new disable
  186. related enable
  187. }
  188. }
  189. rule 3002 {
  190. action drop
  191. description "drop invalid state"
  192. state {
  193. established disable
  194. invalid enable
  195. new disable
  196. related disable
  197. }
  198. }
  199. }
  200. ipv6-name WANv6_LOCAL {
  201. default-action drop
  202. description "packets from internet to gateway"
  203. rule 3001 {
  204. action accept
  205. description "Allow neighbor advertisements"
  206. icmpv6 {
  207. type neighbor-advertisement
  208. }
  209. protocol ipv6-icmp
  210. }
  211. rule 3002 {
  212. action accept
  213. description "Allow neighbor solicitation"
  214. icmpv6 {
  215. type neighbor-solicitation
  216. }
  217. protocol ipv6-icmp
  218. }
  219. rule 3003 {
  220. action accept
  221. description "allow established/related sessions"
  222. state {
  223. established enable
  224. invalid disable
  225. new disable
  226. related enable
  227. }
  228. }
  229. rule 3004 {
  230. action drop
  231. description "drop invalid state"
  232. state {
  233. established disable
  234. invalid enable
  235. new disable
  236. related disable
  237. }
  238. }
  239. }
  240. ipv6-name WANv6_OUT {
  241. default-action accept
  242. description "packets to internet"
  243. }
  244. ipv6-receive-redirects disable
  245. ipv6-src-route disable
  246. ip-src-route disable
  247. log-martians enable
  248. name AUTHORIZED_GUESTS {
  249. default-action drop
  250. description "authorization check packets from guest network"
  251. }
  252. name GUEST_IN {
  253. default-action accept
  254. description "packets from guest network"
  255. rule 3001 {
  256. action accept
  257. description "allow DNS packets to external name servers"
  258. destination {
  259. port 53
  260. }
  261. protocol tcp_udp
  262. }
  263. rule 3002 {
  264. action accept
  265. description "allow packets to captive portal"
  266. destination {
  267. group {
  268. network-group captive_portal_subnets
  269. }
  270. port 443
  271. }
  272. protocol tcp
  273. }
  274. rule 3003 {
  275. action accept
  276. description "allow packets to allow subnets"
  277. destination {
  278. group {
  279. address-group guest_allow_addresses
  280. }
  281. }
  282. }
  283. rule 3004 {
  284. action drop
  285. description "drop packets to restricted subnets"
  286. destination {
  287. group {
  288. address-group guest_restricted_addresses
  289. }
  290. }
  291. }
  292. rule 3005 {
  293. action drop
  294. description "drop packets to intranet"
  295. destination {
  296. group {
  297. network-group corporate_network
  298. }
  299. }
  300. }
  301. rule 3006 {
  302. action drop
  303. description "drop packets to remote user"
  304. destination {
  305. group {
  306. network-group remote_user_vpn_network
  307. }
  308. }
  309. }
  310. rule 3007 {
  311. action drop
  312. description "authorized guests white list"
  313. destination {
  314. group {
  315. address-group authorized_guests
  316. }
  317. }
  318. }
  319. }
  320. name GUEST_LOCAL {
  321. default-action drop
  322. description "packets from guest network to gateway"
  323. rule 3001 {
  324. action accept
  325. description "allow DNS"
  326. destination {
  327. port 53
  328. }
  329. protocol tcp_udp
  330. }
  331. rule 3002 {
  332. action accept
  333. description "allow ICMP"
  334. protocol icmp
  335. }
  336. rule 3003 {
  337. action accept
  338. description "allow to DHCP server"
  339. destination {
  340. port 67
  341. }
  342. protocol udp
  343. source {
  344. port 68
  345. }
  346. }
  347. }
  348. name GUEST_OUT {
  349. default-action accept
  350. description "packets forward to guest network"
  351. }
  352. name LAN_IN {
  353. default-action accept
  354. description "packets from intranet"
  355. rule 6001 {
  356. action accept
  357. description "accounting defined network 192.168.1.0/24"
  358. source {
  359. address 192.168.1.0/24
  360. }
  361. }
  362. }
  363. name LAN_LOCAL {
  364. default-action accept
  365. description "packets from intranet to gateway"
  366. }
  367. name LAN_OUT {
  368. default-action accept
  369. description "packets forward to intranet"
  370. rule 6001 {
  371. action accept
  372. description "accounting defined network 192.168.1.0/24"
  373. destination {
  374. address 192.168.1.0/24
  375. }
  376. }
  377. }
  378. name WAN_IN {
  379. default-action drop
  380. description "packets from internet to intranet"
  381. rule 3001 {
  382. action accept
  383. description "allow established/related sessions"
  384. state {
  385. established enable
  386. invalid disable
  387. new disable
  388. related enable
  389. }
  390. }
  391. rule 3002 {
  392. action drop
  393. description "drop invalid state"
  394. state {
  395. established disable
  396. invalid enable
  397. new disable
  398. related disable
  399. }
  400. }
  401. rule 3003 {
  402. action accept
  403. description "PortForward [FTP]"
  404. destination {
  405. address 192.168.1.4
  406. port 4020
  407. }
  408. protocol tcp_udp
  409. }
  410. rule 3004 {
  411. action accept
  412. description "PortForward [VMWare]"
  413. destination {
  414. address 192.168.1.3
  415. port 443
  416. }
  417. protocol tcp
  418. }
  419. rule 3005 {
  420. action accept
  421. description "PortForward [VPN]"
  422. destination {
  423. address 192.168.1.3
  424. port 17231
  425. }
  426. protocol tcp_udp
  427. }
  428. rule 3006 {
  429. action accept
  430. description "PortForward [Syncthing]"
  431. destination {
  432. address 192.168.1.3
  433. port 10000
  434. }
  435. protocol tcp
  436. }
  437. rule 3007 {
  438. action accept
  439. description "PortForward [Raspbian SSH]"
  440. destination {
  441. address 192.168.1.50
  442. port 22
  443. }
  444. protocol tcp
  445. }
  446. rule 3008 {
  447. action accept
  448. description "PortForward [Raspbian HTTP]"
  449. destination {
  450. address 192.168.1.50
  451. port 80
  452. }
  453. protocol tcp
  454. }
  455. rule 3009 {
  456. action accept
  457. description "PortForward [Raspbian ZNC (IRC)]"
  458. destination {
  459. address 192.168.1.50
  460. port 1025
  461. }
  462. protocol tcp
  463. }
  464. rule 3010 {
  465. action accept
  466. description "PortForward [qBittorrent WebUI]"
  467. destination {
  468. address 192.168.1.3
  469. port 8888
  470. }
  471. protocol tcp
  472. }
  473. rule 3011 {
  474. action accept
  475. description "PortForward [Server Media Services (UDP)]"
  476. destination {
  477. address 192.168.1.3
  478. port 1194
  479. }
  480. protocol udp
  481. }
  482. rule 3012 {
  483. action accept
  484. description "PortForward [Torrent Connection Ports]"
  485. destination {
  486. address 192.168.1.3
  487. port 6883,51413
  488. }
  489. protocol tcp
  490. }
  491. rule 3013 {
  492. action accept
  493. description "PortForward [FTP Passive]"
  494. destination {
  495. address 192.168.1.4
  496. port 9000-9010
  497. }
  498. protocol tcp_udp
  499. }
  500. rule 3014 {
  501. action accept
  502. description "PortForward [FTP (RL Project)]"
  503. destination {
  504. address 192.168.1.4
  505. port 4030
  506. }
  507. protocol tcp
  508. }
  509. rule 3015 {
  510. action accept
  511. description "PortForward [RocketCenter Ubuntu SSH]"
  512. destination {
  513. address 192.168.1.22
  514. port 22
  515. }
  516. protocol tcp
  517. }
  518. rule 3016 {
  519. action accept
  520. description "PortForward [RocketCenter Ubuntu WEB]"
  521. destination {
  522. address 192.168.1.22
  523. port 80
  524. }
  525. protocol tcp
  526. }
  527. rule 3017 {
  528. action accept
  529. description "PortForward [RocketCenter Ubuntu TEST1]"
  530. destination {
  531. address 192.168.1.22
  532. port 8070
  533. }
  534. protocol tcp
  535. }
  536. rule 3018 {
  537. action accept
  538. description "PortForward [RocketCenter Ubuntu TEST2]"
  539. destination {
  540. address 192.168.1.22
  541. port 3306
  542. }
  543. protocol tcp
  544. }
  545. rule 3019 {
  546. action accept
  547. description "PortForward [Terraria Servers]"
  548. destination {
  549. address 192.168.1.4
  550. port 7777-7779
  551. }
  552. protocol tcp
  553. }
  554. rule 3020 {
  555. action accept
  556. description "PortForward [Portal Knights Server]"
  557. destination {
  558. address 192.168.1.4
  559. port 16365
  560. }
  561. protocol tcp
  562. }
  563. rule 3021 {
  564. action accept
  565. description "PortForward [Server Media Services (TCP)]"
  566. destination {
  567. address 192.168.1.3
  568. port 943,8090-8091,9080,9443-9444,32400
  569. }
  570. protocol tcp
  571. }
  572. rule 3022 {
  573. action accept
  574. description "PortForward [NextCloud Syncing]"
  575. destination {
  576. address 192.168.1.3
  577. port 8096
  578. }
  579. protocol tcp
  580. }
  581. rule 3023 {
  582. action accept
  583. description "PortForward [Server (NextCloud)]"
  584. destination {
  585. address 192.168.1.3
  586. port 8096
  587. }
  588. protocol tcp
  589. }
  590. rule 3024 {
  591. action accept
  592. description "PortForward [MineCraft MineOS]"
  593. destination {
  594. address 192.168.1.3
  595. port 25565,25566
  596. }
  597. protocol tcp
  598. }
  599. }
  600. name WAN_LOCAL {
  601. default-action drop
  602. description "packets from internet to gateway"
  603. rule 3001 {
  604. action accept
  605. description "allow established/related sessions"
  606. state {
  607. established enable
  608. invalid disable
  609. new disable
  610. related enable
  611. }
  612. }
  613. rule 3002 {
  614. action drop
  615. description "drop invalid state"
  616. state {
  617. established disable
  618. invalid enable
  619. new disable
  620. related disable
  621. }
  622. }
  623. }
  624. name WAN_OUT {
  625. default-action accept
  626. description "packets to internet"
  627. }
  628. options {
  629. mss-clamp {
  630. interface-type pppoe
  631. interface-type pptp
  632. interface-type vti
  633. mss 1452
  634. }
  635. mss-clamp6 {
  636. interface-type pppoe
  637. interface-type pptp
  638. mss 1452
  639. }
  640. }
  641. receive-redirects disable
  642. send-redirects enable
  643. source-validation strict
  644. syn-cookies enable
  645. }
  646. interfaces {
  647. ethernet eth0 {
  648. address dhcp
  649. description WAN
  650. dhcp-options {
  651. client-option "retry 60;"
  652. default-route update
  653. default-route-distance 1
  654. name-server update
  655. }
  656. duplex auto
  657. firewall {
  658. in {
  659. ipv6-name WANv6_IN
  660. name WAN_IN
  661. }
  662. local {
  663. ipv6-name WANv6_LOCAL
  664. name WAN_LOCAL
  665. }
  666. out {
  667. ipv6-name WANv6_OUT
  668. name WAN_OUT
  669. }
  670. }
  671. speed auto
  672. }
  673. ethernet eth1 {
  674. address 192.168.1.1/24
  675. description LAN
  676. duplex auto
  677. firewall {
  678. in {
  679. ipv6-name LANv6_IN
  680. name LAN_IN
  681. }
  682. local {
  683. ipv6-name LANv6_LOCAL
  684. name LAN_LOCAL
  685. }
  686. out {
  687. ipv6-name LANv6_OUT
  688. name LAN_OUT
  689. }
  690. }
  691. speed auto
  692. }
  693. ethernet eth2 {
  694. disable
  695. duplex auto
  696. speed auto
  697. }
  698. loopback lo {
  699. }
  700. }
  701. port-forward {
  702. auto-firewall disable
  703. hairpin-nat enable
  704. lan-interface eth1
  705. rule 3001 {
  706. description FTP
  707. forward-to {
  708. address 192.168.1.4
  709. }
  710. original-port 4020
  711. protocol tcp_udp
  712. }
  713. rule 3002 {
  714. description VMWare
  715. forward-to {
  716. address 192.168.1.3
  717. }
  718. original-port 443
  719. protocol tcp
  720. }
  721. rule 3003 {
  722. description VPN
  723. forward-to {
  724. address 192.168.1.3
  725. }
  726. original-port 17231
  727. protocol tcp_udp
  728. }
  729. rule 3004 {
  730. description Syncthing
  731. forward-to {
  732. address 192.168.1.3
  733. }
  734. original-port 10000
  735. protocol tcp
  736. }
  737. rule 3005 {
  738. description "Raspbian SSH"
  739. forward-to {
  740. address 192.168.1.50
  741. port 22
  742. }
  743. original-port 1001
  744. protocol tcp
  745. }
  746. rule 3006 {
  747. description "Raspbian HTTP"
  748. forward-to {
  749. address 192.168.1.50
  750. port 80
  751. }
  752. original-port 1002
  753. protocol tcp
  754. }
  755. rule 3007 {
  756. description "Raspbian ZNC (IRC)"
  757. forward-to {
  758. address 192.168.1.50
  759. port 1025
  760. }
  761. original-port 1003
  762. protocol tcp
  763. }
  764. rule 3008 {
  765. description "qBittorrent WebUI"
  766. forward-to {
  767. address 192.168.1.3
  768. }
  769. original-port 8888
  770. protocol tcp
  771. }
  772. rule 3009 {
  773. description "Server Media Services (UDP)"
  774. forward-to {
  775. address 192.168.1.3
  776. }
  777. original-port 1194
  778. protocol udp
  779. }
  780. rule 3010 {
  781. description "Torrent Connection Ports"
  782. forward-to {
  783. address 192.168.1.3
  784. }
  785. original-port 6883,51413
  786. protocol tcp
  787. }
  788. rule 3011 {
  789. description "FTP Passive"
  790. forward-to {
  791. address 192.168.1.4
  792. }
  793. original-port 9000-9010
  794. protocol tcp_udp
  795. }
  796. rule 3012 {
  797. description "FTP (RL Project)"
  798. forward-to {
  799. address 192.168.1.4
  800. }
  801. original-port 4030
  802. protocol tcp
  803. }
  804. rule 3013 {
  805. description "RocketCenter Ubuntu SSH"
  806. forward-to {
  807. address 192.168.1.22
  808. port 22
  809. }
  810. original-port 19987
  811. protocol tcp
  812. }
  813. rule 3014 {
  814. description "RocketCenter Ubuntu WEB"
  815. forward-to {
  816. address 192.168.1.22
  817. port 80
  818. }
  819. original-port 19999
  820. protocol tcp
  821. }
  822. rule 3015 {
  823. description "RocketCenter Ubuntu TEST1"
  824. forward-to {
  825. address 192.168.1.22
  826. port 8070
  827. }
  828. original-port 21087
  829. protocol tcp
  830. }
  831. rule 3016 {
  832. description "RocketCenter Ubuntu TEST2"
  833. forward-to {
  834. address 192.168.1.22
  835. port 3306
  836. }
  837. original-port 23306
  838. protocol tcp
  839. }
  840. rule 3017 {
  841. description "Terraria Servers"
  842. forward-to {
  843. address 192.168.1.4
  844. }
  845. original-port 7777-7779
  846. protocol tcp
  847. }
  848. rule 3018 {
  849. description "Portal Knights Server"
  850. forward-to {
  851. address 192.168.1.4
  852. }
  853. original-port 16365
  854. protocol tcp
  855. }
  856. rule 3019 {
  857. description "Server Media Services (TCP)"
  858. forward-to {
  859. address 192.168.1.3
  860. }
  861. original-port 943,8090-8091,9080,9443-9444,32400
  862. protocol tcp
  863. }
  864. rule 3020 {
  865. description "NextCloud Syncing"
  866. forward-to {
  867. address 192.168.1.3
  868. }
  869. original-port 8096
  870. protocol tcp
  871. }
  872. rule 3021 {
  873. description "Server (NextCloud)"
  874. forward-to {
  875. address 192.168.1.3
  876. }
  877. original-port 8096
  878. protocol tcp
  879. }
  880. rule 3022 {
  881. description "MineCraft MineOS"
  882. forward-to {
  883. address 192.168.1.3
  884. }
  885. original-port 25565,25566
  886. protocol tcp
  887. }
  888. wan-interface eth0
  889. }
  890. service {
  891. dhcp-server {
  892. disabled false
  893. global-parameters "class "denied" { match substring (hardware, 1, 6); deny booting; } subclass "denied" fc:ec:da:48:cf:17; subclass "denied" fc:ec:da:48:cf:18; subclass "denied" fc:ec:da:48:cf:19;"
  894. hostfile-update enable
  895. shared-network-name net_LAN_eth1_192.168.1.0-24 {
  896. authoritative enable
  897. description vlan1
  898. subnet 192.168.1.0/24 {
  899. default-router 192.168.1.1
  900. dns-server 192.168.1.1
  901. domain-name localdomain
  902. lease 86400
  903. start 192.168.1.6 {
  904. stop 192.168.1.254
  905. }
  906. static-mapping 00-0c-43-f1-06-8d {
  907. host-record disable
  908. ip-address 192.168.1.69
  909. mac-address 00:0c:43:f1:06:8d
  910. }
  911. static-mapping 00-1b-a9-bd-25-2d {
  912. host-record disable
  913. ip-address 192.168.1.18
  914. mac-address 00:1b:a9:bd:25:2d
  915. }
  916. static-mapping 00-ee-22-aa-18-ba {
  917. host-record disable
  918. ip-address 192.168.1.51
  919. mac-address 00:ee:22:aa:18:ba
  920. }
  921. static-mapping 7c-dd-90-a7-6f-56 {
  922. host-record disable
  923. ip-address 192.168.1.47
  924. mac-address 7c:dd:90:a7:6f:56
  925. }
  926. static-mapping 34-d2-70-3b-3a-35 {
  927. host-record disable
  928. ip-address 192.168.1.34
  929. mac-address 34:d2:70:3b:3a:35
  930. }
  931. static-mapping 34-d2-70-b3-96-88 {
  932. host-record disable
  933. ip-address 192.168.1.40
  934. mac-address 34:d2:70:b3:96:88
  935. }
  936. static-mapping 52-54-00-eb-ad-bc {
  937. host-record disable
  938. ip-address 192.168.1.4
  939. mac-address 52:54:00:eb:ad:bc
  940. }
  941. static-mapping 74-da-38-6c-7d-4e {
  942. host-record disable
  943. ip-address 192.168.1.49
  944. mac-address 74:da:38:6c:7d:4e
  945. }
  946. static-mapping ac-1f-6b-15-ea-72 {
  947. host-record disable
  948. ip-address 192.168.1.3
  949. mac-address ac:1f:6b:15:ea:72
  950. }
  951. static-mapping b8-27-eb-37-5b-f9 {
  952. host-record disable
  953. ip-address 192.168.1.50
  954. mac-address b8:27:eb:37:5b:f9
  955. }
  956. static-mapping ba-2e-2c-0d-42-1f {
  957. host-record disable
  958. ip-address 192.168.1.13
  959. mac-address ba:2e:2c:0d:42:1f
  960. }
  961. static-mapping d0-52-a8-63-4d-12 {
  962. host-record disable
  963. ip-address 192.168.1.48
  964. mac-address d0:52:a8:63:4d:12
  965. }
  966. static-mapping dc-85-de-e8-bb-e4 {
  967. host-record disable
  968. ip-address 192.168.1.39
  969. mac-address dc:85:de:e8:bb:e4
  970. }
  971. static-mapping ec-b5-fa-00-2c-0c {
  972. host-record disable
  973. ip-address 192.168.1.52
  974. mac-address ec:b5:fa:00:2c:0c
  975. }
  976. }
  977. }
  978. static-arp disable
  979. use-dnsmasq disable
  980. }
  981. dns {
  982. forwarding {
  983. cache-size 10000
  984. except-interface eth0
  985. options ptr-record=1.1.168.192.in-addr.arpa,UniFiSecurityGateway
  986. options host-record=unifi,192.168.1.4
  987. }
  988. }
  989. gui {
  990. http-port 80
  991. https-port 443
  992. older-ciphers enable
  993. }
  994. lldp {
  995. interface eth0 {
  996. disable
  997. }
  998. }
  999. nat {
  1000. rule 6001 {
  1001. description "MASQ corporate_network to WAN"
  1002. log disable
  1003. outbound-interface eth0
  1004. protocol all
  1005. source {
  1006. group {
  1007. network-group corporate_network
  1008. }
  1009. }
  1010. type masquerade
  1011. }
  1012. rule 6002 {
  1013. description "MASQ remote_user_vpn_network to WAN"
  1014. log disable
  1015. outbound-interface eth0
  1016. protocol all
  1017. source {
  1018. group {
  1019. network-group remote_user_vpn_network
  1020. }
  1021. }
  1022. type masquerade
  1023. }
  1024. rule 6003 {
  1025. description "MASQ guest_network to WAN"
  1026. log disable
  1027. outbound-interface eth0
  1028. protocol all
  1029. source {
  1030. group {
  1031. network-group guest_network
  1032. }
  1033. }
  1034. type masquerade
  1035. }
  1036. }
  1037. ssh {
  1038. port 22
  1039. protocol-version v2
  1040. }
  1041. }
  1042. system {
  1043. conntrack {
  1044. expect-table-size 2048
  1045. hash-size 32768
  1046. modules {
  1047. sip {
  1048. disable
  1049. }
  1050. }
  1051. table-size 262144
  1052. timeout {
  1053. icmp 30
  1054. other 600
  1055. tcp {
  1056. close 10
  1057. close-wait 60
  1058. established 7440
  1059. fin-wait 120
  1060. last-ack 30
  1061. syn-recv 60
  1062. syn-sent 120
  1063. time-wait 120
  1064. }
  1065. udp {
  1066. other 30
  1067. stream 180
  1068. }
  1069. }
  1070. }
  1071. domain-name localdomain
  1072. host-name UniFiSecurityGateway
  1073. ip {
  1074. override-hostname-ip 192.168.1.1
  1075. }
  1076. login {
  1077. user admin {
  1078. authentication {
  1079. encrypted-password
  1080. }
  1081. level admin
  1082. }
  1083. }
  1084. ntp {
  1085. server 0.ubnt.pool.ntp.org {
  1086. }
  1087. server 1.ubnt.pool.ntp.org {
  1088. }
  1089. server 2.ubnt.pool.ntp.org {
  1090. }
  1091. server 3.ubnt.pool.ntp.org {
  1092. }
  1093. }
  1094. offload {
  1095. ipsec enable
  1096. ipv4 {
  1097. forwarding enable
  1098. gre enable
  1099. pppoe enable
  1100. vlan enable
  1101. }
  1102. ipv6 {
  1103. forwarding enable
  1104. vlan enable
  1105. }
  1106. }
  1107. static-host-mapping {
  1108. host-name setup.ubnt.com {
  1109. alias setup
  1110. inet 192.168.1.1
  1111. }
  1112. }
  1113. syslog {
  1114. global {
  1115. facility all {
  1116. level notice
  1117. }
  1118. facility protocols {
  1119. level debug
  1120. }
  1121. }
  1122. }
  1123. time-zone America/New_York
  1124. traffic-analysis {
  1125. dpi enable
  1126. export disable
  1127. }
  1128. }
  1129. unifi {
  1130. mgmt {
  1131. cfgversion fb601e152367f410
  1132. }
  1133. }
  1134.  
  1135.  
  1136. /* Warning: Do not remove the following line. */
  1137. /* === vyatta-config-version: "config-management@1:conntrack@1:cron@1:dhcp-relay@1:dhcp-server@4:firewall@5:ipsec@5:nat@3:qos@1:quagga@2:system@4:ubnt-pptp@1:ubnt-util@1:vrrp@1:webgui@1:webproxy@1:zone-policy@1" === */
  1138. /* Release version: v4.4.36.5146617.181205.0449 */
  1139.  
  1140. ----------------
  1141. Running configuration
  1142. ----------------
  1143. firewall {
  1144. all-ping enable
  1145. broadcast-ping disable
  1146. group {
  1147. address-group authorized_guests {
  1148. description "authorized guests MAC addresses"
  1149. }
  1150. address-group guest_allow_addresses {
  1151. description "allow addresses for guests"
  1152. }
  1153. address-group guest_allow_dns_servers {
  1154. description "allow dns servers for guests"
  1155. }
  1156. address-group guest_portal_address {
  1157. description "guest portal address"
  1158. }
  1159. address-group guest_restricted_addresses {
  1160. address 192.168.0.0/16
  1161. address 172.16.0.0/12
  1162. address 10.0.0.0/8
  1163. description "restricted addresses for guests"
  1164. }
  1165. address-group unifi_controller_addresses {
  1166. address 192.168.1.4
  1167. }
  1168. ipv6-network-group corporate_networkv6 {
  1169. description "IPv6 corporate subnets"
  1170. }
  1171. ipv6-network-group guest_networkv6 {
  1172. description "IPv6 guest subnets"
  1173. }
  1174. network-group captive_portal_subnets {
  1175. description "captive portal subnets"
  1176. }
  1177. network-group corporate_network {
  1178. description "corporate subnets"
  1179. network 192.168.1.0/24
  1180. }
  1181. network-group guest_allow_subnets {
  1182. description "allow subnets for guests"
  1183. }
  1184. network-group guest_network {
  1185. description "guest subnets"
  1186. }
  1187. network-group guest_restricted_subnets {
  1188. description "restricted subnets for guests"
  1189. }
  1190. network-group remote_client_vpn_network {
  1191. description "remote client VPN subnets"
  1192. }
  1193. network-group remote_site_vpn_network {
  1194. description "remote site VPN subnets"
  1195. }
  1196. network-group remote_user_vpn_network {
  1197. description "Remote User VPN subnets"
  1198. }
  1199. port-group guest_portal_ports {
  1200. description "guest portal ports"
  1201. }
  1202. port-group guest_portal_redirector_ports {
  1203. description "guest portal redirector ports"
  1204. port 39080
  1205. port 39443
  1206. }
  1207. port-group unifi_controller_ports-tcp {
  1208. description "unifi tcp ports"
  1209. port 8080
  1210. }
  1211. port-group unifi_controller_ports-udp {
  1212. description "unifi udp ports"
  1213. port 3478
  1214. }
  1215. }
  1216. ipv6-name AUTHORIZED_GUESTSv6 {
  1217. default-action drop
  1218. description "authorization check packets from guest network"
  1219. }
  1220. ipv6-name GUESTv6_IN {
  1221. default-action accept
  1222. description "packets from guest network"
  1223. rule 3001 {
  1224. action drop
  1225. description "drop packets to intranet"
  1226. destination {
  1227. group {
  1228. ipv6-network-group corporate_networkv6
  1229. }
  1230. }
  1231. }
  1232. }
  1233. ipv6-name GUESTv6_LOCAL {
  1234. default-action drop
  1235. description "packets from guest network to gateway"
  1236. rule 3001 {
  1237. action accept
  1238. description "allow DNS"
  1239. destination {
  1240. port 53
  1241. }
  1242. protocol udp
  1243. }
  1244. rule 3002 {
  1245. action accept
  1246. description "allow ICMP"
  1247. protocol icmp
  1248. }
  1249. }
  1250. ipv6-name GUESTv6_OUT {
  1251. default-action accept
  1252. description "packets forward to guest network"
  1253. }
  1254. ipv6-name LANv6_IN {
  1255. default-action accept
  1256. description "packets from intranet"
  1257. }
  1258. ipv6-name LANv6_LOCAL {
  1259. default-action accept
  1260. description "packets from intranet to gateway"
  1261. }
  1262. ipv6-name LANv6_OUT {
  1263. default-action accept
  1264. description "packets forward to intranet"
  1265. }
  1266. ipv6-name WANv6_IN {
  1267. default-action drop
  1268. description "packets from internet to intranet"
  1269. rule 3001 {
  1270. action accept
  1271. description "allow established/related sessions"
  1272. state {
  1273. established enable
  1274. invalid disable
  1275. new disable
  1276. related enable
  1277. }
  1278. }
  1279. rule 3002 {
  1280. action drop
  1281. description "drop invalid state"
  1282. state {
  1283. established disable
  1284. invalid enable
  1285. new disable
  1286. related disable
  1287. }
  1288. }
  1289. }
  1290. ipv6-name WANv6_LOCAL {
  1291. default-action drop
  1292. description "packets from internet to gateway"
  1293. rule 3001 {
  1294. action accept
  1295. description "Allow neighbor advertisements"
  1296. icmpv6 {
  1297. type neighbor-advertisement
  1298. }
  1299. protocol ipv6-icmp
  1300. }
  1301. rule 3002 {
  1302. action accept
  1303. description "Allow neighbor solicitation"
  1304. icmpv6 {
  1305. type neighbor-solicitation
  1306. }
  1307. protocol ipv6-icmp
  1308. }
  1309. rule 3003 {
  1310. action accept
  1311. description "allow established/related sessions"
  1312. state {
  1313. established enable
  1314. invalid disable
  1315. new disable
  1316. related enable
  1317. }
  1318. }
  1319. rule 3004 {
  1320. action drop
  1321. description "drop invalid state"
  1322. state {
  1323. established disable
  1324. invalid enable
  1325. new disable
  1326. related disable
  1327. }
  1328. }
  1329. }
  1330. ipv6-name WANv6_OUT {
  1331. default-action accept
  1332. description "packets to internet"
  1333. }
  1334. name AUTHORIZED_GUESTS {
  1335. default-action drop
  1336. description "authorization check packets from guest network"
  1337. }
  1338. name GUEST_IN {
  1339. default-action accept
  1340. description "packets from guest network"
  1341. rule 3001 {
  1342. action accept
  1343. description "allow DNS packets to external name servers"
  1344. destination {
  1345. port 53
  1346. }
  1347. protocol tcp_udp
  1348. }
  1349. rule 3002 {
  1350. action accept
  1351. description "allow packets to captive portal"
  1352. destination {
  1353. group {
  1354. network-group captive_portal_subnets
  1355. }
  1356. port 443
  1357. }
  1358. protocol tcp
  1359. }
  1360. rule 3003 {
  1361. action accept
  1362. description "allow packets to allow subnets"
  1363. destination {
  1364. group {
  1365. address-group guest_allow_addresses
  1366. }
  1367. }
  1368. }
  1369. rule 3004 {
  1370. action drop
  1371. description "drop packets to restricted subnets"
  1372. destination {
  1373. group {
  1374. address-group guest_restricted_addresses
  1375. }
  1376. }
  1377. }
  1378. rule 3005 {
  1379. action drop
  1380. description "drop packets to intranet"
  1381. destination {
  1382. group {
  1383. network-group corporate_network
  1384. }
  1385. }
  1386. }
  1387. rule 3006 {
  1388. action drop
  1389. description "drop packets to remote user"
  1390. destination {
  1391. group {
  1392. network-group remote_user_vpn_network
  1393. }
  1394. }
  1395. }
  1396. rule 3007 {
  1397. action drop
  1398. description "authorized guests white list"
  1399. destination {
  1400. group {
  1401. address-group authorized_guests
  1402. }
  1403. }
  1404. }
  1405. }
  1406. name GUEST_LOCAL {
  1407. default-action drop
  1408. description "packets from guest network to gateway"
  1409. rule 3001 {
  1410. action accept
  1411. description "allow DNS"
  1412. destination {
  1413. port 53
  1414. }
  1415. protocol tcp_udp
  1416. }
  1417. rule 3002 {
  1418. action accept
  1419. description "allow ICMP"
  1420. protocol icmp
  1421. }
  1422. rule 3003 {
  1423. action accept
  1424. description "allow to DHCP server"
  1425. destination {
  1426. port 67
  1427. }
  1428. protocol udp
  1429. source {
  1430. port 68
  1431. }
  1432. }
  1433. }
  1434. name GUEST_OUT {
  1435. default-action accept
  1436. description "packets forward to guest network"
  1437. }
  1438. name LAN_IN {
  1439. default-action accept
  1440. description "packets from intranet"
  1441. rule 6001 {
  1442. action accept
  1443. description "accounting defined network 192.168.1.0/24"
  1444. source {
  1445. address 192.168.1.0/24
  1446. }
  1447. }
  1448. }
  1449. name LAN_LOCAL {
  1450. default-action accept
  1451. description "packets from intranet to gateway"
  1452. }
  1453. name LAN_OUT {
  1454. default-action accept
  1455. description "packets forward to intranet"
  1456. rule 6001 {
  1457. action accept
  1458. description "accounting defined network 192.168.1.0/24"
  1459. destination {
  1460. address 192.168.1.0/24
  1461. }
  1462. }
  1463. }
  1464. name WAN_IN {
  1465. default-action drop
  1466. description "packets from internet to intranet"
  1467. rule 3001 {
  1468. action accept
  1469. description "allow established/related sessions"
  1470. state {
  1471. established enable
  1472. invalid disable
  1473. new disable
  1474. related enable
  1475. }
  1476. }
  1477. rule 3002 {
  1478. action drop
  1479. description "drop invalid state"
  1480. state {
  1481. established disable
  1482. invalid enable
  1483. new disable
  1484. related disable
  1485. }
  1486. }
  1487. rule 3003 {
  1488. action accept
  1489. description "PortForward [FTP]"
  1490. destination {
  1491. address 192.168.1.4
  1492. port 4020
  1493. }
  1494. protocol tcp_udp
  1495. }
  1496. rule 3004 {
  1497. action accept
  1498. description "PortForward [VMWare]"
  1499. destination {
  1500. address 192.168.1.3
  1501. port 443
  1502. }
  1503. protocol tcp
  1504. }
  1505. rule 3005 {
  1506. action accept
  1507. description "PortForward [VPN]"
  1508. destination {
  1509. address 192.168.1.3
  1510. port 17231
  1511. }
  1512. protocol tcp_udp
  1513. }
  1514. rule 3006 {
  1515. action accept
  1516. description "PortForward [Syncthing]"
  1517. destination {
  1518. address 192.168.1.3
  1519. port 10000
  1520. }
  1521. protocol tcp
  1522. }
  1523. rule 3007 {
  1524. action accept
  1525. description "PortForward [Raspbian SSH]"
  1526. destination {
  1527. address 192.168.1.50
  1528. port 22
  1529. }
  1530. protocol tcp
  1531. }
  1532. rule 3008 {
  1533. action accept
  1534. description "PortForward [Raspbian HTTP]"
  1535. destination {
  1536. address 192.168.1.50
  1537. port 80
  1538. }
  1539. protocol tcp
  1540. }
  1541. rule 3009 {
  1542. action accept
  1543. description "PortForward [Raspbian ZNC (IRC)]"
  1544. destination {
  1545. address 192.168.1.50
  1546. port 1025
  1547. }
  1548. protocol tcp
  1549. }
  1550. rule 3010 {
  1551. action accept
  1552. description "PortForward [qBittorrent WebUI]"
  1553. destination {
  1554. address 192.168.1.3
  1555. port 8888
  1556. }
  1557. protocol tcp
  1558. }
  1559. rule 3011 {
  1560. action accept
  1561. description "PortForward [Server Media Services (UDP)]"
  1562. destination {
  1563. address 192.168.1.3
  1564. port 1194
  1565. }
  1566. protocol udp
  1567. }
  1568. rule 3012 {
  1569. action accept
  1570. description "PortForward [Torrent Connection Ports]"
  1571. destination {
  1572. address 192.168.1.3
  1573. port 6883,51413
  1574. }
  1575. protocol tcp
  1576. }
  1577. rule 3013 {
  1578. action accept
  1579. description "PortForward [FTP Passive]"
  1580. destination {
  1581. address 192.168.1.4
  1582. port 9000-9010
  1583. }
  1584. protocol tcp_udp
  1585. }
  1586. rule 3014 {
  1587. action accept
  1588. description "PortForward [FTP (RL Project)]"
  1589. destination {
  1590. address 192.168.1.4
  1591. port 4030
  1592. }
  1593. protocol tcp
  1594. }
  1595. rule 3015 {
  1596. action accept
  1597. description "PortForward [RocketCenter Ubuntu SSH]"
  1598. destination {
  1599. address 192.168.1.22
  1600. port 22
  1601. }
  1602. protocol tcp
  1603. }
  1604. rule 3016 {
  1605. action accept
  1606. description "PortForward [RocketCenter Ubuntu WEB]"
  1607. destination {
  1608. address 192.168.1.22
  1609. port 80
  1610. }
  1611. protocol tcp
  1612. }
  1613. rule 3017 {
  1614. action accept
  1615. description "PortForward [RocketCenter Ubuntu TEST1]"
  1616. destination {
  1617. address 192.168.1.22
  1618. port 8070
  1619. }
  1620. protocol tcp
  1621. }
  1622. rule 3018 {
  1623. action accept
  1624. description "PortForward [RocketCenter Ubuntu TEST2]"
  1625. destination {
  1626. address 192.168.1.22
  1627. port 3306
  1628. }
  1629. protocol tcp
  1630. }
  1631. rule 3019 {
  1632. action accept
  1633. description "PortForward [Terraria Servers]"
  1634. destination {
  1635. address 192.168.1.4
  1636. port 7777-7779
  1637. }
  1638. protocol tcp
  1639. }
  1640. rule 3020 {
  1641. action accept
  1642. description "PortForward [Portal Knights Server]"
  1643. destination {
  1644. address 192.168.1.4
  1645. port 16365
  1646. }
  1647. protocol tcp
  1648. }
  1649. rule 3021 {
  1650. action accept
  1651. description "PortForward [Server Media Services (TCP)]"
  1652. destination {
  1653. address 192.168.1.3
  1654. port 943,8090-8091,9080,9443-9444,32400
  1655. }
  1656. protocol tcp
  1657. }
  1658. rule 3022 {
  1659. action accept
  1660. description "PortForward [NextCloud Syncing]"
  1661. destination {
  1662. address 192.168.1.3
  1663. port 8096
  1664. }
  1665. protocol tcp
  1666. }
  1667. rule 3023 {
  1668. action accept
  1669. description "PortForward [Server (NextCloud)]"
  1670. destination {
  1671. address 192.168.1.3
  1672. port 8096
  1673. }
  1674. protocol tcp
  1675. }
  1676. rule 3024 {
  1677. action accept
  1678. description "PortForward [MineCraft MineOS]"
  1679. destination {
  1680. address 192.168.1.3
  1681. port 25565,25566
  1682. }
  1683. protocol tcp
  1684. }
  1685. }
  1686. name WAN_LOCAL {
  1687. default-action drop
  1688. description "packets from internet to gateway"
  1689. rule 3001 {
  1690. action accept
  1691. description "allow established/related sessions"
  1692. state {
  1693. established enable
  1694. invalid disable
  1695. new disable
  1696. related enable
  1697. }
  1698. }
  1699. rule 3002 {
  1700. action drop
  1701. description "drop invalid state"
  1702. state {
  1703. established disable
  1704. invalid enable
  1705. new disable
  1706. related disable
  1707. }
  1708. }
  1709. }
  1710. name WAN_OUT {
  1711. default-action accept
  1712. description "packets to internet"
  1713. }
  1714. options {
  1715. mss-clamp {
  1716. interface-type pppoe
  1717. interface-type pptp
  1718. interface-type vti
  1719. mss 1452
  1720. }
  1721. mss-clamp6 {
  1722. interface-type pppoe
  1723. interface-type pptp
  1724. mss 1452
  1725. }
  1726. }
  1727. receive-redirects disable
  1728. send-redirects enable
  1729. source-validation strict
  1730. syn-cookies enable
  1731. }
  1732. interfaces {
  1733. ethernet eth0 {
  1734. address dhcp
  1735. description WAN
  1736. dhcp-options {
  1737. client-option "retry 60;"
  1738. default-route-distance 1
  1739. }
  1740. firewall {
  1741. in {
  1742. ipv6-name WANv6_IN
  1743. name WAN_IN
  1744. }
  1745. local {
  1746. ipv6-name WANv6_LOCAL
  1747. name WAN_LOCAL
  1748. }
  1749. out {
  1750. ipv6-name WANv6_OUT
  1751. name WAN_OUT
  1752. }
  1753. }
  1754. }
  1755. ethernet eth1 {
  1756. address 192.168.1.1/24
  1757. description LAN
  1758. firewall {
  1759. in {
  1760. ipv6-name LANv6_IN
  1761. name LAN_IN
  1762. }
  1763. local {
  1764. ipv6-name LANv6_LOCAL
  1765. name LAN_LOCAL
  1766. }
  1767. out {
  1768. ipv6-name LANv6_OUT
  1769. name LAN_OUT
  1770. }
  1771. }
  1772. }
  1773. ethernet eth2 {
  1774. disable
  1775. }
  1776. loopback lo {
  1777. }
  1778. }
  1779. port-forward {
  1780. auto-firewall disable
  1781. hairpin-nat enable
  1782. lan-interface eth1
  1783. rule 3001 {
  1784. description FTP
  1785. forward-to {
  1786. address 192.168.1.4
  1787. }
  1788. original-port 4020
  1789. protocol tcp_udp
  1790. }
  1791. rule 3002 {
  1792. description VMWare
  1793. forward-to {
  1794. address 192.168.1.3
  1795. }
  1796. original-port 443
  1797. protocol tcp
  1798. }
  1799. rule 3003 {
  1800. description VPN
  1801. forward-to {
  1802. address 192.168.1.3
  1803. }
  1804. original-port 17231
  1805. protocol tcp_udp
  1806. }
  1807. rule 3004 {
  1808. description Syncthing
  1809. forward-to {
  1810. address 192.168.1.3
  1811. }
  1812. original-port 10000
  1813. protocol tcp
  1814. }
  1815. rule 3005 {
  1816. description "Raspbian SSH"
  1817. forward-to {
  1818. address 192.168.1.50
  1819. port 22
  1820. }
  1821. original-port 1001
  1822. protocol tcp
  1823. }
  1824. rule 3006 {
  1825. description "Raspbian HTTP"
  1826. forward-to {
  1827. address 192.168.1.50
  1828. port 80
  1829. }
  1830. original-port 1002
  1831. protocol tcp
  1832. }
  1833. rule 3007 {
  1834. description "Raspbian ZNC (IRC)"
  1835. forward-to {
  1836. address 192.168.1.50
  1837. port 1025
  1838. }
  1839. original-port 1003
  1840. protocol tcp
  1841. }
  1842. rule 3008 {
  1843. description "qBittorrent WebUI"
  1844. forward-to {
  1845. address 192.168.1.3
  1846. }
  1847. original-port 8888
  1848. protocol tcp
  1849. }
  1850. rule 3009 {
  1851. description "Server Media Services (UDP)"
  1852. forward-to {
  1853. address 192.168.1.3
  1854. }
  1855. original-port 1194
  1856. protocol udp
  1857. }
  1858. rule 3010 {
  1859. description "Torrent Connection Ports"
  1860. forward-to {
  1861. address 192.168.1.3
  1862. }
  1863. original-port 6883,51413
  1864. protocol tcp
  1865. }
  1866. rule 3011 {
  1867. description "FTP Passive"
  1868. forward-to {
  1869. address 192.168.1.4
  1870. }
  1871. original-port 9000-9010
  1872. protocol tcp_udp
  1873. }
  1874. rule 3012 {
  1875. description "FTP (RL Project)"
  1876. forward-to {
  1877. address 192.168.1.4
  1878. }
  1879. original-port 4030
  1880. protocol tcp
  1881. }
  1882. rule 3013 {
  1883. description "RocketCenter Ubuntu SSH"
  1884. forward-to {
  1885. address 192.168.1.22
  1886. port 22
  1887. }
  1888. original-port 19987
  1889. protocol tcp
  1890. }
  1891. rule 3014 {
  1892. description "RocketCenter Ubuntu WEB"
  1893. forward-to {
  1894. address 192.168.1.22
  1895. port 80
  1896. }
  1897. original-port 19999
  1898. protocol tcp
  1899. }
  1900. rule 3015 {
  1901. description "RocketCenter Ubuntu TEST1"
  1902. forward-to {
  1903. address 192.168.1.22
  1904. port 8070
  1905. }
  1906. original-port 21087
  1907. protocol tcp
  1908. }
  1909. rule 3016 {
  1910. description "RocketCenter Ubuntu TEST2"
  1911. forward-to {
  1912. address 192.168.1.22
  1913. port 3306
  1914. }
  1915. original-port 23306
  1916. protocol tcp
  1917. }
  1918. rule 3017 {
  1919. description "Terraria Servers"
  1920. forward-to {
  1921. address 192.168.1.4
  1922. }
  1923. original-port 7777-7779
  1924. protocol tcp
  1925. }
  1926. rule 3018 {
  1927. description "Portal Knights Server"
  1928. forward-to {
  1929. address 192.168.1.4
  1930. }
  1931. original-port 16365
  1932. protocol tcp
  1933. }
  1934. rule 3019 {
  1935. description "Server Media Services (TCP)"
  1936. forward-to {
  1937. address 192.168.1.3
  1938. }
  1939. original-port 943,8090-8091,9080,9443-9444,32400
  1940. protocol tcp
  1941. }
  1942. rule 3020 {
  1943. description "NextCloud Syncing"
  1944. forward-to {
  1945. address 192.168.1.3
  1946. }
  1947. original-port 8096
  1948. protocol tcp
  1949. }
  1950. rule 3021 {
  1951. description "Server (NextCloud)"
  1952. forward-to {
  1953. address 192.168.1.3
  1954. }
  1955. original-port 8096
  1956. protocol tcp
  1957. }
  1958. rule 3022 {
  1959. description "MineCraft MineOS"
  1960. forward-to {
  1961. address 192.168.1.3
  1962. }
  1963. original-port 25565,25566
  1964. protocol tcp
  1965. }
  1966. wan-interface eth0
  1967. }
  1968. service {
  1969. dhcp-server {
  1970. disabled false
  1971. global-parameters "class "denied" { match substring (hardware, 1, 6); deny booting; } subclass "denied" fc:ec:da:48:cf:17; subclass "denied" fc:ec:da:48:cf:18; subclass "denied" fc:ec:da:48:cf:19;"
  1972. hostfile-update enable
  1973. shared-network-name net_LAN_eth1_192.168.1.0-24 {
  1974. authoritative enable
  1975. description vlan1
  1976. subnet 192.168.1.0/24 {
  1977. default-router 192.168.1.1
  1978. dns-server 192.168.1.1
  1979. domain-name localdomain
  1980. lease 86400
  1981. start 192.168.1.6 {
  1982. stop 192.168.1.254
  1983. }
  1984. static-mapping 00-0c-43-f1-06-8d {
  1985. host-record disable
  1986. ip-address 192.168.1.69
  1987. mac-address 00:0c:43:f1:06:8d
  1988. }
  1989. static-mapping 00-1b-a9-bd-25-2d {
  1990. host-record disable
  1991. ip-address 192.168.1.18
  1992. mac-address 00:1b:a9:bd:25:2d
  1993. }
  1994. static-mapping 00-ee-22-aa-18-ba {
  1995. host-record disable
  1996. ip-address 192.168.1.51
  1997. mac-address 00:ee:22:aa:18:ba
  1998. }
  1999. static-mapping 7c-dd-90-a7-6f-56 {
  2000. host-record disable
  2001. ip-address 192.168.1.47
  2002. mac-address 7c:dd:90:a7:6f:56
  2003. }
  2004. static-mapping 34-d2-70-3b-3a-35 {
  2005. host-record disable
  2006. ip-address 192.168.1.34
  2007. mac-address 34:d2:70:3b:3a:35
  2008. }
  2009. static-mapping 34-d2-70-b3-96-88 {
  2010. host-record disable
  2011. ip-address 192.168.1.40
  2012. mac-address 34:d2:70:b3:96:88
  2013. }
  2014. static-mapping 52-54-00-eb-ad-bc {
  2015. host-record disable
  2016. ip-address 192.168.1.4
  2017. mac-address 52:54:00:eb:ad:bc
  2018. }
  2019. static-mapping 74-da-38-6c-7d-4e {
  2020. host-record disable
  2021. ip-address 192.168.1.49
  2022. mac-address 74:da:38:6c:7d:4e
  2023. }
  2024. static-mapping ac-1f-6b-15-ea-72 {
  2025. host-record disable
  2026. ip-address 192.168.1.3
  2027. mac-address ac:1f:6b:15:ea:72
  2028. }
  2029. static-mapping b8-27-eb-37-5b-f9 {
  2030. host-record disable
  2031. ip-address 192.168.1.50
  2032. mac-address b8:27:eb:37:5b:f9
  2033. }
  2034. static-mapping ba-2e-2c-0d-42-1f {
  2035. host-record disable
  2036. ip-address 192.168.1.13
  2037. mac-address ba:2e:2c:0d:42:1f
  2038. }
  2039. static-mapping d0-52-a8-63-4d-12 {
  2040. host-record disable
  2041. ip-address 192.168.1.48
  2042. mac-address d0:52:a8:63:4d:12
  2043. }
  2044. static-mapping dc-85-de-e8-bb-e4 {
  2045. host-record disable
  2046. ip-address 192.168.1.39
  2047. mac-address dc:85:de:e8:bb:e4
  2048. }
  2049. static-mapping ec-b5-fa-00-2c-0c {
  2050. host-record disable
  2051. ip-address 192.168.1.52
  2052. mac-address ec:b5:fa:00:2c:0c
  2053. }
  2054. }
  2055. }
  2056. use-dnsmasq disable
  2057. }
  2058. dns {
  2059. forwarding {
  2060. cache-size 10000
  2061. except-interface eth0
  2062. options ptr-record=1.1.168.192.in-addr.arpa,UniFiSecurityGateway
  2063. options host-record=unifi,192.168.1.4
  2064. }
  2065. }
  2066. gui {
  2067. https-port 443
  2068. }
  2069. lldp {
  2070. interface eth0 {
  2071. disable
  2072. }
  2073. }
  2074. nat {
  2075. rule 6001 {
  2076. description "MASQ corporate_network to WAN"
  2077. log disable
  2078. outbound-interface eth0
  2079. protocol all
  2080. source {
  2081. group {
  2082. network-group corporate_network
  2083. }
  2084. }
  2085. type masquerade
  2086. }
  2087. rule 6002 {
  2088. description "MASQ remote_user_vpn_network to WAN"
  2089. log disable
  2090. outbound-interface eth0
  2091. protocol all
  2092. source {
  2093. group {
  2094. network-group remote_user_vpn_network
  2095. }
  2096. }
  2097. type masquerade
  2098. }
  2099. rule 6003 {
  2100. description "MASQ guest_network to WAN"
  2101. log disable
  2102. outbound-interface eth0
  2103. protocol all
  2104. source {
  2105. group {
  2106. network-group guest_network
  2107. }
  2108. }
  2109. type masquerade
  2110. }
  2111. }
  2112. ssh {
  2113. port 22
  2114. protocol-version v2
  2115. }
  2116. }
  2117. system {
  2118. conntrack {
  2119. modules {
  2120. sip {
  2121. disable
  2122. }
  2123. }
  2124. timeout {
  2125. icmp 30
  2126. other 600
  2127. tcp {
  2128. close 10
  2129. close-wait 60
  2130. established 7440
  2131. fin-wait 120
  2132. last-ack 30
  2133. syn-recv 60
  2134. syn-sent 120
  2135. time-wait 120
  2136. }
  2137. udp {
  2138. other 30
  2139. stream 180
  2140. }
  2141. }
  2142. }
  2143. domain-name localdomain
  2144. host-name UniFiSecurityGateway
  2145. ip {
  2146. override-hostname-ip 192.168.1.1
  2147. }
  2148. login {
  2149. user admin {
  2150. authentication {
  2151. encrypted-password ****************
  2152. }
  2153. level admin
  2154. }
  2155. }
  2156. ntp {
  2157. server 0.ubnt.pool.ntp.org {
  2158. }
  2159. server 1.ubnt.pool.ntp.org {
  2160. }
  2161. server 2.ubnt.pool.ntp.org {
  2162. }
  2163. server 3.ubnt.pool.ntp.org {
  2164. }
  2165. }
  2166. offload {
  2167. ipsec enable
  2168. ipv4 {
  2169. forwarding enable
  2170. gre enable
  2171. pppoe enable
  2172. vlan enable
  2173. }
  2174. ipv6 {
  2175. forwarding enable
  2176. vlan enable
  2177. }
  2178. }
  2179. static-host-mapping {
  2180. host-name setup.ubnt.com {
  2181. alias setup
  2182. inet 192.168.1.1
  2183. }
  2184. }
  2185. syslog {
  2186. global {
  2187. facility all {
  2188. level notice
  2189. }
  2190. facility protocols {
  2191. level debug
  2192. }
  2193. }
  2194. }
  2195. time-zone America/New_York
  2196. traffic-analysis {
  2197. dpi enable
  2198. export disable
  2199. }
  2200. }
  2201. unifi {
  2202. mgmt {
  2203. cfgversion fb601e152367f410
  2204. }
  2205. }
  2206.  
  2207. ----------------
  2208. Package Repository Configuration File
  2209. ----------------
  2210.  
  2211. ----------------
  2212. User Startup Scripts
  2213. ----------------
  2214. #!/bin/sh -e
  2215. #
  2216. # rc.local
  2217. #
  2218. # This script is executed at the end of each multiuser runlevel.
  2219. # Make sure that the script will "exit 0" on success or any other
  2220. # value on error.
  2221. #
  2222. # In order to enable or disable this script just change the execution
  2223. # bits.
  2224. #
  2225. # By default this script does nothing.
  2226.  
  2227. exit 0
  2228.  
  2229. ----------------
  2230. post-config.d scripts
  2231. ----------------
  2232. total 0
  2233.  
  2234. ----------------
  2235. Quagga Configuration
  2236. ----------------
  2237. Building configuration...
  2238.  
  2239. Current configuration:
  2240. !
  2241. log syslog
  2242. log facility local7
  2243. !
  2244. interface eth0
  2245. ipv6 nd suppress-ra
  2246. !
  2247. interface eth1
  2248. ipv6 nd suppress-ra
  2249. !
  2250. interface eth2
  2251. ipv6 nd suppress-ra
  2252. !
  2253. interface imq0
  2254. ipv6 nd suppress-ra
  2255. !
  2256. interface lo
  2257. !
  2258. ip route 0.0.0.0/0 192.168.0.1
  2259. !
  2260. ip forwarding
  2261. ipv6 forwarding
  2262. !
  2263. line vty
  2264. !
  2265. end
  2266.  
  2267. ----------------
  2268. INTERFACES
  2269. ----------------
  2270.  
  2271. ----------------
  2272. Interfaces
  2273. ----------------
  2274. Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
  2275. Interface IP Address S/L Description
  2276. --------- ---------- --- -----------
  2277. eth0 192.168.0.6/24 u/u WAN
  2278. eth1 192.168.1.1/24 u/u LAN
  2279. eth2 - A/D
  2280. lo 127.0.0.1/8 u/u
  2281. ::1/128
  2282.  
  2283. ----------------
  2284. Ethernet
  2285. ----------------
  2286.  
  2287. ----------------
  2288. Interface statistics
  2289. ----------------
  2290. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT
  2291. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  2292. RX: bytes packets errors dropped overrun mcast
  2293. 11324 131 0 0 0 0
  2294. TX: bytes packets errors dropped carrier collsns
  2295. 11324 131 0 0 0 0
  2296. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT
  2297. link/ether fc:ec:da:48:cf:17 brd ff:ff:ff:ff:ff:ff
  2298. alias WAN
  2299. RX: bytes packets errors dropped overrun mcast
  2300. 2871110330 2369657 0 0 0 352
  2301. TX: bytes packets errors dropped carrier collsns
  2302. 485902623 1265858 0 0 0 0
  2303. 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT
  2304. link/ether fc:ec:da:48:cf:18 brd ff:ff:ff:ff:ff:ff
  2305. alias LAN
  2306. RX: bytes packets errors dropped overrun mcast
  2307. 495637146 1297917 0 5 0 11455
  2308. TX: bytes packets errors dropped carrier collsns
  2309. 2870260633 2388261 0 0 0 0
  2310. 4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noqueue state DOWN mode DEFAULT
  2311. link/ether fc:ec:da:48:cf:19 brd ff:ff:ff:ff:ff:ff
  2312. RX: bytes packets errors dropped overrun mcast
  2313. 0 0 0 0 0 0
  2314. TX: bytes packets errors dropped carrier collsns
  2315. 0 0 0 0 0 0
  2316. 5: imq0: <NOARP,UP,LOWER_UP> mtu 16000 qdisc pfifo_fast state UNKNOWN mode DEFAULT qlen 11000
  2317. link/void
  2318. RX: bytes packets errors dropped overrun mcast
  2319. 0 0 0 0 0 0
  2320. TX: bytes packets errors dropped carrier collsns
  2321. 0 0 0 0 0 0
  2322.  
  2323. ----------------
  2324. Physical Interface Details for eth0
  2325. ----------------
  2326. Settings for eth0:
  2327. Auto-negotiation: on
  2328. Speed: 1000Mb/s
  2329. Duplex: Full
  2330. Link detected: yes
  2331.  
  2332. ----------------
  2333. Physical Interface Details for eth1
  2334. ----------------
  2335. Settings for eth1:
  2336. Auto-negotiation: on
  2337. Speed: 1000Mb/s
  2338. Duplex: Full
  2339. Link detected: yes
  2340.  
  2341. ----------------
  2342. Physical Interface Details for eth2
  2343. ----------------
  2344. Settings for eth2:
  2345. Auto-negotiation: on
  2346. Speed: 10Mb/s
  2347. Duplex: Half
  2348. Link detected: no
  2349.  
  2350. ----------------
  2351. ARP Table (Total entries)
  2352. ----------------
  2353. Address HWtype HWaddress Flags Mask Iface
  2354. 192.168.1.17 ether e0:c7:67:b8:78:40 C eth1
  2355. 192.168.1.40 ether 34:d2:70:b3:96:88 C eth1
  2356. 192.168.1.34 ether 34:d2:70:3b:3a:35 C eth1
  2357. 192.168.1.75 ether 74:c2:46:a9:62:83 C eth1
  2358. 192.168.1.36 ether 18:b4:30:6e:19:e0 C eth1
  2359. 192.168.1.16 ether f0:99:bf:4d:4e:ff C eth1
  2360. 192.168.1.27 ether fc:19:10:76:a7:99 C eth1
  2361. 192.168.1.29 ether dc:0c:5c:88:28:2b C eth1
  2362. 192.168.1.70 ether 18:b4:30:c2:99:81 C eth1
  2363. 192.168.1.56 ether e8:d1:1b:39:8e:cb C eth1
  2364. 192.168.1.23 ether 44:91:60:d6:34:1a C eth1
  2365. 192.168.1.52 ether ec:b5:fa:00:2c:0c C eth1
  2366. 192.168.1.3 ether ac:1f:6b:15:ea:72 C eth1
  2367. 192.168.1.208 (incomplete) eth1
  2368. 192.168.1.73 ether b8:e9:37:83:6f:8c C eth1
  2369. 192.168.1.155 (incomplete) eth1
  2370. 192.168.1.67 ether cc:6e:a4:eb:58:8c C eth1
  2371. 192.168.1.114 ether f0:4d:a2:5f:21:a9 C eth1
  2372. 192.168.1.69 ether 00:0c:43:f1:06:8d C eth1
  2373. 192.168.1.63 ether b4:fb:e4:20:7f:03 C eth1
  2374. 192.168.1.22 ether 52:54:00:9c:8e:6a C eth1
  2375. 192.168.1.8 ether d8:61:62:4d:5c:3a C eth1
  2376. 192.168.1.4 ether 52:54:00:eb:ad:bc C eth1
  2377. 192.168.1.66 ether b4:fb:e4:20:89:f8 C eth1
  2378. 192.168.1.21 ether 10:1c:0c:57:38:ae C eth1
  2379. 192.168.1.15 ether 3c:a9:f4:0c:ec:0c C eth1
  2380. 192.168.1.48 ether d0:52:a8:63:4d:12 C eth1
  2381. 192.168.1.44 ether 28:a0:2b:53:df:d2 C eth1
  2382. 192.168.1.65 ether 18:b4:30:71:4d:44 C eth1
  2383. 192.168.1.41 ether dc:ef:ca:3d:63:d0 C eth1
  2384. 192.168.0.1 ether 80:2b:f9:ff:8e:86 C eth0
  2385. 192.168.1.207 (incomplete) eth1
  2386. 192.168.1.64 ether fc:ec:da:d4:c0:b7 C eth1
  2387.  
  2388. ----------------
  2389. Number of incomplete entries in ARP table
  2390. ----------------
  2391. 3
  2392.  
  2393. ----------------
  2394. ROUTING
  2395. ----------------
  2396.  
  2397. ----------------
  2398. show ip route connected (total 3)
  2399. ----------------
  2400. Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
  2401. I - ISIS, B - BGP, > - selected route, * - FIB route
  2402.  
  2403. C>* 127.0.0.0/8 is directly connected, lo
  2404. C>* 192.168.0.0/24 is directly connected, eth0
  2405. C>* 192.168.1.0/24 is directly connected, eth1
  2406.  
  2407. ----------------
  2408. show ip route static (total 1)
  2409. ----------------
  2410. Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
  2411. I - ISIS, B - BGP, > - selected route, * - FIB route
  2412.  
  2413. S>* 0.0.0.0/0 [1/0] via 192.168.0.1, eth0
  2414.  
  2415. ----------------
  2416. show ip route rip (total 0)- limit 500
  2417. ----------------
  2418.  
  2419. ----------------
  2420. show ip route ospf (total 0)- limit 500
  2421. ----------------
  2422.  
  2423. ----------------
  2424. show ip route bgp (total 0)- limit 500
  2425. ----------------
  2426.  
  2427. ----------------
  2428. show ip route (total 4)- limit 500
  2429. ----------------
  2430. Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
  2431. I - ISIS, B - BGP, > - selected route, * - FIB route
  2432.  
  2433. S>* 0.0.0.0/0 [1/0] via 192.168.0.1, eth0
  2434. C>* 127.0.0.0/8 is directly connected, lo
  2435. C>* 192.168.0.0/24 is directly connected, eth0
  2436. C>* 192.168.1.0/24 is directly connected, eth1
  2437.  
  2438. ----------------
  2439. show ipv6 route connected (total 3)
  2440. ----------------
  2441. Codes: K - kernel route, C - connected, S - static, R - RIPng, O - OSPFv3,
  2442. I - ISIS, B - BGP, * - FIB route.
  2443.  
  2444. C>* ::1/128 is directly connected, lo
  2445. C * fe80::/64 is directly connected, eth0
  2446. C>* fe80::/64 is directly connected, eth1
  2447.  
  2448. ----------------
  2449. show ipv6 route static (total 0)
  2450. ----------------
  2451.  
  2452. ----------------
  2453. show ipv6 route ripng (total 0)- limit 500
  2454. ----------------
  2455.  
  2456. ----------------
  2457. show ipv6 route ospf6 (total 0)- limit 500
  2458. ----------------
  2459.  
  2460. ----------------
  2461. show ipv6 route bgp (total 0)- limit 500
  2462. ----------------
  2463.  
  2464. ----------------
  2465. show ipv6 route (total 3)- limit 500
  2466. ----------------
  2467. Codes: K - kernel route, C - connected, S - static, R - RIPng, O - OSPFv3,
  2468. I - ISIS, B - BGP, * - FIB route.
  2469.  
  2470. C>* ::1/128 is directly connected, lo
  2471. C * fe80::/64 is directly connected, eth0
  2472. C>* fe80::/64 is directly connected, eth1
  2473.  
  2474. ----------------
  2475. IPTABLES
  2476. ----------------
  2477.  
  2478. ----------------
  2479. Filter Chain Details
  2480. ----------------
  2481. Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
  2482. pkts bytes target prot opt in out source destination
  2483. 32326 3810K UBNT_VPN_IPSEC_FW_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2484. 32326 3810K VYATTA_FW_LOCAL_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2485. 30927 3652K VYATTA_POST_FW_IN_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2486.  
  2487. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  2488. pkts bytes target prot opt in out source destination
  2489. 44624 7621K MINIUPNPD all -- * * 0.0.0.0/0 0.0.0.0/0
  2490. 111K 15M UBNT_VPN_IPSEC_FW_IN_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2491. 111K 15M UBNT_PFOR_FW_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2492. 111K 15M VYATTA_FW_IN_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2493. 111K 15M VYATTA_FW_OUT_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2494. 111K 15M VYATTA_POST_FW_FWD_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2495.  
  2496. Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
  2497. pkts bytes target prot opt in out source destination
  2498. 25255 9577K VYATTA_POST_FW_OUT_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2499.  
  2500. Chain AUTHORIZED_GUESTS (0 references)
  2501. pkts bytes target prot opt in out source destination
  2502. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 /* AUTHORIZED_GUESTS-10000 default-action accept */
  2503.  
  2504. Chain GUEST_IN (0 references)
  2505. pkts bytes target prot opt in out source destination
  2506. 0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_IN-3001 */ tcp dpt:53
  2507. 0 0 RETURN udp -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_IN-3001 */ udp dpt:53
  2508. 0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_IN-3002 */ tcp dpt:443 match-set captive_portal_subnets dst
  2509. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_IN-3003 */ match-set guest_allow_addresses dst
  2510. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_IN-3004 */ match-set guest_restricted_addresses dst
  2511. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_IN-3005 */ match-set corporate_network dst
  2512. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_IN-3006 */ match-set remote_user_vpn_network dst
  2513. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_IN-3007 */ match-set authorized_guests dst
  2514. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_IN-10000 default-action accept */
  2515.  
  2516. Chain GUEST_LOCAL (0 references)
  2517. pkts bytes target prot opt in out source destination
  2518. 0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_LOCAL-3001 */ tcp dpt:53
  2519. 0 0 RETURN udp -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_LOCAL-3001 */ udp dpt:53
  2520. 0 0 RETURN icmp -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_LOCAL-3002 */
  2521. 0 0 RETURN udp -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_LOCAL-3003 */ udp spt:68 dpt:67
  2522. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_LOCAL-10000 default-action drop */
  2523.  
  2524. Chain GUEST_OUT (0 references)
  2525. pkts bytes target prot opt in out source destination
  2526. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 /* GUEST_OUT-10000 default-action accept */
  2527.  
  2528. Chain LAN_IN (1 references)
  2529. pkts bytes target prot opt in out source destination
  2530. 60419 7425K RETURN all -- * * 192.168.1.0/24 0.0.0.0/0 /* LAN_IN-6001 */
  2531. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 /* LAN_IN-10000 default-action accept */
  2532.  
  2533. Chain LAN_LOCAL (1 references)
  2534. pkts bytes target prot opt in out source destination
  2535. 25741 2909K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 /* LAN_LOCAL-10000 default-action accept */
  2536.  
  2537. Chain LAN_OUT (1 references)
  2538. pkts bytes target prot opt in out source destination
  2539. 50244 7266K RETURN all -- * * 0.0.0.0/0 192.168.1.0/24 /* LAN_OUT-6001 */
  2540. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 /* LAN_OUT-10000 default-action accept */
  2541.  
  2542. Chain MINIUPNPD (1 references)
  2543. pkts bytes target prot opt in out source destination
  2544.  
  2545. Chain UBNT_PFOR_FW_HOOK (1 references)
  2546. pkts bytes target prot opt in out source destination
  2547.  
  2548. Chain UBNT_PFOR_FW_RULES (0 references)
  2549. pkts bytes target prot opt in out source destination
  2550.  
  2551. Chain UBNT_VPN_IPSEC_FW_HOOK (1 references)
  2552. pkts bytes target prot opt in out source destination
  2553.  
  2554. Chain UBNT_VPN_IPSEC_FW_IN_HOOK (1 references)
  2555. pkts bytes target prot opt in out source destination
  2556.  
  2557. Chain VYATTA_FW_IN_HOOK (1 references)
  2558. pkts bytes target prot opt in out source destination
  2559. 50244 7266K WAN_IN all -- eth0 * 0.0.0.0/0 0.0.0.0/0
  2560. 60419 7425K LAN_IN all -- eth1 * 0.0.0.0/0 0.0.0.0/0
  2561.  
  2562. Chain VYATTA_FW_LOCAL_HOOK (1 references)
  2563. pkts bytes target prot opt in out source destination
  2564. 6399 886K WAN_LOCAL all -- eth0 * 0.0.0.0/0 0.0.0.0/0
  2565. 25741 2909K LAN_LOCAL all -- eth1 * 0.0.0.0/0 0.0.0.0/0
  2566.  
  2567. Chain VYATTA_FW_OUT_HOOK (1 references)
  2568. pkts bytes target prot opt in out source destination
  2569. 60409 7424K WAN_OUT all -- * eth0 0.0.0.0/0 0.0.0.0/0
  2570. 50244 7266K LAN_OUT all -- * eth1 0.0.0.0/0 0.0.0.0/0
  2571.  
  2572. Chain VYATTA_POST_FW_FWD_HOOK (1 references)
  2573. pkts bytes target prot opt in out source destination
  2574. 111K 15M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  2575.  
  2576. Chain VYATTA_POST_FW_IN_HOOK (1 references)
  2577. pkts bytes target prot opt in out source destination
  2578. 30927 3652K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  2579.  
  2580. Chain VYATTA_POST_FW_OUT_HOOK (1 references)
  2581. pkts bytes target prot opt in out source destination
  2582. 25255 9577K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  2583.  
  2584. Chain WAN_IN (1 references)
  2585. pkts bytes target prot opt in out source destination
  2586. 35077 5437K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 /* WAN_IN-3001 */ state RELATED,ESTABLISHED
  2587. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* WAN_IN-3002 */ state INVALID
  2588. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.4 /* WAN_IN-3003 */ tcp dpt:4020
  2589. 0 0 RETURN udp -- * * 0.0.0.0/0 192.168.1.4 /* WAN_IN-3003 */ udp dpt:4020
  2590. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.3 /* WAN_IN-3004 */ tcp dpt:443
  2591. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.3 /* WAN_IN-3005 */ tcp dpt:17231
  2592. 0 0 RETURN udp -- * * 0.0.0.0/0 192.168.1.3 /* WAN_IN-3005 */ udp dpt:17231
  2593. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.3 /* WAN_IN-3006 */ tcp dpt:10000
  2594. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.50 /* WAN_IN-3007 */ tcp dpt:22
  2595. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.50 /* WAN_IN-3008 */ tcp dpt:80
  2596. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.50 /* WAN_IN-3009 */ tcp dpt:1025
  2597. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.3 /* WAN_IN-3010 */ tcp dpt:8888
  2598. 0 0 RETURN udp -- * * 0.0.0.0/0 192.168.1.3 /* WAN_IN-3011 */ udp dpt:1194
  2599. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.3 /* WAN_IN-3012 */ multiport dports 6883,51413
  2600. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.4 /* WAN_IN-3013 */ multiport dports 9000:9010
  2601. 0 0 RETURN udp -- * * 0.0.0.0/0 192.168.1.4 /* WAN_IN-3013 */ multiport dports 9000:9010
  2602. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.4 /* WAN_IN-3014 */ tcp dpt:4030
  2603. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.22 /* WAN_IN-3015 */ tcp dpt:22
  2604. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.22 /* WAN_IN-3016 */ tcp dpt:80
  2605. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.22 /* WAN_IN-3017 */ tcp dpt:8070
  2606. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.22 /* WAN_IN-3018 */ tcp dpt:3306
  2607. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.4 /* WAN_IN-3019 */ multiport dports 7777:7779
  2608. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.4 /* WAN_IN-3020 */ tcp dpt:16365
  2609. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.3 /* WAN_IN-3021 */ multiport dports 943,8090:8091,9080,9443:9444,32400
  2610. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.3 /* WAN_IN-3022 */ tcp dpt:8096
  2611. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.3 /* WAN_IN-3023 */ tcp dpt:8096
  2612. 0 0 RETURN tcp -- * * 0.0.0.0/0 192.168.1.3 /* WAN_IN-3024 */ multiport dports 25565,25566
  2613. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* WAN_IN-10000 default-action drop */
  2614.  
  2615. Chain WAN_LOCAL (1 references)
  2616. pkts bytes target prot opt in out source destination
  2617. 5000 728K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 /* WAN_LOCAL-3001 */ state RELATED,ESTABLISHED
  2618. 49 3685 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* WAN_LOCAL-3002 */ state INVALID
  2619. 1350 155K DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* WAN_LOCAL-10000 default-action drop */
  2620.  
  2621. Chain WAN_OUT (1 references)
  2622. pkts bytes target prot opt in out source destination
  2623. 60409 7424K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 /* WAN_OUT-10000 default-action accept */
  2624.  
  2625. ----------------
  2626. Nat Chain Details
  2627. ----------------
  2628. Chain PREROUTING (policy ACCEPT 8433 packets, 898K bytes)
  2629. pkts bytes target prot opt in out source destination
  2630. 8433 898K MINIUPNPD all -- * * 0.0.0.0/0 0.0.0.0/0
  2631. 23767 2400K UBNT_PFOR_DNAT_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2632. 23767 2400K VYATTA_PRE_DNAT_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2633.  
  2634. Chain INPUT (policy ACCEPT 2331 packets, 223K bytes)
  2635. pkts bytes target prot opt in out source destination
  2636.  
  2637. Chain OUTPUT (policy ACCEPT 2014 packets, 142K bytes)
  2638. pkts bytes target prot opt in out source destination
  2639.  
  2640. Chain POSTROUTING (policy ACCEPT 2014 packets, 142K bytes)
  2641. pkts bytes target prot opt in out source destination
  2642. 17549 1614K UBNT_VPN_IPSEC_SNAT_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2643. 6318 576K MINIUPNPD-POSTROUTING all -- * * 0.0.0.0/0 0.0.0.0/0
  2644. 17549 1614K UBNT_PFOR_SNAT_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2645. 11857 1061K MASQUERADE all -- * eth0 0.0.0.0/0 0.0.0.0/0 match-set corporate_network src /* NAT-6001 */
  2646. 0 0 MASQUERADE all -- * eth0 0.0.0.0/0 0.0.0.0/0 match-set remote_user_vpn_network src /* NAT-6002 */
  2647. 0 0 MASQUERADE all -- * eth0 0.0.0.0/0 0.0.0.0/0 match-set guest_network src /* NAT-6003 */
  2648. 5692 553K VYATTA_PRE_SNAT_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2649.  
  2650. Chain MINIUPNPD (1 references)
  2651. pkts bytes target prot opt in out source destination
  2652.  
  2653. Chain MINIUPNPD-POSTROUTING (1 references)
  2654. pkts bytes target prot opt in out source destination
  2655.  
  2656. Chain UBNT_PFOR_DNAT_HOOK (1 references)
  2657. pkts bytes target prot opt in out source destination
  2658. 1251 140K UBNT_PFOR_DNAT_RULES all -- eth0 * 0.0.0.0/0 0.0.0.0/0 match-set ADDRv4_eth0 dst
  2659. 0 0 UBNT_PFOR_DNAT_RULES all -- eth1 * 0.0.0.0/0 0.0.0.0/0 match-set ADDRv4_eth0 dst
  2660.  
  2661. Chain UBNT_PFOR_DNAT_RULES (2 references)
  2662. pkts bytes target prot opt in out source destination
  2663. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:4020 to:192.168.1.4
  2664. 0 0 DNAT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:4020 to:192.168.1.4
  2665. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 to:192.168.1.3
  2666. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:17231 to:192.168.1.3
  2667. 0 0 DNAT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:17231 to:192.168.1.3
  2668. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:10000 to:192.168.1.3
  2669. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:1001 to:192.168.1.50:22
  2670. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:1002 to:192.168.1.50:80
  2671. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:1003 to:192.168.1.50:1025
  2672. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8888 to:192.168.1.3
  2673. 0 0 DNAT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:1194 to:192.168.1.3
  2674. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp multiport dports 6883,51413 to:192.168.1.3
  2675. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp multiport dports 9000:9010 to:192.168.1.4
  2676. 0 0 DNAT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp multiport dports 9000:9010 to:192.168.1.4
  2677. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:4030 to:192.168.1.4
  2678. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:19987 to:192.168.1.22:22
  2679. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:19999 to:192.168.1.22:80
  2680. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:21087 to:192.168.1.22:8070
  2681. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:23306 to:192.168.1.22:3306
  2682. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp multiport dports 7777:7779 to:192.168.1.4
  2683. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:16365 to:192.168.1.4
  2684. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp multiport dports 943,8090:8091,9080,9443:9444,32400 to:192.168.1.3
  2685. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8096 to:192.168.1.3
  2686. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8096 to:192.168.1.3
  2687. 0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp multiport dports 25565,25566 to:192.168.1.3
  2688.  
  2689. Chain UBNT_PFOR_SNAT_HOOK (1 references)
  2690. pkts bytes target prot opt in out source destination
  2691. 488 110K UBNT_PFOR_SNAT_RULES all -- * eth1 0.0.0.0/0 0.0.0.0/0
  2692.  
  2693. Chain UBNT_PFOR_SNAT_RULES (1 references)
  2694. pkts bytes target prot opt in out source destination
  2695. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.4 match-set NETv4_eth1 src tcp dpt:4020
  2696. 0 0 MASQUERADE udp -- * eth1 0.0.0.0/0 192.168.1.4 match-set NETv4_eth1 src udp dpt:4020
  2697. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.3 match-set NETv4_eth1 src tcp dpt:443
  2698. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.3 match-set NETv4_eth1 src tcp dpt:17231
  2699. 0 0 MASQUERADE udp -- * eth1 0.0.0.0/0 192.168.1.3 match-set NETv4_eth1 src udp dpt:17231
  2700. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.3 match-set NETv4_eth1 src tcp dpt:10000
  2701. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.50 match-set NETv4_eth1 src tcp dpt:22
  2702. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.50 match-set NETv4_eth1 src tcp dpt:80
  2703. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.50 match-set NETv4_eth1 src tcp dpt:1025
  2704. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.3 match-set NETv4_eth1 src tcp dpt:8888
  2705. 0 0 MASQUERADE udp -- * eth1 0.0.0.0/0 192.168.1.3 match-set NETv4_eth1 src udp dpt:1194
  2706. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.3 match-set NETv4_eth1 src tcp multiport dports 6883,51413
  2707. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.4 match-set NETv4_eth1 src tcp multiport dports 9000:9010
  2708. 0 0 MASQUERADE udp -- * eth1 0.0.0.0/0 192.168.1.4 match-set NETv4_eth1 src udp multiport dports 9000:9010
  2709. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.4 match-set NETv4_eth1 src tcp dpt:4030
  2710. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.22 match-set NETv4_eth1 src tcp dpt:22
  2711. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.22 match-set NETv4_eth1 src tcp dpt:80
  2712. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.22 match-set NETv4_eth1 src tcp dpt:8070
  2713. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.22 match-set NETv4_eth1 src tcp dpt:3306
  2714. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.4 match-set NETv4_eth1 src tcp multiport dports 7777:7779
  2715. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.4 match-set NETv4_eth1 src tcp dpt:16365
  2716. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.3 match-set NETv4_eth1 src tcp multiport dports 943,8090:8091,9080,9443:9444,32400
  2717. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.3 match-set NETv4_eth1 src tcp dpt:8096
  2718. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.3 match-set NETv4_eth1 src tcp dpt:8096
  2719. 0 0 MASQUERADE tcp -- * eth1 0.0.0.0/0 192.168.1.3 match-set NETv4_eth1 src tcp multiport dports 25565,25566
  2720.  
  2721. Chain UBNT_VPN_IPSEC_SNAT_HOOK (1 references)
  2722. pkts bytes target prot opt in out source destination
  2723.  
  2724. Chain VYATTA_PRE_DNAT_HOOK (1 references)
  2725. pkts bytes target prot opt in out source destination
  2726. 23767 2400K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
  2727.  
  2728. Chain VYATTA_PRE_SNAT_HOOK (1 references)
  2729. pkts bytes target prot opt in out source destination
  2730. 5692 553K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
  2731.  
  2732. ----------------
  2733. Mangle Chain Details
  2734. ----------------
  2735. Chain PREROUTING (policy ACCEPT 55875 packets, 8802K bytes)
  2736. pkts bytes target prot opt in out source destination
  2737. 55875 8802K MINIUPNPD all -- * * 0.0.0.0/0 0.0.0.0/0
  2738. 146K 19M VYATTA_FW_IN_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2739.  
  2740. Chain INPUT (policy ACCEPT 10651 packets, 1072K bytes)
  2741. pkts bytes target prot opt in out source destination
  2742.  
  2743. Chain FORWARD (policy ACCEPT 44628 packets, 7621K bytes)
  2744. pkts bytes target prot opt in out source destination
  2745. 111K 15M UBNT_FW_MSS_CLAMP all -- * * 0.0.0.0/0 0.0.0.0/0
  2746.  
  2747. Chain OUTPUT (policy ACCEPT 6708 packets, 2449K bytes)
  2748. pkts bytes target prot opt in out source destination
  2749.  
  2750. Chain POSTROUTING (policy ACCEPT 51336 packets, 10M bytes)
  2751. pkts bytes target prot opt in out source destination
  2752. 136K 24M VYATTA_FW_OUT_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2753. 136K 24M UBNT_QOS_FW_OUT_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2754.  
  2755. Chain MINIUPNPD (1 references)
  2756. pkts bytes target prot opt in out source destination
  2757.  
  2758. Chain UBNT_FW_MSS_CLAMP (1 references)
  2759. pkts bytes target prot opt in out source destination
  2760. 0 0 TCPMSS tcp -- * pppoe+ 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS set 1452
  2761. 0 0 TCPMSS tcp -- pppoe+ * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS set 1452
  2762. 0 0 TCPMSS tcp -- * pptp+ 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS set 1452
  2763. 0 0 TCPMSS tcp -- pptp+ * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS set 1452
  2764. 0 0 TCPMSS tcp -- * vti+ 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS set 1452
  2765. 0 0 TCPMSS tcp -- vti+ * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS set 1452
  2766.  
  2767. Chain UBNT_QOS_FW_OUT_HOOK (1 references)
  2768. pkts bytes target prot opt in out source destination
  2769.  
  2770. Chain VYATTA_FW_IN_HOOK (1 references)
  2771. pkts bytes target prot opt in out source destination
  2772.  
  2773. Chain VYATTA_FW_OUT_HOOK (1 references)
  2774. pkts bytes target prot opt in out source destination
  2775.  
  2776. ----------------
  2777. Raw Chain Details
  2778. ----------------
  2779. Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
  2780. pkts bytes target prot opt in out source destination
  2781. 146K 19M UBNT_PREROUTING_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2782. 146K 19M VYATTA_CT_IGNORE all -- * * 0.0.0.0/0 0.0.0.0/0
  2783. 146K 19M UBNT_CT_BRIDGE all -- * * 0.0.0.0/0 0.0.0.0/0
  2784. 146K 19M VYATTA_CT_PREROUTING_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2785. 146K 19M NAT_CONNTRACK all -- * * 0.0.0.0/0 0.0.0.0/0
  2786. 128 10776 PFOR_CONNTRACK all -- * * 0.0.0.0/0 0.0.0.0/0
  2787. 128 10776 FW_CONNTRACK all -- * * 0.0.0.0/0 0.0.0.0/0
  2788. 0 0 CT all -- * * 0.0.0.0/0 0.0.0.0/0 NOTRACK
  2789.  
  2790. Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
  2791. pkts bytes target prot opt in out source destination
  2792. 25281 9604K VYATTA_CT_IGNORE all -- * * 0.0.0.0/0 0.0.0.0/0
  2793. 25281 9604K VYATTA_CT_OUTPUT_HOOK all -- * * 0.0.0.0/0 0.0.0.0/0
  2794. 25153 9593K NAT_CONNTRACK all -- * * 0.0.0.0/0 0.0.0.0/0
  2795. 128 10776 PFOR_CONNTRACK all -- * * 0.0.0.0/0 0.0.0.0/0
  2796. 128 10776 FW_CONNTRACK all -- * * 0.0.0.0/0 0.0.0.0/0
  2797. 0 0 CT all -- * * 0.0.0.0/0 0.0.0.0/0 NOTRACK
  2798.  
  2799. Chain FW_CONNTRACK (2 references)
  2800. pkts bytes target prot opt in out source destination
  2801. 256 21552 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  2802.  
  2803. Chain NAT_CONNTRACK (2 references)
  2804. pkts bytes target prot opt in out source destination
  2805. 171K 28M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  2806.  
  2807. Chain PFOR_CONNTRACK (2 references)
  2808. pkts bytes target prot opt in out source destination
  2809. 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  2810.  
  2811. Chain UBNT_CT_BRIDGE (1 references)
  2812. pkts bytes target prot opt in out source destination
  2813.  
  2814. Chain UBNT_PREROUTING_HOOK (1 references)
  2815. pkts bytes target prot opt in out source destination
  2816.  
  2817. Chain VYATTA_CT_IGNORE (2 references)
  2818. pkts bytes target prot opt in out source destination
  2819. 171K 28M RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
  2820.  
  2821. Chain VYATTA_CT_OUTPUT_HOOK (1 references)
  2822. pkts bytes target prot opt in out source destination
  2823. 25281 9604K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
  2824.  
  2825. Chain VYATTA_CT_PREROUTING_HOOK (1 references)
  2826. pkts bytes target prot opt in out source destination
  2827. 146K 19M RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
  2828.  
  2829. ----------------
  2830. Save Iptables Rule-Set
  2831. ----------------
  2832. # Generated by iptables-save v1.4.20 on Wed Feb 6 19:10:30 2019
  2833. *nat
  2834. :PREROUTING ACCEPT [8433:898017]
  2835. :INPUT ACCEPT [2331:222728]
  2836. :OUTPUT ACCEPT [2014:141842]
  2837. :POSTROUTING ACCEPT [2014:141842]
  2838. :MINIUPNPD - [0:0]
  2839. :MINIUPNPD-POSTROUTING - [0:0]
  2840. :UBNT_PFOR_DNAT_HOOK - [0:0]
  2841. :UBNT_PFOR_DNAT_RULES - [0:0]
  2842. :UBNT_PFOR_SNAT_HOOK - [0:0]
  2843. :UBNT_PFOR_SNAT_RULES - [0:0]
  2844. :UBNT_VPN_IPSEC_SNAT_HOOK - [0:0]
  2845. :VYATTA_PRE_DNAT_HOOK - [0:0]
  2846. :VYATTA_PRE_SNAT_HOOK - [0:0]
  2847. [8433:898017] -A PREROUTING -j MINIUPNPD
  2848. [23767:2400406] -A PREROUTING -j UBNT_PFOR_DNAT_HOOK
  2849. [23767:2400406] -A PREROUTING -j VYATTA_PRE_DNAT_HOOK
  2850. [17549:1614149] -A POSTROUTING -j UBNT_VPN_IPSEC_SNAT_HOOK
  2851. [6318:575812] -A POSTROUTING -j MINIUPNPD-POSTROUTING
  2852. [17549:1614149] -A POSTROUTING -j UBNT_PFOR_SNAT_HOOK
  2853. [11857:1060906] -A POSTROUTING -o eth0 -m set --match-set corporate_network src -m comment --comment NAT-6001 -j MASQUERADE
  2854. [0:0] -A POSTROUTING -o eth0 -m set --match-set remote_user_vpn_network src -m comment --comment NAT-6002 -j MASQUERADE
  2855. [0:0] -A POSTROUTING -o eth0 -m set --match-set guest_network src -m comment --comment NAT-6003 -j MASQUERADE
  2856. [5692:553243] -A POSTROUTING -j VYATTA_PRE_SNAT_HOOK
  2857. [1251:140136] -A UBNT_PFOR_DNAT_HOOK -i eth0 -m set --match-set ADDRv4_eth0 dst -j UBNT_PFOR_DNAT_RULES
  2858. [0:0] -A UBNT_PFOR_DNAT_HOOK -i eth1 -m set --match-set ADDRv4_eth0 dst -j UBNT_PFOR_DNAT_RULES
  2859. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 4020 -j DNAT --to-destination 192.168.1.4
  2860. [0:0] -A UBNT_PFOR_DNAT_RULES -p udp -m udp --dport 4020 -j DNAT --to-destination 192.168.1.4
  2861. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 443 -j DNAT --to-destination 192.168.1.3
  2862. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 17231 -j DNAT --to-destination 192.168.1.3
  2863. [0:0] -A UBNT_PFOR_DNAT_RULES -p udp -m udp --dport 17231 -j DNAT --to-destination 192.168.1.3
  2864. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 10000 -j DNAT --to-destination 192.168.1.3
  2865. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 1001 -j DNAT --to-destination 192.168.1.50:22
  2866. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 1002 -j DNAT --to-destination 192.168.1.50:80
  2867. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 1003 -j DNAT --to-destination 192.168.1.50:1025
  2868. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 8888 -j DNAT --to-destination 192.168.1.3
  2869. [0:0] -A UBNT_PFOR_DNAT_RULES -p udp -m udp --dport 1194 -j DNAT --to-destination 192.168.1.3
  2870. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp -m multiport --dports 6883,51413 -j DNAT --to-destination 192.168.1.3
  2871. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp -m multiport --dports 9000:9010 -j DNAT --to-destination 192.168.1.4
  2872. [0:0] -A UBNT_PFOR_DNAT_RULES -p udp -m udp -m multiport --dports 9000:9010 -j DNAT --to-destination 192.168.1.4
  2873. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 4030 -j DNAT --to-destination 192.168.1.4
  2874. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 19987 -j DNAT --to-destination 192.168.1.22:22
  2875. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 19999 -j DNAT --to-destination 192.168.1.22:80
  2876. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 21087 -j DNAT --to-destination 192.168.1.22:8070
  2877. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 23306 -j DNAT --to-destination 192.168.1.22:3306
  2878. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp -m multiport --dports 7777:7779 -j DNAT --to-destination 192.168.1.4
  2879. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 16365 -j DNAT --to-destination 192.168.1.4
  2880. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp -m multiport --dports 943,8090:8091,9080,9443:9444,32400 -j DNAT --to-destination 192.168.1.3
  2881. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 8096 -j DNAT --to-destination 192.168.1.3
  2882. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp --dport 8096 -j DNAT --to-destination 192.168.1.3
  2883. [0:0] -A UBNT_PFOR_DNAT_RULES -p tcp -m tcp -m multiport --dports 25565,25566 -j DNAT --to-destination 192.168.1.3
  2884. [488:110486] -A UBNT_PFOR_SNAT_HOOK -o eth1 -j UBNT_PFOR_SNAT_RULES
  2885. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.4/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 4020 -j MASQUERADE
  2886. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.4/32 -o eth1 -p udp -m set --match-set NETv4_eth1 src -m udp --dport 4020 -j MASQUERADE
  2887. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.3/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 443 -j MASQUERADE
  2888. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.3/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 17231 -j MASQUERADE
  2889. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.3/32 -o eth1 -p udp -m set --match-set NETv4_eth1 src -m udp --dport 17231 -j MASQUERADE
  2890. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.3/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 10000 -j MASQUERADE
  2891. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.50/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 22 -j MASQUERADE
  2892. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.50/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 80 -j MASQUERADE
  2893. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.50/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 1025 -j MASQUERADE
  2894. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.3/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 8888 -j MASQUERADE
  2895. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.3/32 -o eth1 -p udp -m set --match-set NETv4_eth1 src -m udp --dport 1194 -j MASQUERADE
  2896. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.3/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp -m multiport --dports 6883,51413 -j MASQUERADE
  2897. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.4/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp -m multiport --dports 9000:9010 -j MASQUERADE
  2898. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.4/32 -o eth1 -p udp -m set --match-set NETv4_eth1 src -m udp -m multiport --dports 9000:9010 -j MASQUERADE
  2899. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.4/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 4030 -j MASQUERADE
  2900. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.22/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 22 -j MASQUERADE
  2901. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.22/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 80 -j MASQUERADE
  2902. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.22/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 8070 -j MASQUERADE
  2903. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.22/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 3306 -j MASQUERADE
  2904. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.4/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp -m multiport --dports 7777:7779 -j MASQUERADE
  2905. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.4/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 16365 -j MASQUERADE
  2906. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.3/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp -m multiport --dports 943,8090:8091,9080,9443:9444,32400 -j MASQUERADE
  2907. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.3/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 8096 -j MASQUERADE
  2908. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.3/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp --dport 8096 -j MASQUERADE
  2909. [0:0] -A UBNT_PFOR_SNAT_RULES -d 192.168.1.3/32 -o eth1 -p tcp -m set --match-set NETv4_eth1 src -m tcp -m multiport --dports 25565,25566 -j MASQUERADE
  2910. [23767:2400406] -A VYATTA_PRE_DNAT_HOOK -j RETURN
  2911. [5692:553243] -A VYATTA_PRE_SNAT_HOOK -j RETURN
  2912. COMMIT
  2913. # Completed on Wed Feb 6 19:10:30 2019
  2914. # Generated by iptables-save v1.4.20 on Wed Feb 6 19:10:30 2019
  2915. *mangle
  2916. :PREROUTING ACCEPT [55883:8801867]
  2917. :INPUT ACCEPT [10659:1072553]
  2918. :FORWARD ACCEPT [44628:7621380]
  2919. :OUTPUT ACCEPT [6718:2460245]
  2920. :POSTROUTING ACCEPT [51346:10081625]
  2921. :MINIUPNPD - [0:0]
  2922. :UBNT_FW_MSS_CLAMP - [0:0]
  2923. :UBNT_QOS_FW_OUT_HOOK - [0:0]
  2924. :VYATTA_FW_IN_HOOK - [0:0]
  2925. :VYATTA_FW_OUT_HOOK - [0:0]
  2926. [55883:8801867] -A PREROUTING -j MINIUPNPD
  2927. [145984:18856332] -A PREROUTING -j VYATTA_FW_IN_HOOK
  2928. [110664:14691253] -A FORWARD -j UBNT_FW_MSS_CLAMP
  2929. [135952:24303521] -A POSTROUTING -j VYATTA_FW_OUT_HOOK
  2930. [135952:24303521] -A POSTROUTING -j UBNT_QOS_FW_OUT_HOOK
  2931. [0:0] -A UBNT_FW_MSS_CLAMP -o pppoe+ -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1452
  2932. [0:0] -A UBNT_FW_MSS_CLAMP -i pppoe+ -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1452
  2933. [0:0] -A UBNT_FW_MSS_CLAMP -o pptp+ -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1452
  2934. [0:0] -A UBNT_FW_MSS_CLAMP -i pptp+ -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1452
  2935. [0:0] -A UBNT_FW_MSS_CLAMP -o vti+ -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1452
  2936. [0:0] -A UBNT_FW_MSS_CLAMP -i vti+ -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1452
  2937. COMMIT
  2938. # Completed on Wed Feb 6 19:10:30 2019
  2939. # Generated by iptables-save v1.4.20 on Wed Feb 6 19:10:30 2019
  2940. *raw
  2941. :PREROUTING ACCEPT [0:0]
  2942. :OUTPUT ACCEPT [0:0]
  2943. :FW_CONNTRACK - [0:0]
  2944. :NAT_CONNTRACK - [0:0]
  2945. :PFOR_CONNTRACK - [0:0]
  2946. :UBNT_CT_BRIDGE - [0:0]
  2947. :UBNT_PREROUTING_HOOK - [0:0]
  2948. :VYATTA_CT_IGNORE - [0:0]
  2949. :VYATTA_CT_OUTPUT_HOOK - [0:0]
  2950. :VYATTA_CT_PREROUTING_HOOK - [0:0]
  2951. [145987:18856452] -A PREROUTING -j UBNT_PREROUTING_HOOK
  2952. [145987:18856452] -A PREROUTING -j VYATTA_CT_IGNORE
  2953. [145987:18856452] -A PREROUTING -j UBNT_CT_BRIDGE
  2954. [145987:18856452] -A PREROUTING -j VYATTA_CT_PREROUTING_HOOK
  2955. [145859:18845676] -A PREROUTING -j NAT_CONNTRACK
  2956. [128:10776] -A PREROUTING -j PFOR_CONNTRACK
  2957. [128:10776] -A PREROUTING -j FW_CONNTRACK
  2958. [0:0] -A PREROUTING -j NOTRACK
  2959. [25292:9616764] -A OUTPUT -j VYATTA_CT_IGNORE
  2960. [25292:9616764] -A OUTPUT -j VYATTA_CT_OUTPUT_HOOK
  2961. [25164:9605988] -A OUTPUT -j NAT_CONNTRACK
  2962. [128:10776] -A OUTPUT -j PFOR_CONNTRACK
  2963. [128:10776] -A OUTPUT -j FW_CONNTRACK
  2964. [0:0] -A OUTPUT -j NOTRACK
  2965. [256:21552] -A FW_CONNTRACK -j ACCEPT
  2966. [171023:28451664] -A NAT_CONNTRACK -j ACCEPT
  2967. [0:0] -A PFOR_CONNTRACK -j ACCEPT
  2968. [171279:28473216] -A VYATTA_CT_IGNORE -j RETURN
  2969. [25292:9616764] -A VYATTA_CT_OUTPUT_HOOK -j RETURN
  2970. [145987:18856452] -A VYATTA_CT_PREROUTING_HOOK -j RETURN
  2971. COMMIT
  2972. # Completed on Wed Feb 6 19:10:30 2019
  2973. # Generated by iptables-save v1.4.20 on Wed Feb 6 19:10:30 2019
  2974. *filter
  2975. :INPUT ACCEPT [0:0]
  2976. :FORWARD ACCEPT [0:0]
  2977. :OUTPUT ACCEPT [0:0]
  2978. :AUTHORIZED_GUESTS - [0:0]
  2979. :GUEST_IN - [0:0]
  2980. :GUEST_LOCAL - [0:0]
  2981. :GUEST_OUT - [0:0]
  2982. :LAN_IN - [0:0]
  2983. :LAN_LOCAL - [0:0]
  2984. :LAN_OUT - [0:0]
  2985. :MINIUPNPD - [0:0]
  2986. :UBNT_PFOR_FW_HOOK - [0:0]
  2987. :UBNT_PFOR_FW_RULES - [0:0]
  2988. :UBNT_VPN_IPSEC_FW_HOOK - [0:0]
  2989. :UBNT_VPN_IPSEC_FW_IN_HOOK - [0:0]
  2990. :VYATTA_FW_IN_HOOK - [0:0]
  2991. :VYATTA_FW_LOCAL_HOOK - [0:0]
  2992. :VYATTA_FW_OUT_HOOK - [0:0]
  2993. :VYATTA_POST_FW_FWD_HOOK - [0:0]
  2994. :VYATTA_POST_FW_IN_HOOK - [0:0]
  2995. :VYATTA_POST_FW_OUT_HOOK - [0:0]
  2996. :WAN_IN - [0:0]
  2997. :WAN_LOCAL - [0:0]
  2998. :WAN_OUT - [0:0]
  2999. [32353:3811624] -A INPUT -j UBNT_VPN_IPSEC_FW_HOOK
  3000. [32353:3811624] -A INPUT -j VYATTA_FW_LOCAL_HOOK
  3001. [30954:3653285] -A INPUT -j VYATTA_POST_FW_IN_HOOK
  3002. [44625:7621216] -A FORWARD -j MINIUPNPD
  3003. [110664:14691253] -A FORWARD -j UBNT_VPN_IPSEC_FW_IN_HOOK
  3004. [110664:14691253] -A FORWARD -j UBNT_PFOR_FW_HOOK
  3005. [110664:14691253] -A FORWARD -j VYATTA_FW_IN_HOOK
  3006. [110664:14691253] -A FORWARD -j VYATTA_FW_OUT_HOOK
  3007. [110664:14691253] -A FORWARD -j VYATTA_POST_FW_FWD_HOOK
  3008. [25292:9616764] -A OUTPUT -j VYATTA_POST_FW_OUT_HOOK
  3009. [0:0] -A AUTHORIZED_GUESTS -m comment --comment "AUTHORIZED_GUESTS-10000 default-action accept" -j RETURN
  3010. [0:0] -A GUEST_IN -p tcp -m comment --comment GUEST_IN-3001 -m tcp --dport 53 -j RETURN
  3011. [0:0] -A GUEST_IN -p udp -m comment --comment GUEST_IN-3001 -m udp --dport 53 -j RETURN
  3012. [0:0] -A GUEST_IN -p tcp -m comment --comment GUEST_IN-3002 -m tcp --dport 443 -m set --match-set captive_portal_subnets dst -j RETURN
  3013. [0:0] -A GUEST_IN -m comment --comment GUEST_IN-3003 -m set --match-set guest_allow_addresses dst -j RETURN
  3014. [0:0] -A GUEST_IN -m comment --comment GUEST_IN-3004 -m set --match-set guest_restricted_addresses dst -j DROP
  3015. [0:0] -A GUEST_IN -m comment --comment GUEST_IN-3005 -m set --match-set corporate_network dst -j DROP
  3016. [0:0] -A GUEST_IN -m comment --comment GUEST_IN-3006 -m set --match-set remote_user_vpn_network dst -j DROP
  3017. [0:0] -A GUEST_IN -m comment --comment GUEST_IN-3007 -m set --match-set authorized_guests dst -j DROP
  3018. [0:0] -A GUEST_IN -m comment --comment "GUEST_IN-10000 default-action accept" -j RETURN
  3019. [0:0] -A GUEST_LOCAL -p tcp -m comment --comment GUEST_LOCAL-3001 -m tcp --dport 53 -j RETURN
  3020. [0:0] -A GUEST_LOCAL -p udp -m comment --comment GUEST_LOCAL-3001 -m udp --dport 53 -j RETURN
  3021. [0:0] -A GUEST_LOCAL -p icmp -m comment --comment GUEST_LOCAL-3002 -j RETURN
  3022. [0:0] -A GUEST_LOCAL -p udp -m comment --comment GUEST_LOCAL-3003 -m udp --sport 68 --dport 67 -j RETURN
  3023. [0:0] -A GUEST_LOCAL -m comment --comment "GUEST_LOCAL-10000 default-action drop" -j DROP
  3024. [0:0] -A GUEST_OUT -m comment --comment "GUEST_OUT-10000 default-action accept" -j RETURN
  3025. [60419:7424819] -A LAN_IN -s 192.168.1.0/24 -m comment --comment LAN_IN-6001 -j RETURN
  3026. [0:0] -A LAN_IN -m comment --comment "LAN_IN-10000 default-action accept" -j RETURN
  3027. [25768:2910513] -A LAN_LOCAL -m comment --comment "LAN_LOCAL-10000 default-action accept" -j RETURN
  3028. [50245:7266434] -A LAN_OUT -d 192.168.1.0/24 -m comment --comment LAN_OUT-6001 -j RETURN
  3029. [0:0] -A LAN_OUT -m comment --comment "LAN_OUT-10000 default-action accept" -j RETURN
  3030. [50245:7266434] -A VYATTA_FW_IN_HOOK -i eth0 -j WAN_IN
  3031. [60419:7424819] -A VYATTA_FW_IN_HOOK -i eth1 -j LAN_IN
  3032. [6399:886049] -A VYATTA_FW_LOCAL_HOOK -i eth0 -j WAN_LOCAL
  3033. [25768:2910513] -A VYATTA_FW_LOCAL_HOOK -i eth1 -j LAN_LOCAL
  3034. [60409:7424147] -A VYATTA_FW_OUT_HOOK -o eth0 -j WAN_OUT
  3035. [50245:7266434] -A VYATTA_FW_OUT_HOOK -o eth1 -j LAN_OUT
  3036. [110664:14691253] -A VYATTA_POST_FW_FWD_HOOK -j ACCEPT
  3037. [30954:3653285] -A VYATTA_POST_FW_IN_HOOK -j ACCEPT
  3038. [25292:9616764] -A VYATTA_POST_FW_OUT_HOOK -j ACCEPT
  3039. [35078:5436646] -A WAN_IN -m comment --comment WAN_IN-3001 -m state --state RELATED,ESTABLISHED -j RETURN
  3040. [0:0] -A WAN_IN -m comment --comment WAN_IN-3002 -m state --state INVALID -j DROP
  3041. [0:0] -A WAN_IN -d 192.168.1.4/32 -p tcp -m comment --comment WAN_IN-3003 -m tcp --dport 4020 -j RETURN
  3042. [0:0] -A WAN_IN -d 192.168.1.4/32 -p udp -m comment --comment WAN_IN-3003 -m udp --dport 4020 -j RETURN
  3043. [0:0] -A WAN_IN -d 192.168.1.3/32 -p tcp -m comment --comment WAN_IN-3004 -m tcp --dport 443 -j RETURN
  3044. [0:0] -A WAN_IN -d 192.168.1.3/32 -p tcp -m comment --comment WAN_IN-3005 -m tcp --dport 17231 -j RETURN
  3045. [0:0] -A WAN_IN -d 192.168.1.3/32 -p udp -m comment --comment WAN_IN-3005 -m udp --dport 17231 -j RETURN
  3046. [0:0] -A WAN_IN -d 192.168.1.3/32 -p tcp -m comment --comment WAN_IN-3006 -m tcp --dport 10000 -j RETURN
  3047. [0:0] -A WAN_IN -d 192.168.1.50/32 -p tcp -m comment --comment WAN_IN-3007 -m tcp --dport 22 -j RETURN
  3048. [0:0] -A WAN_IN -d 192.168.1.50/32 -p tcp -m comment --comment WAN_IN-3008 -m tcp --dport 80 -j RETURN
  3049. [0:0] -A WAN_IN -d 192.168.1.50/32 -p tcp -m comment --comment WAN_IN-3009 -m tcp --dport 1025 -j RETURN
  3050. [0:0] -A WAN_IN -d 192.168.1.3/32 -p tcp -m comment --comment WAN_IN-3010 -m tcp --dport 8888 -j RETURN
  3051. [0:0] -A WAN_IN -d 192.168.1.3/32 -p udp -m comment --comment WAN_IN-3011 -m udp --dport 1194 -j RETURN
  3052. [0:0] -A WAN_IN -d 192.168.1.3/32 -p tcp -m comment --comment WAN_IN-3012 -m multiport --dports 6883,51413 -j RETURN
  3053. [0:0] -A WAN_IN -d 192.168.1.4/32 -p tcp -m comment --comment WAN_IN-3013 -m multiport --dports 9000:9010 -j RETURN
  3054. [0:0] -A WAN_IN -d 192.168.1.4/32 -p udp -m comment --comment WAN_IN-3013 -m multiport --dports 9000:9010 -j RETURN
  3055. [0:0] -A WAN_IN -d 192.168.1.4/32 -p tcp -m comment --comment WAN_IN-3014 -m tcp --dport 4030 -j RETURN
  3056. [0:0] -A WAN_IN -d 192.168.1.22/32 -p tcp -m comment --comment WAN_IN-3015 -m tcp --dport 22 -j RETURN
  3057. [0:0] -A WAN_IN -d 192.168.1.22/32 -p tcp -m comment --comment WAN_IN-3016 -m tcp --dport 80 -j RETURN
  3058. [0:0] -A WAN_IN -d 192.168.1.22/32 -p tcp -m comment --comment WAN_IN-3017 -m tcp --dport 8070 -j RETURN
  3059. [0:0] -A WAN_IN -d 192.168.1.22/32 -p tcp -m comment --comment WAN_IN-3018 -m tcp --dport 3306 -j RETURN
  3060. [0:0] -A WAN_IN -d 192.168.1.4/32 -p tcp -m comment --comment WAN_IN-3019 -m multiport --dports 7777:7779 -j RETURN
  3061. [0:0] -A WAN_IN -d 192.168.1.4/32 -p tcp -m comment --comment WAN_IN-3020 -m tcp --dport 16365 -j RETURN
  3062. [0:0] -A WAN_IN -d 192.168.1.3/32 -p tcp -m comment --comment WAN_IN-3021 -m multiport --dports 943,8090:8091,9080,9443:9444,32400 -j RETURN
  3063. [0:0] -A WAN_IN -d 192.168.1.3/32 -p tcp -m comment --comment WAN_IN-3022 -m tcp --dport 8096 -j RETURN
  3064. [0:0] -A WAN_IN -d 192.168.1.3/32 -p tcp -m comment --comment WAN_IN-3023 -m tcp --dport 8096 -j RETURN
  3065. [0:0] -A WAN_IN -d 192.168.1.3/32 -p tcp -m comment --comment WAN_IN-3024 -m multiport --dports 25565,25566 -j RETURN
  3066. [0:0] -A WAN_IN -m comment --comment "WAN_IN-10000 default-action drop" -j DROP
  3067. [5000:727710] -A WAN_LOCAL -m comment --comment WAN_LOCAL-3001 -m state --state RELATED,ESTABLISHED -j RETURN
  3068. [49:3685] -A WAN_LOCAL -m comment --comment WAN_LOCAL-3002 -m state --state INVALID -j DROP
  3069. [1350:154654] -A WAN_LOCAL -m comment --comment "WAN_LOCAL-10000 default-action drop" -j DROP
  3070. [60409:7424147] -A WAN_OUT -m comment --comment "WAN_OUT-10000 default-action accept" -j RETURN
  3071. COMMIT
  3072. # Completed on Wed Feb 6 19:10:30 2019
  3073.  
  3074. ----------------
  3075. SYSTEM
  3076. ----------------
  3077.  
  3078. ----------------
  3079. Show System Image Version
  3080. ----------------
  3081. The system currently has the following image(s) installed:
  3082.  
  3083. v4.4.36.5146617.181205.0449 (running image) (default boot)
  3084. v4.4.29.5124210.180918.0331
  3085.  
  3086.  
  3087. ----------------
  3088. Show System Image Storage
  3089. ----------------
  3090. Image name Read-Only Read-Write Total
  3091. ------------------------------ ------------ ------------ ------------
  3092. v4.4.36.5146617.181205.0449 101516 3040 104556
  3093. v4.4.29.5124210.180918.0331 102580 110296 212876
  3094.  
  3095. ----------------
  3096. System Information
  3097. ----------------
  3098. processor_id: 0xd0601
  3099. boot_flags: 0x5
  3100. dram_size: 512
  3101. phy_mem_desc_addr: 0x24108
  3102. eclock_hz: 500000000
  3103. io_clock_hz: 500000000
  3104. dclock_hz: 266000000
  3105. board_type: 20004
  3106. board_serial_number: fcecda48cf17
  3107. ubnt_r1: 0
  3108. ubnt_r2: 16
  3109. mac_addr_base: fc:ec:da:48:cf:17
  3110. mac_addr_count: 3
  3111. 32bit_shared_mem_base: 0x0
  3112. 32bit_shared_mem_size: 0x0
  3113.  
  3114. ----------------
  3115. Current Time
  3116. ----------------
  3117. Wed Feb 6 19:10:31 EST 2019
  3118.  
  3119. ----------------
  3120. Installed Packages
  3121. ----------------
  3122. Desired=Unknown/Install/Remove/Purge/Hold
  3123. | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  3124. |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  3125. ||/ Name Version Architecture Description
  3126. +++-================================-=================================================-============-==============================================================================
  3127. ii adduser 3.113+nmu3 all add and remove users and groups
  3128. ii apt 0.9.7.9+deb7u7 mips commandline package manager
  3129. ii apt-transport-https 0.9.7.9+deb7u7 mips https download transport for APT
  3130. ii arpwatch 0.3 mips Arpwatch maintains a database of Ethernet MAC
  3131. ii at 3.1.13-2+deb7u1 mips Delayed job execution and batch processing
  3132. ii avahi-daemon 0.6.31-2 mips Avahi mDNS/DNS-SD daemon
  3133. ii awk 9:0.1.26+t5146614-ugw-v4.4.36-4055712 all Replacement for awk
  3134. ii base-files 7.1wheezy11 mips Debian base system miscellaneous files
  3135. ii base-passwd 3.5.26 mips Debian base system master password and group files
  3136. ii bash 4.2+dfsg-0.1+deb7u3 mips GNU Bourne Again SHell
  3137. ii bash-completion 1:2.0-1 all programmable completion for the bash shell
  3138. ii bcrelay 1.3.4-5.2 mips Broadcast relay daemon
  3139. ii bind9-host 1:9.8.4.dfsg.P1-6+nmu2+deb7u10 mips Version of 'host' bundled with BIND 9.X
  3140. ii binutils 2.22-8+deb7u2 mips GNU assembler, linker and binary utilities
  3141. ii bridge-utils 1.5-6 mips Utilities for configuring the Linux Ethernet bridge
  3142. ii bsdmainutils 9.0.3 mips collection of more utilities from FreeBSD
  3143. ii bsdutils 1:2.20.1-5.3 mips Basic utilities from 4.4BSD-Lite
  3144. ii busybox 9:1.19.0-ubnt5+t5146611-ugw-v4.4.36-24c5521 mips Tiny utilities for small and embedded systems
  3145. ii ca-certificates 20130119+deb7u1 all Common CA certificates
  3146. ii conntrack 2:0.9.14-ubnt3+t5146611-ugw-v4.4.36-6b624f6 mips Program to modify the conntrack tables
  3147. ii coreutils 9:0.1.26+t5146614-ugw-v4.4.36-4055712 all Replacement for coreutils
  3148. ii cron 3.0pl1-124 mips process scheduling daemon
  3149. ii curl 7.26.0-1+wheezy13 mips command line tool for transferring data with URL syntax
  3150. ii dash 0.5.7-3 mips POSIX-compliant shell
  3151. ii dbus 1.6.8-1+deb7u6 mips simple interprocess messaging system (daemon and utilities)
  3152. ii ddclient 3.8.3-1 all address updating utility for dynamic DNS services
  3153. ii debconf 1.5.49 all Debian configuration management system
  3154. ii debian-archive-keyring 2014.3~deb7u1 all GnuPG archive keys of the Debian archive
  3155. ii debianutils 4.3.2 mips Miscellaneous utilities specific to Debian
  3156. ii dhtest 1.0.0 mips Sends dhcp discovery and request packets
  3157. ii dmsetup 2:1.02.74-8 mips Linux Kernel Device Mapper userspace library
  3158. ii dnsmasq 1:2.78-1-ubnt2 all Small caching DNS proxy and DHCP/TFTP server
  3159. ii dnsmasq-base 1:2.78-1-ubnt2 mips Small caching DNS proxy and DHCP/TFTP server
  3160. ii dpkg 1.16.18 mips Debian package management system
  3161. ii e2fslibs:mips 1.42.5-1.1+deb7u1 mips ext2/ext3/ext4 file system libraries
  3162. ii e2fsprogs 1.42.5-1.1+deb7u1 mips ext2/ext3/ext4 file system utilities
  3163. ii ethtool 1:3.4.2-1 mips display or change Ethernet device settings
  3164. ii fail2ban 0.8.6-3wheezy3 all ban hosts that cause multiple authentication errors
  3165. ii freeradius 2.1.12+dfsg-1.2 mips high-performance and highly configurable RADIUS server
  3166. ii freeradius-common 2.1.12+dfsg-1.2 all FreeRADIUS common files
  3167. ii freeradius-ldap 2.1.12+dfsg-1.2 mips LDAP module for FreeRADIUS server
  3168. ii freeradius-utils 2.1.12+dfsg-1.2 mips FreeRADIUS client utilities
  3169. ii gcc-4.7-base:mips 4.7.2-5 mips GCC, the GNU Compiler Collection (base package)
  3170. ii gnupg 1.4.12-7+deb7u7 mips GNU privacy guard - a free PGP replacement
  3171. ii gpgv 1.4.12-7+deb7u7 mips GNU privacy guard - signature verification tool
  3172. ii grep 2.12-2 mips GNU grep, egrep and fgrep
  3173. ii host 1:9.8.4.dfsg.P1-6+nmu2+deb7u10 all Transitional package
  3174. ii ifupdown 0.7.8 mips high level tools to configure network interfaces
  3175. ii igmpproxy 1:0.1-ubnt3+t5146612-ugw-v4.4.36-6df661e mips The igmpproxy package
  3176. ii init-system-helpers 1.18~bpo70+1 all helper tools for all init systems
  3177. ii initscripts 2.88dsf-41+deb7u1 mips scripts for initializing and shutting down the system
  3178. ii insserv 1.14.0-5 mips boot sequence organizer using LSB init.d script dependency information
  3179. ii iproute 1:0.1.39+t5146619-dev-ugw-f6478cf mips The UBNT iproute package
  3180. ii ipset 6.23-2 mips administration tool for kernel IP sets
  3181. ii iptables 1:1.4.20-ubnt4+t5146612-ugw-v4.4.36-faa1b1b mips administration tools for packet filtering and NAT
  3182. ii iputils-ping 3:20101006-1+b1 mips Tools to test the reachability of network hosts
  3183. ii kmod 9-3 mips tools for managing Linux kernel modules
  3184. ii less 444-4 mips pager program similar to more
  3185. ii libacl1:mips 2.2.51-8 mips Access control list shared library
  3186. ii libapt-pkg4.12:mips 0.9.7.9+deb7u7 mips package managment runtime library
  3187. ii libattr1:mips 1:2.4.46-8 mips Extended attribute shared library
  3188. ii libavahi-common-data:mips 0.6.31-2 mips Avahi common data files
  3189. ii libavahi-common3:mips 0.6.31-2 mips Avahi common library
  3190. ii libavahi-core7:mips 0.6.31-2 mips Avahi's embeddable mDNS/DNS-SD library
  3191. ii libbind9-80 1:9.8.4.dfsg.P1-6+nmu2+deb7u10 mips BIND9 Shared Library used by BIND
  3192. ii libblkid1:mips 2.20.1-5.3 mips block device id library
  3193. ii libboost-filesystem1.49.0 1.49.0-3.2 mips filesystem operations (portable paths, iteration over directories, etc) in C++
  3194. ii libboost-iostreams1.49.0 1.49.0-3.2 mips Boost.Iostreams Library
  3195. ii libboost-serialization1.49.0 1.49.0-3.2 mips serialization library for C++
  3196. ii libboost-system1.49.0 1.49.0-3.2 mips Operating system (e.g. diagnostics support) library
  3197. ii libboost-thread1.49.0 1.49.0-3.2 mips portable C++ multi-threading
  3198. ii libbsd0:mips 0.4.2-1 mips utility functions from BSD systems - shared library
  3199. ii libbz2-1.0:mips 1.0.6-4 mips high-quality block-sorting file compressor library - runtime
  3200. ii libc-bin 2.13-38+deb7u11 mips Embedded GNU C Library: Binaries
  3201. ii libc2lib 1:1.4.2-ubnt1+t5146611-ugw-v4.4.36-9058f2c mips The c2lib library
  3202. ii libc6:mips 2.13-38+deb7u11 mips Embedded GNU C Library: Shared libraries
  3203. ii libcap2:mips 1:2.22-1.2 mips support for getting/setting POSIX.1e capabilities
  3204. ii libcap2-bin 1:2.22-1.2 mips basic utility programs for using capabilities
  3205. ii libclass-isa-perl 0.36-3 all report the search path for a class's ISA tree
  3206. ii libcomerr2:mips 1.42.5-1.1+deb7u1 mips common error description library
  3207. ii libcrypt-openssl-bignum-perl 0.04-3 mips Access OpenSSL multiprecision integer arithmetic libraries
  3208. ii libcrypt-openssl-rsa-perl 0.28-1 mips module for RSA encryption using OpenSSL
  3209. ii libcurl3:mips 7.26.0-1+wheezy13 mips easy-to-use client-side URL transfer library (OpenSSL flavour)
  3210. ii libcurl3-gnutls:mips 7.26.0-1+wheezy13 mips easy-to-use client-side URL transfer library (GnuTLS flavour)
  3211. ii libcwidget3 0.5.16-3.4 mips high-level terminal interface library for C++ (runtime files)
  3212. ii libdaemon0 0.14-2 mips lightweight C library for daemons - runtime library
  3213. ii libdb5.1:mips 5.1.29-5 mips Berkeley v5.1 Database Libraries [runtime]
  3214. ii libdbus-1-3:mips 1.6.8-1+deb7u6 mips simple interprocess messaging system (library)
  3215. ii libdevmapper1.02.1:mips 2:1.02.74-8 mips Linux Kernel Device Mapper userspace library
  3216. ii libdns88 1:9.8.4.dfsg.P1-6+nmu2+deb7u10 mips DNS Shared Library used by BIND
  3217. ii libecap2 0.2.0-3~bpo70+1 mips eCAP library
  3218. ii libedit2:mips 2.11-20080614-5 mips BSD editline and history libraries
  3219. ii libencode-locale-perl 1.03-1 all utility to determine the locale encoding
  3220. ii libevent-2.0-5:mips 2.0.19-stable-3+deb7u1 mips Asynchronous event notification library
  3221. ii libexpat1:mips 2.1.0-1+deb7u4 mips XML parsing C library - runtime library
  3222. ii libfile-listing-perl 6.04-1 all module to parse directory listings
  3223. ii libfile-sync-perl 0.11-1 mips Perl interface to sync() and fsync()
  3224. ii libfreeradius2 2.1.12+dfsg-1.2 mips FreeRADIUS shared library
  3225. ii libgcc1:mips 1:4.7.2-5 mips GCC support library
  3226. ii libgcrypt11:mips 1.5.0-5+deb7u4 mips LGPL Crypto library - runtime library
  3227. ii libgdbm3:mips 1.8.3-11 mips GNU dbm database routines (runtime version)
  3228. ii libgeoip1 1.4.8+dfsg-3 mips non-DNS IP-to-country resolver library
  3229. ii libgmp10:mips 2:5.0.5+dfsg-2 mips Multiprecision arithmetic library
  3230. ii libgnutls-openssl27:mips 2.12.20-8+deb7u5 mips GNU TLS library - OpenSSL wrapper
  3231. ii libgnutls26:mips 2.12.20-8+deb7u5 mips GNU TLS library - runtime library
  3232. ii libgpg-error0:mips 1.10-3.1 mips library for common error values and messages in GnuPG components
  3233. ii libgssapi-krb5-2:mips 1.10.1+dfsg-5+deb7u7 mips MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
  3234. ii libhogweed2:mips 2.7.1-1~bpo70+1 mips low level cryptographic library (public-key cryptos)
  3235. ii libhtml-parser-perl 3.69-2 mips collection of modules that parse HTML text documents
  3236. ii libhtml-tagset-perl 3.20-2 all Data tables pertaining to HTML
  3237. ii libhtml-tree-perl 5.02-1 all Perl module to represent and create HTML syntax trees
  3238. ii libhttp-cookies-perl 6.00-2 all HTTP cookie jars
  3239. ii libhttp-date-perl 6.02-1 all module of date conversion routines
  3240. ii libhttp-message-perl 6.03-1 all perl interface to HTTP style messages
  3241. ii libhttp-negotiate-perl 6.00-2 all implementation of content negotiation
  3242. ii libidn11:mips 1.25-2+deb7u1 mips GNU Libidn library, implementation of IETF IDN specifications
  3243. ii libio-prompt-perl 0.997001-1+deb7u1 all module to interactively prompt for user input
  3244. ii libio-socket-ssl-perl 1.76-2 all Perl module implementing object oriented interface to SSL sockets
  3245. ii libipset3:mips 6.23-2 mips library for IP sets
  3246. ii libisc84 1:9.8.4.dfsg.P1-6+nmu2+deb7u10 mips ISC Shared Library used by BIND
  3247. ii libisccc80 1:9.8.4.dfsg.P1-6+nmu2+deb7u10 mips Command Channel Library used by BIND
  3248. ii libisccfg82 1:9.8.4.dfsg.P1-6+nmu2+deb7u10 mips Config File Handling Library used by BIND
  3249. ii libjansson4:mips 2.3.1-2 mips C library for encoding, decoding and manipulating JSON data
  3250. ii libjpeg62:mips 6b1-3+deb7u1 mips Independent JPEG Group's JPEG runtime library (version 6.2)
  3251. ii libjson-any-perl 1.28-1 all wrapper class for the various JSON classes
  3252. ii libjson-perl 2.53-1 all module for manipulating JSON-formatted data
  3253. ii libk5crypto3:mips 1.10.1+dfsg-5+deb7u7 mips MIT Kerberos runtime libraries - Crypto Library
  3254. ii libkeyutils1:mips 1.5.5-3+deb7u1 mips Linux Key Management Utilities (library)
  3255. ii libkmod2:mips 9-3 mips libkmod shared library
  3256. ii libkrb5-3:mips 1.10.1+dfsg-5+deb7u7 mips MIT Kerberos runtime libraries
  3257. ii libkrb5support0:mips 1.10.1+dfsg-5+deb7u7 mips MIT Kerberos runtime libraries - Support library
  3258. ii libldap-2.4-2:mips 2.4.31-2+deb7u2 mips OpenLDAP libraries
  3259. ii liblocale-gettext-perl 1.05-7+b1 mips module using libc functions for internationalization in Perl
  3260. ii libltdl7:mips 2.4.2-1.1 mips A system independent dlopen wrapper for GNU libtool
  3261. ii liblwp-mediatypes-perl 6.02-1 all module to guess media type for a file or a URL
  3262. ii liblwp-protocol-https-perl 6.03-1 all HTTPS driver for LWP::UserAgent
  3263. ii liblwres80 1:9.8.4.dfsg.P1-6+nmu2+deb7u10 mips Lightweight Resolver Library used by BIND
  3264. ii liblzma5:mips 5.1.1alpha+20120614-2 mips XZ-format compression library
  3265. ii liblzo2-2:mips 2.06-1+deb7u1 mips data compression library
  3266. ii libmnl0:mips 1.0.3-5 mips minimalistic Netlink communication library
  3267. ii libmount1 2.20.1-5.3 mips block device id library
  3268. ii libncurses5:mips 5.9-10 mips shared libraries for terminal handling
  3269. ii libncursesw5:mips 5.9-10 mips shared libraries for terminal handling (wide character support)
  3270. ii libnet-http-perl 6.03-2 all module providing low-level HTTP connection client
  3271. ii libnet-ssleay-perl 1.48-1+b1 mips Perl module for Secure Sockets Layer (SSL)
  3272. ii libnetaddr-ip-perl 4.062+dfsg-1 mips IP address manipulation module
  3273. ii libnetfilter-conntrack3:mips 1.0.1-1 mips Netfilter netlink-conntrack library
  3274. ii libnettle4:mips 2.7.1-1~bpo70+1 mips low level cryptographic library (symmetric and one-way cryptos)
  3275. ii libnfnetlink0 1.0.0-1.1 mips Netfilter netlink library
  3276. ii libnl-3-200:mips 3.2.7-4 mips library for dealing with netlink sockets
  3277. ii libnl-cli-3-200:mips 3.2.7-4 mips library for dealing with netlink sockets - cli helpers
  3278. ii libnl-genl-3-200:mips 3.2.7-4 mips library for dealing with netlink sockets - generic netlink
  3279. ii libnl-nf-3-200:mips 3.2.7-4 mips library for dealing with netlink sockets - netfilter interface
  3280. ii libnl-route-3-200:mips 3.2.7-4 mips library for dealing with netlink sockets - route interface
  3281. ii libopenconnect5:mips 7.08-2 mips open client for Cisco AnyConnect VPN - shared library
  3282. ii libopts25 1:5.12-0.1 mips automated option processing library based on autogen
  3283. ii libp11-kit0:mips 0.12-3 mips Library for loading and coordinating access to PKCS#11 modules - runtime
  3284. ii libpam-modules:mips 1.1.3-7.1 mips Pluggable Authentication Modules for PAM
  3285. ii libpam-modules-bin 1.1.3-7.1 mips Pluggable Authentication Modules for PAM - helper binaries
  3286. ii libpam-radius-auth 1.3.16-4.4 mips The PAM RADIUS authentication module
  3287. ii libpam-runtime 1.1.3-7.1 all Runtime support for the PAM library
  3288. ii libpam0g:mips 1.1.3-7.1 mips Pluggable Authentication Modules library
  3289. ii libparted0debian1:mips 2.3-12 mips disk partition manipulator - shared library
  3290. ii libpcap0.8:mips 1.7.4-1~bpo70+1 mips system interface for user-level packet capture
  3291. ii libpcre3:mips 1:8.30-5 mips Perl 5 Compatible Regular Expression Library - runtime files
  3292. ii libperl4-corelibs-perl 0.003-1 all libraries historically supplied with Perl 4
  3293. ii libperl5.14 5.14.2-21+deb7u3 mips shared Perl library
  3294. ii libpkcs11-helper1:mips 1.09-1 mips library that simplifies the interaction with PKCS#11
  3295. ii libpng12-0:mips 1.2.49-1+deb7u2 mips PNG library - runtime
  3296. ii libpopt0:mips 1.16-7 mips lib for parsing cmdline parameters
  3297. ii libprocps0:mips 1:3.3.3-3 mips library for accessing process information from /proc
  3298. ii libpython2.7 2.7.3-6+deb7u2 mips Shared Python runtime library (version 2.7)
  3299. ii libradiusclient-ng2 0.5.6-1.1 mips Enhanced RADIUS client library
  3300. ii libreadline6:mips 6.2+dfsg-0.1 mips GNU readline and history libraries, run-time libraries
  3301. ii librtmp0:mips 2.4+20111222.git4e06e21-1 mips toolkit for RTMP streams (shared library)
  3302. ii libsasl2-2:mips 2.1.25.dfsg1-6+deb7u1 mips Cyrus SASL - authentication abstraction library
  3303. ii libselinux1:mips 2.1.9-5 mips SELinux runtime shared libraries
  3304. ii libsemanage-common 2.1.6-6 all Common files for SELinux policy management libraries
  3305. ii libsemanage1:mips 2.1.6-6 mips SELinux policy management library
  3306. ii libsepol1:mips 2.1.4-3 mips SELinux library for manipulating binary security policies
  3307. ii libsigc++-2.0-0c2a:mips 2.2.10-0.2 mips type-safe Signal Framework for C++ - runtime
  3308. ii libslang2:mips 2.2.4-15 mips S-Lang programming library - runtime version
  3309. ii libsnmp-base 1:5.7.2-ubnt7+t5146613-ugw-v4.4.36-7e3435f all SNMP (Simple Network Management Protocol) MIBs and documentation
  3310. ii libsnmp15 1:5.7.2-ubnt7+t5146613-ugw-v4.4.36-7e3435f mips SNMP (Simple Network Management Protocol) library
  3311. ii libsocket6-perl 0.23-1+b2 mips Perl extensions for IPv6
  3312. ii libsort-versions-perl 1.5-4 all Perl module for sorting of revision (and similar) numbers
  3313. ii libsqlite3-0:mips 3.7.13-1+deb7u2 mips SQLite 3 shared library
  3314. ii libss2:mips 1.42.5-1.1+deb7u1 mips command-line interface parsing library
  3315. ii libssh2-1:mips 1.4.2-1.1+deb7u2 mips SSH2 client-side library
  3316. ii libssl1.0.0:mips 1.0.1te-2+deb7u21+ubnt2 mips SSL shared libraries
  3317. ii libstdc++6:mips 4.7.2-5 mips GNU Standard C++ Library v3
  3318. ii libstrongswan 1:5.2.2-ubnt2 mips strongSwan utility and crypto library
  3319. ii libswitch-perl 2.16-2 all switch statement for Perl
  3320. ii libsysfs2:mips 2.1.0+repack-2 mips interface library to sysfs
  3321. ii libsystemd-login0:mips 44-11+deb7u4 mips systemd login utility library
  3322. ii libtasn1-3:mips 2.13-2+deb7u3 mips Manage ASN.1 structures (runtime)
  3323. ii libterm-readkey-perl 2.30-4+b2 mips A perl module for simple terminal control
  3324. ii libtimedate-perl 1.2000-1 all collection of modules to manipulate date/time information
  3325. ii libtinfo5:mips 5.9-10 mips shared low-level terminfo library for terminal handling
  3326. ii libtree-simple-perl 1.18-1 all A simple tree object
  3327. ii libudev0:mips 175-7.2 mips libudev shared library
  3328. ii libudev1:mips 204-14~bpo70+1 mips libudev shared library
  3329. ii libupnp4 1.8.0~svn20100507-1.2 mips Portable SDK for UPnP Devices, version 1.8 (shared libraries)
  3330. ii liburi-perl 1.60-1 all module to manipulate and access URI strings
  3331. ii libusb-0.1-4:mips 2:0.1.12-20+nmu1 mips userspace USB programming library
  3332. ii libustr-1.0-1:mips 1.0.4-3 mips Micro string library: shared library
  3333. ii libuuid1:mips 2.20.1-5.3 mips Universally Unique ID library
  3334. ii libvyatta-cfg1 1:1.0.31+t5146616-ugw-v4.4.36-48f3f76 mips vyatta-cfg back-end library
  3335. ii libwant-perl 0.21-1 mips generalisation of wantarray
  3336. ii libwrap0:mips 7.6.q-24 mips Wietse Venema's TCP wrappers library
  3337. ii libwww-perl 6.04-1 all simple and consistent interface to the world-wide web
  3338. ii libwww-robotrules-perl 6.01-1 all database of robots.txt-derived permissions
  3339. ii libxml-libxml-perl 2.0001+dfsg-1+deb7u1 mips Perl interface to the libxml2 library
  3340. ii libxml-namespacesupport-perl 1.09-3 all Perl module for supporting simple generic namespaces
  3341. ii libxml-sax-base-perl 1.07-1 all base class for SAX drivers and filters
  3342. ii libxml-sax-perl 0.99+dfsg-2 all Perl module for using and building Perl SAX2 XML processors
  3343. ii libxml-simple-perl 2.20-1 all Perl module for reading and writing XML
  3344. ii libxml2:mips 2.8.0+dfsg1-7+wheezy6 mips GNOME XML library
  3345. ii linux-igd 1.0+cvs20070630-4 mips Linux UPnP Internet Gateway Device
  3346. ii lldpd 1:0.5.5-ubnt5+t5146612-ugw-v4.4.36-36b3193 mips implementation of IEEE 802.1ab (LLDP)
  3347. ii login 1:4.1.5.1-1 mips system login tools
  3348. ii logrotate 3.8.1-4 mips Log rotation utility
  3349. ii lsb-base 4.1+Debian8+deb7u1 all Linux Standard Base 4.1 init script functionality
  3350. ii lsof 4.86+dfsg-1 mips Utility to list open files
  3351. ii mactelnet-client 0.4.0-1 mips Console tools for telneting and pinging via MAC addresses
  3352. ii mactelnet-server 0.4.0-1 mips Telnet daemon for accepting connections via MAC addresses
  3353. ii mawk 1.3.3-17 mips a pattern scanning and text processing language
  3354. ii mgetty 1.1.36-1.6 mips Smart Modem getty replacement
  3355. ii mime-support 3.52-1+deb7u1 all MIME files 'mime.types' & 'mailcap', and support programs
  3356. ii miniupnpd 1:1.8.20140203-ubnt9+t5146612-ugw-v4.4.36-b5a0c93 mips UPnP and NAT-PMP daemon for gateway routers
  3357. ii mount 2.20.1-5.3 mips Tools for mounting and manipulating filesystems
  3358. ii mtr-tiny 0.82-3 mips Full screen ncurses traceroute tool
  3359. ii multiarch-support 2.13-38+deb7u11 mips Transitional package to ensure multiarch compatibility
  3360. ii ncurses-base 5.9-10 all basic terminal type definitions
  3361. ii ncurses-bin 5.9-10 mips terminal-related programs and man pages
  3362. ii net-tools 1.60-24.2 mips The NET-3 networking toolkit
  3363. ii netbase 5.0 all Basic TCP/IP networking system
  3364. ii netplug 1:1.2.9-ubnt3+t5146613-ugw-v4.4.36-8020cc8 mips network link monitor daemon
  3365. ii ntp 2:4.2.6p2-ubnt7+t5146613-ugw-v4.4.36-b2b0095 mips Network Time Protocol daemon and utility programs
  3366. ii ntpdate 2:4.2.6p2-ubnt7+t5146613-ugw-v4.4.36-b2b0095 mips client for setting system time from NTP servers
  3367. ii openconnect 7.08-2 mips open client for Cisco AnyConnect VPN
  3368. ii openssh-client 1:6.6p1-4~bpo70+1 mips secure shell (SSH) client, for secure access to remote machines
  3369. ii openssh-server 1:6.6p1-4~bpo70+1 mips secure shell (SSH) server, for secure access from remote machines
  3370. ii openssh-sftp-server 1:6.6p1-4~bpo70+1 mips secure shell (SSH) sftp server module, for SFTP access from remote machines
  3371. ii openssl 1.0.1te-2+deb7u21+ubnt2+1.g44784bf mips Secure Socket Layer (SSL) binary and related cryptographic tools
  3372. ii openvpn 2.3.2-7~bpo70+2 mips virtual private network daemon
  3373. ii parted 2.3-12 mips disk partition manipulator
  3374. ii passwd 1:4.1.5.1-1 mips change and administer password and group data
  3375. ii perl 5.14.2-21+deb7u3 mips Larry Wall's Practical Extraction and Report Language
  3376. ii perl-base 5.14.2-21+deb7u3 mips minimal Perl system
  3377. ii perl-modules 5.14.2-21+deb7u3 all Core Perl modules
  3378. ii pmacct 1:1.5.0rc1-ubnt4+t5146614-ugw-v4.4.36-7a6e67c mips promiscuous mode traffic accountant
  3379. ii ppp 2.4.5-5.1+deb7u2 mips Point-to-Point Protocol (PPP) - daemon
  3380. ii pppoe 1:3.11-ubnt6+t5146614-ugw-v4.4.36-33fab31 mips PPP over Ethernet driver
  3381. ii pptp-linux 1.7.2-7 mips Point-to-Point Tunneling Protocol (PPTP) Client
  3382. ii pptpd 1.3.4-5.2 mips PoPToP Point to Point Tunneling Server
  3383. ii procps 1:3.3.3-3 mips /proc file system utilities
  3384. ii python 2.7.3-4+deb7u1 all interactive high-level object-oriented language (default version)
  3385. ii python-central 0.6.17 all register and build utility for Python packages
  3386. ii python-minimal 2.7.3-4+deb7u1 all minimal subset of the Python language (default version)
  3387. ii python-serial 2.5-2.1 all pyserial - module encapsulating access for the serial port
  3388. ii python2.6 2.6.8-1.1 mips Interactive high-level object-oriented language (version 2.6)
  3389. ii python2.6-minimal 2.6.8-1.1 mips Minimal subset of the Python language (version 2.6)
  3390. ii python2.7 2.7.3-6+deb7u2 mips Interactive high-level object-oriented language (version 2.7)
  3391. ii python2.7-minimal 2.7.3-6+deb7u2 mips Minimal subset of the Python language (version 2.7)
  3392. ii radvd 2:2.16-1-ubnt1+t5146614-ugw-v4.4.36-2b2b827 mips Router Advertisement Daemon
  3393. ii readline-common 6.2+dfsg-0.1 all GNU readline and history libraries, common files
  3394. ii rsyslog 5.8.11-3+deb7u2 mips reliable system and kernel logging daemon
  3395. ii sed 4.2.1-10 mips The GNU sed stream editor
  3396. ii sensible-utils 0.0.7 all Utilities for sensible alternative selection
  3397. ii sharutils 1:4.11.1-1 mips shar, unshar, uuencode, uudecode
  3398. ii snmp 1:5.7.2-ubnt7+t5146613-ugw-v4.4.36-7e3435f mips SNMP (Simple Network Management Protocol) applications
  3399. ii snmpd 1:5.7.2-ubnt7+t5146613-ugw-v4.4.36-7e3435f mips SNMP (Simple Network Management Protocol) agents
  3400. ii squid-langpack 20120616-1 all Localized error pages for Squid
  3401. ii squid3 3.4.8-6+deb8u3 mips Full featured Web Proxy cache (HTTP proxy)
  3402. ii squid3-common 3.4.8-6+deb8u3 all Full featured Web Proxy cache (HTTP proxy) - common files
  3403. ii squidclient 3.4.8-6+deb8u3 mips Full featured Web Proxy cache (HTTP proxy) - control utility
  3404. ii squidguard 1.5-1 mips filter and redirector plugin for Squid
  3405. ii ssh 1:6.6p1-4~bpo70+1 all secure shell client and server (metapackage)
  3406. ii ssl-cert 1.0.32+deb7u1 all simple debconf wrapper for OpenSSL
  3407. ii ssmtp 2.64-7 mips extremely simple MTA to get mail off the system to a mail hub
  3408. ii strongswan 1:5.2.2-ubnt2 mips IPsec VPN solution.
  3409. ii strongswan-tools 1:5.2.2-ubnt2 mips Additional command line tools for strongSwan.
  3410. ii sudo 1.8.5p2-1+nmu3+deb7u1 mips Provide limited super user privileges to specific users
  3411. ii suricata 4.0-10 mips Suricata IDS/IPS
  3412. ii sysv-rc 2.88dsf-41+deb7u1 all System-V-like runlevel change mechanism
  3413. ii sysvinit 2.88dsf-41+deb7u1 mips System-V-like init utilities
  3414. ii sysvinit-utils 2.88dsf-41+deb7u1 mips System-V-like utilities
  3415. ii tar 9:0.1.26+t5146614-ugw-v4.4.36-4055712 all Replacement for tar
  3416. ii tcpdump 4.7.4-1~bpo70+1 mips command-line network traffic analyzer
  3417. ii tzdata 2018d-0+deb7u1 all time zone and daylight-saving time data
  3418. ii ubnt-debian 9:0.1.26+t5146614-ugw-v4.4.36-4055712 mips Utilities for Debian
  3419. ii ubnt-geoip-filter 0.2+t5146611-ugw-v4.4.36-7dabf86 all GeoIP Filter configuration templates and scripts
  3420. ii ubnt-gui-common 0.1.16+t5146612-ugw-v4.4.36-203488f all UBNT common UI
  3421. ii ubnt-igmpproxy 0.1.5+t5146614-ugw-v4.4.36-4d7dad0 mips The ubnt-igmpproxy package
  3422. ii ubnt-platform-e120 1:0.1.39+t5146619-dev-ugw-f6478cf mips The ubnt-platform package
  3423. ii ubnt-platform-priv-e120 1:0.1.81+t5146619-dev-ugw-3cf03c6 mips The ubnt-platform-priv package
  3424. ii ubnt-pppoe-server 0.1.15+t5146614-ugw-v4.4.36-d8e13e2 all PPPoE server configuration/operational commands
  3425. ii ubnt-pptp 0.1.5+t5146614-ugw-v4.4.36-7a76155 all Ubiquiti commands for PPtP client
  3426. ii ubnt-radius-server 0.1.8+t5146617-ugw-v4.4.36-2c1440a all FreeRadius Server configuration templates and scripts
  3427. ii ubnt-unifi-ui 0.1.13+t5146617-ugw-v4.4.36-e151630 all UBNT USG UI
  3428. ii ubnt-util 0.1.75+t5146612-ugw-v4.4.36-db23f0b mips The ubnt-util package
  3429. ii ucf 9:0.1.26+t5146614-ugw-v4.4.36-4055712 all Replacement for ucf
  3430. ii unifi-util 0.1.59+t5146617-develop-30d7953 mips The unifi-util package
  3431. ii unzip 6.0-8+deb7u5 mips De-archiver for .zip files
  3432. ii util-linux 2.20.1-5.3 mips Miscellaneous system utilities
  3433. ii utmdaemon 1.0-9 mips UTM security daemon
  3434. ii uuid-runtime 2.20.1-5.3 mips runtime components for the Universally Unique ID library
  3435. ii vyatta-bash 1:4.1-ubnt6+t5146616-ugw-v4.4.36-64b234d mips The Vyatta Shell based on GNU bash
  3436. ii vyatta-cfg 1:1.0.31+t5146616-ugw-v4.4.36-48f3f76 mips Vyatta configuration system
  3437. ii vyatta-cfg-dhcp-relay 1:0.11.2+t5146616-ugw-v4.4.36-d284c47 all Vyatta DHCP-relay-level configuration templates and scripts
  3438. ii vyatta-cfg-dhcp-server 1:0.13.31+t5146616-ugw-v4.4.36-39fe3cc all Vyatta DHCP-server-level configuration templates and scripts
  3439. ii vyatta-cfg-firewall 1:0.14.27+t5146616-ugw-v4.4.36-d4f35cc all Vyatta firewall configuration templates/scripts
  3440. ii vyatta-cfg-op-pppoe 1:0.12.18+t5146616-ugw-v4.4.36-fa44f04 all Vyatta config and op mode templates for PPPOE
  3441. ii vyatta-cfg-qos 1:0.16.13+t5146616-ugw-v4.4.36-0316476 all Vyatta Qos configuration templates/scripts
  3442. ii vyatta-cfg-quagga 1:0.19.13+t5146616-ugw-v4.4.36-70b45be mips Vyatta configuration templates/scripts for Quagga
  3443. ii vyatta-cfg-system 1:0.20.58+t5146616-ugw-v4.4.36-eb9cb4f mips Vyatta system-level configuration
  3444. ii vyatta-cfg-vpn 1:0.13.24+t5146616-ugw-v4.4.36-b7fe8cf all Vyatta VPN configuration templates/scripts
  3445. ii vyatta-config-mgmt 1:0.32.6+t5146616-ugw-v4.4.36-9b821f5 all Vyatta commands for config-mgmt
  3446. ii vyatta-config-migrate 1:0.14.4+t5146616-ugw-v4.4.36-08a02b0 all Vyatta configuration migration
  3447. ii vyatta-conntrack 1:0.55.3+t5146616-ugw-v4.4.36-8d40e3f mips Vyatta conntrack configuration
  3448. ii vyatta-cron 1:1.0.6+t5146616-ugw-v4.4.36-3f9f656 all Vyatta task scheduler configuration
  3449. ii vyatta-dhcp3-client 1:4.1-ESV-R8-ubnt2+t5146616-ugw-v4.4.36-74d6e95 mips Vyattanized DHCP client
  3450. ii vyatta-dhcp3-common 1:4.1-ESV-R8-ubnt2+t5146616-ugw-v4.4.36-74d6e95 mips Vyattanized common files used by all the vyatta-dhcp3* packages
  3451. ii vyatta-dhcp3-relay 1:4.1-ESV-R8-ubnt2+t5146616-ugw-v4.4.36-74d6e95 mips Vyattanized DHCP relay daemon
  3452. ii vyatta-dhcp3-server 1:4.1-ESV-R8-ubnt2+t5146616-ugw-v4.4.36-74d6e95 mips Vyattanized DHCP server for automatic IP address assignment
  3453. ii vyatta-ipv6-rtradv 1:0.36.15+t5146616-ugw-v4.4.36-1bee674 all Vyatta config and op mode templates for IPv6 Router Advertisements
  3454. ii vyatta-keepalived 1:1.2.19-ubnt2+t5146616-ugw-v4.4.36-8ee2fd4 mips Failover and monitoring daemon for LVS clusters
  3455. ii vyatta-lldp 1:0.21.2+t5146616-ugw-v4.4.36-222b441 all The vyatta-lldp package
  3456. ii vyatta-nat 1:0.13.8+t5146616-ugw-v4.4.36-a97152b all Vyatta configuration/operational commands for NAT
  3457. ii vyatta-netflow 1:0.34.5+t5146616-ugw-v4.4.36-52f5662 all Vyatta commands for netflow
  3458. ii vyatta-op 1:0.14.21+t5146617-ugw-v4.4.36-c9045d3 all bash operational command completion
  3459. ii vyatta-op-dhcp-server 1:0.14.10+t5146616-ugw-v4.4.36-c46336c mips Vyatta operational commands for DHCP server
  3460. ii vyatta-op-firewall 1:0.11.4+t5146616-ugw-v4.4.36-d2632a1 all Vyatta operational commands for firewall.
  3461. ii vyatta-op-qos 1:0.13.3+t5146617-ugw-v4.4.36-dd714b7 all Vyatta operational commands for QOS
  3462. ii vyatta-op-quagga 1:0.12.6+t5146617-ugw-v4.4.36-3ff3a8f all Vyatta operational command for the Quagga route daemons
  3463. ii vyatta-op-vpn 1:0.14.10+t5146617-ugw-v4.4.36-47a07dc all Vyatta operational commands for VPN
  3464. ii vyatta-openvpn 1:0.3.9+t5146617-ugw-v4.4.36-465713a all Vyatta OpenVPN configuration/operational commands
  3465. ii vyatta-ppp 1:2.4.4-ubnt24+t5146614-ugw-v4.4.36-0d2b386 mips Point-to-Point Protocol (PPP) daemon
  3466. ii vyatta-quagga 1:0.99.20.1-ubnt9+t5146617-ugw-v4.4.36-41292e2 mips BGP/OSPF/RIP routing daemon
  3467. ii vyatta-ravpn 1:0.13.24+t5146617-ugw-v4.4.36-4e2f158 all Vyatta remote access VPN configuration/operational commands
  3468. ii vyatta-upnp 0.2.7+t5146617-ugw-v4.4.36-02dde4c all Vyatta UPNP configuration templates and scripts
  3469. ii vyatta-webproxy 1:0.3.7+t5146617-ugw-v4.4.36-dddc250 all Vyatta commands for webproxy
  3470. ii vyatta-wirelessmodem 1:0.2.1+t5146617-ugw-v4.4.36-8cda9b2 all Vyatta configuration/operational commands for USB 3G modems
  3471. ii vyatta-zone 1:0.11.1+t5146617-ugw-v4.4.36-f302422 all The vyatta-zone package
  3472. ii whois 5.1.1~deb7u1 mips intelligent WHOIS client
  3473. ii wide-dhcpv6-client 1:20080615-16-ubnt2+t5146617-ugw-v4.4.36-44843a8 mips DHCPv6 client for automatic IPv6 hosts configuration
  3474. ii xl2tpd 1.3.9+ubnt1+t5146617-ugw-v4.4.36-6ec3e5e mips layer 2 tunneling protocol implementation
  3475. ii xz-utils 5.1.1alpha+20120614-2 mips XZ-format compression utilities
  3476. ii zlib1g:mips 1:1.2.7.dfsg-13 mips compression library - runtime
  3477.  
  3478. ----------------
  3479. Loaded Modules
  3480. ----------------
  3481. 8021q 18796 0 - Live 0xffffffffc0b82000 0xffffffffc0b80000
  3482. garp 5710 1 8021q, Live 0xffffffffc0b7b000 0xffffffffc0b79000
  3483. stp 1829 1 garp, Live 0xffffffffc0b75000 0xffffffffc0b73000
  3484. llc 4017 2 garp,stp, Live 0xffffffffc0b6f000 0xffffffffc0b6d000
  3485. xt_nat 1913 25 - Live 0xffffffffc0b69000 0xffffffffc0b67000
  3486. ipt_MASQUERADE 1706 28 - Live 0xffffffffc0b63000 0xffffffffc0b61000
  3487. xt_multiport 1854 18 - Live 0xffffffffc0b5d000 0xffffffffc0b5b000
  3488. xt_set 5792 37 - Live 0xffffffffc0b57000 0xffffffffc0b55000
  3489. nf_conntrack_ipv6 8181 4 - Live 0xffffffffc0b4f000 0xffffffffc0b4d000
  3490. nf_defrag_ipv6 22705 1 nf_conntrack_ipv6, Live 0xffffffffc0b48000 0xffffffffc0b42000
  3491. xt_comment 939 75 - Live 0xffffffffc0b3e000 0xffffffffc0b3c000
  3492. xt_conntrack 2961 8 - Live 0xffffffffc0b38000 0xffffffffc0b36000
  3493. ip_set_bitmap_port 6393 4 - Live 0xffffffffc0b31000 0xffffffffc0b2f000
  3494. xt_TCPMSS 3631 10 - Live 0xffffffffc0b2b000 0xffffffffc0b29000
  3495. xt_tcpudp 2519 86 - Live 0xffffffffc0b25000 0xffffffffc0b23000
  3496. ip6table_mangle 1788 1 - Live 0xffffffffc0b1f000 0xffffffffc0b1d000
  3497. ip6table_filter 1356 1 - Live 0xffffffffc0b19000 0xffffffffc0b17000
  3498. ip6table_raw 1280 1 - Live 0xffffffffc0b13000 0xffffffffc0b11000
  3499. ip6_tables 16876 3 ip6table_mangle,ip6table_filter,ip6table_raw, Live 0xffffffffc0b09000 0xffffffffc0b07000
  3500. iptable_nat 2950 1 - Live 0xffffffffc0b03000 0xffffffffc0b01000
  3501. nf_conntrack_ipv4 7878 5 - Live 0xffffffffc0afb000 0xffffffffc0af9000
  3502. nf_defrag_ipv4 1283 1 nf_conntrack_ipv4, Live 0xffffffffc0af5000 0xffffffffc0af3000
  3503. nf_nat_ipv4 3904 1 iptable_nat, Live 0xffffffffc0aef000 0xffffffffc0aed000
  3504. iptable_mangle 1672 1 - Live 0xffffffffc0ae9000 0xffffffffc0ae7000
  3505. xt_CT 4171 4 - Live 0xffffffffc0ae3000 0xffffffffc0ae1000
  3506. iptable_raw 1356 1 - Live 0xffffffffc0add000 0xffffffffc0adb000
  3507. nf_nat_pptp 1978 0 - Live 0xffffffffc0ad7000 0xffffffffc0ad5000
  3508. nf_conntrack_pptp 4368 1 nf_nat_pptp, Live 0xffffffffc0ad1000 0xffffffffc0acf000
  3509. nf_conntrack_proto_gre 4623 1 nf_conntrack_pptp, Live 0xffffffffc0acb000 0xffffffffc0ac9000
  3510. nf_nat_h323 6087 0 - Live 0xffffffffc0ac4000 0xffffffffc0ac2000
  3511. nf_conntrack_h323 41900 1 nf_nat_h323, Live 0xffffffffc0ab3000 0xffffffffc0ab0000
  3512. nf_nat_proto_gre 1509 1 nf_nat_pptp, Live 0xffffffffc0a99000 0xffffffffc0a97000
  3513. nf_nat_tftp 958 0 - Live 0xffffffffc0a93000 0xffffffffc0a91000
  3514. nf_nat_ftp 1804 0 - Live 0xffffffffc0a8d000 0xffffffffc0a8b000
  3515. nf_nat 13634 9 xt_nat,ipt_MASQUERADE,iptable_nat,nf_nat_ipv4,nf_nat_pptp,nf_nat_h323,nf_nat_proto_gre,nf_nat_tftp,nf_nat_ftp, Live 0xffffffffc0a83000 0xffffffffc0a81000
  3516. nf_conntrack_tftp 3929 1 nf_nat_tftp, Live 0xffffffffc0a7d000 0xffffffffc0a7b000
  3517. nf_conntrack_ftp 7502 1 nf_nat_ftp, Live 0xffffffffc0a76000 0xffffffffc0a74000
  3518. nf_conntrack 62676 17 ipt_MASQUERADE,nf_conntrack_ipv6,xt_conntrack,iptable_nat,nf_conntrack_ipv4,nf_nat_ipv4,xt_CT,nf_nat_pptp,nf_conntrack_pptp,nf_conntrack_proto_gre,nf_nat_h323,nf_conntrack_h323,nf_nat_tftp,nf_nat_ftp,nf_nat,nf_conntrack_tftp,nf_conntrack_ftp, Live 0xffffffffc0a5d000 0xffffffffc0a5a000
  3519. iptable_filter 1432 1 - Live 0xffffffffc0a56000 0xffffffffc0a54000
  3520. ip_tables 16598 4 iptable_nat,iptable_mangle,iptable_raw,iptable_filter, Live 0xffffffffc0a4c000 0xffffffffc0a4a000
  3521. x_tables 19171 17 xt_nat,ipt_MASQUERADE,xt_multiport,xt_set,xt_comment,xt_conntrack,xt_TCPMSS,xt_tcpudp,ip6table_mangle,ip6table_filter,ip6table_raw,ip6_tables,iptable_mangle,xt_CT,iptable_raw,iptable_filter,ip_tables, Live 0xffffffffc0a40000 0xffffffffc0a3e000
  3522. ip_set_hash_net 21210 22 - Live 0xffffffffc0a36000 0xffffffffc0a34000
  3523. ip_set 22410 3 xt_set,ip_set_bitmap_port,ip_set_hash_net, Live 0xffffffffc0a2a000 0xffffffffc0a28000
  3524. nfnetlink 3789 1 ip_set, Live 0xffffffffc0a24000 0xffffffffc0a20000
  3525. configfs 24850 1 - Live 0xffffffffc0a15000 0xffffffffc0a13000
  3526. unifigpio 6128 0 - Live 0xffffffffc0a0e000 0xffffffffc0a0c000 (PO)
  3527. unifihal 58054 0 - Live 0xffffffffc09f9000 0xffffffffc09f7000 (PO)
  3528. cvm_ipsec_kame 36927 0 - Live 0xffffffffc09ea000 0xffffffffc09e8000 (O)
  3529. ipv6 359926 34 nf_conntrack_ipv6,nf_defrag_ipv6,ip6table_mangle,cvm_ipsec_kame, Live 0xffffffffc0984000 0xffffffffc097a000
  3530. imq 6288 0 - Live 0xffffffffc0974000 0xffffffffc0972000
  3531. cavium_ip_offload 216055 0 - Live 0xffffffffc0940000 0xffffffffc0935000 (PO)
  3532. ubnt_nf_app 10220 1 cavium_ip_offload, Live 0xffffffffc092f000 0xffffffffc092d000 (PO)
  3533. tdts 548691 2 cavium_ip_offload,ubnt_nf_app, Live 0xffffffffc08b9000 0xffffffffc0898000 (PO)
  3534. octeon_rng 1794 0 - Live 0xffffffffc0894000 0xffffffffc0892000
  3535. rng_core 3928 2 octeon_rng, Live 0xffffffffc088e000 0xffffffffc088c000
  3536. octeon_ethernet 54284 1 cavium_ip_offload, Live 0xffffffffc0879000 0xffffffffc0877000
  3537. mdio_octeon 3619 1 octeon_ethernet, Live 0xffffffffc0873000 0xffffffffc0871000
  3538. ethernet_mem 3960 1 octeon_ethernet, Live 0xffffffffc086d000 0xffffffffc086b000
  3539. octeon_common 2400 1 octeon_ethernet, Live 0xffffffffc0867000 0xffffffffc0865000
  3540. of_mdio 2726 2 octeon_ethernet,mdio_octeon, Live 0xffffffffc0861000 0xffffffffc085f000
  3541. ubnt_platform 283394 0 - Live 0xffffffffc0816000 0xffffffffc080c000 (PO)
  3542. libphy 19303 4 octeon_ethernet,mdio_octeon,of_mdio,ubnt_platform, Live 0xffffffffc0802000 0xffffffffc0800000
  3543.  
  3544. ----------------
  3545. CPU
  3546. ----------------
  3547.  
  3548. ----------------
  3549. Cumulative CPU Time Used by Running Processes
  3550. ----------------
  3551. top - 19:10:31 up 1:42, 1 user, load average: 0.20, 0.10, 0.13
  3552. Tasks: 83 total, 1 running, 82 sleeping, 0 stopped, 0 zombie
  3553. %Cpu(s): 3.3 us, 2.9 sy, 0.0 ni, 92.7 id, 0.0 wa, 0.0 hi, 1.1 si, 0.0 st
  3554. KiB Mem: 495536 total, 230928 used, 264608 free, 26468 buffers
  3555. KiB Swap: 0 total, 0 used, 0 free, 100296 cached
  3556.  
  3557. PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
  3558. 19678 admin 20 0 3444 1124 880 R 15.8 0.2 0:00.09 top
  3559. 1 root 20 0 2572 764 656 S 0.0 0.2 2:21.96 init
  3560. 2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd
  3561. 3 root 20 0 0 0 0 S 0.0 0.0 0:06.49 ksoftirqd/0
  3562. 4 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/0:0
  3563. 5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0:0H
  3564. 7 root rt 0 0 0 0 S 0.0 0.0 0:00.53 migration/0
  3565. 8 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
  3566. 9 root 20 0 0 0 0 S 0.0 0.0 0:03.44 rcu_sched
  3567. 10 root 20 0 0 0 0 S 0.0 0.0 0:11.53 rcuc/0
  3568. 11 root rt 0 0 0 0 S 0.0 0.0 0:00.10 watchdog/0
  3569. 12 root rt 0 0 0 0 S 0.0 0.0 0:00.08 watchdog/1
  3570. 13 root 20 0 0 0 0 S 0.0 0.0 0:05.48 rcuc/1
  3571. 14 root rt 0 0 0 0 S 0.0 0.0 0:12.31 migration/1
  3572. 15 root 20 0 0 0 0 S 0.0 0.0 0:00.67 ksoftirqd/1
  3573. 16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/1:0
  3574. 17 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/1:0H
  3575. 18 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 khelper
  3576. 19 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 netns
  3577. 20 root 20 0 0 0 0 S 0.0 0.0 0:00.54 kworker/u4:1
  3578. 106 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 writeback
  3579. 109 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
  3580. 110 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 crypto
  3581. 112 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kblockd
  3582. 120 root 20 0 0 0 0 S 0.0 0.0 0:00.11 khubd
  3583. 142 root 20 0 0 0 0 S 0.0 0.0 0:00.92 kworker/1:1
  3584. 167 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khungtaskd
  3585. 168 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
  3586. 169 root 20 0 0 0 0 S 0.0 0.0 0:00.00 fsnotify_mark
  3587. 170 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 unionfs_siod
  3588. 240 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 deferwq
  3589. 241 root 20 0 0 0 0 S 0.0 0.0 0:01.80 kworker/0:1
  3590. 244 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_0
  3591. 245 root 20 0 0 0 0 S 0.0 0.0 0:00.70 usb-storage
  3592. 258 root 0 -20 0 0 0 S 0.0 0.0 0:00.03 kworker/0:1H
  3593. 259 root 20 0 0 0 0 S 0.0 0.0 0:00.03 kjournald
  3594. 263 root 0 -20 0 0 0 S 0.0 0.0 0:00.45 loop8
  3595. 266 root 0 -20 0 0 0 S 0.0 0.0 0:00.06 kworker/1:1H
  3596. 339 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 octeon-ethernet
  3597. 368 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ipv6_addrconf
  3598. 473 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kjournald
  3599. 513 root 20 0 1952 280 220 S 0.0 0.1 0:05.23 rngd
  3600. 523 daemon 20 0 2700 328 208 S 0.0 0.1 0:00.00 atd
  3601. 530 root 20 0 2972 936 768 S 0.0 0.2 0:02.17 cron
  3602. 539 root 20 0 2760 312 204 S 0.0 0.1 0:00.45 ubnt-daemon
  3603. 540 root 20 0 18328 2604 2264 S 0.0 0.5 2:46.95 ubnt-cfgd
  3604. 543 root 20 0 131m 11m 3484 S 0.0 2.4 1:50.41 ubnt-util
  3605. 552 root 20 0 18328 1640 1288 S 0.0 0.3 0:00.00 ubnt-cfgd
  3606. 585 freerad 20 0 51148 4044 1316 S 0.0 0.8 0:00.01 freeradius
  3607. 623 quagga 20 0 7744 1736 1132 S 0.0 0.4 0:00.54 zebra
  3608. 1956 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/117-octeon-
  3609. 2324 ntp 20 0 6816 2128 1716 S 0.0 0.4 0:01.98 ntpd
  3610. 2389 root 20 0 29560 1560 1188 S 0.0 0.3 0:00.79 rsyslogd
  3611. 2644 root 20 0 2520 880 744 S 0.0 0.2 0:07.47 lldpd
  3612. 2645 _lldpd 20 0 2520 448 336 S 0.0 0.1 0:01.52 lldpd
  3613. 2780 root 20 0 18328 1940 1536 S 0.0 0.4 0:00.13 ubnt-cfgd
  3614. 2815 root 20 0 1960 472 396 S 0.0 0.1 0:09.62 netplugd
  3615. 2858 root 20 0 15852 4156 2972 S 0.0 0.8 2:50.50 mcad
  3616. 2861 root 20 0 15020 2228 1720 S 0.0 0.4 0:01.27 mca-monitor
  3617. 2864 root 20 0 15020 2324 1808 S 0.0 0.5 0:00.82 linkcheck
  3618. 2865 root 20 0 2536 776 676 S 0.0 0.2 0:00.02 getty
  3619. 2868 root 20 0 18328 1640 1288 S 0.0 0.3 0:00.00 ubnt-cfgd
  3620. 2872 root 20 0 6456 2624 968 S 0.0 0.5 0:04.38 dpi_wlan_fw_rul
  3621. 3045 root 20 0 15616 5540 1044 S 0.0 1.1 0:21.85 perl_wrapper.pl
  3622. 3063 root 20 0 8032 984 564 S 0.0 0.2 0:01.60 sshd
  3623. 8742 root 20 0 2748 844 572 S 0.0 0.2 0:07.74 dhclient
  3624. 8824 root 20 0 2256 464 404 S 0.0 0.1 0:00.00 telnetd
  3625. 8828 www-data 20 0 6300 1412 768 S 0.0 0.3 0:00.21 lighttpd
  3626. 8830 www-data 20 0 18364 4132 2748 S 0.0 0.8 0:00.09 php-cgi
  3627. 8831 www-data 20 0 18364 1748 364 S 0.0 0.4 0:00.00 php-cgi
  3628. 8832 www-data 20 0 18364 1748 364 S 0.0 0.4 0:00.00 php-cgi
  3629. 8833 www-data 20 0 18364 1748 364 S 0.0 0.4 0:00.00 php-cgi
  3630. 8834 www-data 20 0 18364 1748 364 S 0.0 0.4 0:00.00 php-cgi
  3631. 8864 root 20 0 5052 3296 1100 S 0.0 0.7 0:01.03 dhcpd3
  3632. 8908 dnsmasq 20 0 6132 2200 748 S 0.0 0.4 0:04.81 dnsmasq
  3633. 8929 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/u4:2
  3634. 16385 root 20 0 11756 3232 2580 S 0.0 0.7 0:01.32 sshd
  3635. 16391 admin 20 0 11756 1832 1176 S 0.0 0.4 0:00.64 sshd
  3636. 16393 admin 20 0 4220 2124 1572 S 0.0 0.4 0:00.88 vbash
  3637. 19341 admin 20 0 4404 1308 584 S 0.0 0.3 0:00.05 vbash
  3638. 19342 admin 20 0 4220 880 328 S 0.0 0.2 0:00.00 vbash
  3639. 19343 admin 20 0 2124 424 364 S 0.0 0.1 0:00.07 cat
  3640. 19357 admin 20 0 4420 1568 792 S 0.0 0.3 0:08.93 vbash
  3641.  
  3642. ----------------
  3643. Hardware Interrupt Counters
  3644. ----------------
  3645. CPU0 CPU1
  3646. 8: 626873 631758 Core timer
  3647. 24: 3033595 0 CIU eth0
  3648. 34: 57 0 CIU serial
  3649. 56: 42174 0 CIU Octeon USB:usb1
  3650. 73: 1229 0 CIU-W octeon_wdt
  3651. 74: 0 1229 CIU-W octeon_wdt
  3652. 105: 135703 189966 CIU-M SMP-IPI
  3653. 117: 2 0 CIU octeon-hw-status
  3654. ERR: 0
  3655.  
  3656. ----------------
  3657. Load Average
  3658. ----------------
  3659. 0.20 0.10 0.13 1/104 19680
  3660.  
  3661. ----------------
  3662. Running Processes
  3663. ----------------
  3664. UID PID PPID C STIME TTY TIME CMD
  3665. root 1 0 0 17:28 ? 00:00:00 init [2]
  3666. root 2 0 0 17:28 ? 00:00:00 [kthreadd]
  3667. root 3 2 0 17:28 ? 00:00:06 [ksoftirqd/0]
  3668. root 4 2 0 17:28 ? 00:00:00 [kworker/0:0]
  3669. root 5 2 0 17:28 ? 00:00:00 [kworker/0:0H]
  3670. root 7 2 0 17:28 ? 00:00:00 [migration/0]
  3671. root 8 2 0 17:28 ? 00:00:00 [rcu_bh]
  3672. root 9 2 0 17:28 ? 00:00:03 [rcu_sched]
  3673. root 10 2 0 17:28 ? 00:00:11 [rcuc/0]
  3674. root 11 2 0 17:28 ? 00:00:00 [watchdog/0]
  3675. root 12 2 0 17:28 ? 00:00:00 [watchdog/1]
  3676. root 13 2 0 17:28 ? 00:00:05 [rcuc/1]
  3677. root 14 2 0 17:28 ? 00:00:12 [migration/1]
  3678. root 15 2 0 17:28 ? 00:00:00 [ksoftirqd/1]
  3679. root 16 2 0 17:28 ? 00:00:00 [kworker/1:0]
  3680. root 17 2 0 17:28 ? 00:00:00 [kworker/1:0H]
  3681. root 18 2 0 17:28 ? 00:00:00 [khelper]
  3682. root 19 2 0 17:28 ? 00:00:00 [netns]
  3683. root 20 2 0 17:28 ? 00:00:00 [kworker/u4:1]
  3684. root 106 2 0 17:28 ? 00:00:00 [writeback]
  3685. root 109 2 0 17:28 ? 00:00:00 [bioset]
  3686. root 110 2 0 17:28 ? 00:00:00 [crypto]
  3687. root 112 2 0 17:28 ? 00:00:00 [kblockd]
  3688. root 120 2 0 17:28 ? 00:00:00 [khubd]
  3689. root 142 2 0 17:28 ? 00:00:00 [kworker/1:1]
  3690. root 167 2 0 17:28 ? 00:00:00 [khungtaskd]
  3691. root 168 2 0 17:28 ? 00:00:00 [kswapd0]
  3692. root 169 2 0 17:28 ? 00:00:00 [fsnotify_mark]
  3693. root 170 2 0 17:28 ? 00:00:00 [unionfs_siod]
  3694. root 240 2 0 17:28 ? 00:00:00 [deferwq]
  3695. root 241 2 0 17:28 ? 00:00:01 [kworker/0:1]
  3696. root 244 2 0 17:28 ? 00:00:00 [scsi_eh_0]
  3697. root 245 2 0 17:28 ? 00:00:00 [usb-storage]
  3698. root 258 2 0 17:28 ? 00:00:00 [kworker/0:1H]
  3699. root 259 2 0 17:28 ? 00:00:00 [kjournald]
  3700. root 263 2 0 17:28 ? 00:00:00 [loop8]
  3701. root 266 2 0 17:28 ? 00:00:00 [kworker/1:1H]
  3702. root 339 2 0 17:28 ? 00:00:00 [octeon-ethernet]
  3703. root 368 2 0 17:28 ? 00:00:00 [ipv6_addrconf]
  3704. root 473 2 0 17:28 ? 00:00:00 [kjournald]
  3705. root 513 1 0 17:28 ? 00:00:05 /usr/sbin/rngd
  3706. daemon 523 1 0 17:28 ? 00:00:00 /usr/sbin/atd
  3707. root 530 1 0 17:28 ? 00:00:00 /usr/sbin/cron
  3708. root 539 1 0 17:28 ? 00:00:00 /usr/sbin/ubnt-daemon
  3709. root 540 539 0 17:28 ? 00:00:00 /opt/vyatta/sbin/ubnt-cfgd
  3710. root 543 539 0 17:28 ? 00:00:37 /usr/sbin/ubnt-util -f
  3711. root 552 540 0 17:28 ? 00:00:00 /opt/vyatta/sbin/ubnt-cfgd
  3712. freerad 585 1 0 17:28 ? 00:00:00 /usr/sbin/freeradius
  3713. quagga 623 1 0 17:28 ? 00:00:00 /usr/sbin/zebra -d -P 0 -i /var/run/quagga/zebra.pid -S -s 1048576
  3714. root 1956 2 0 17:29 ? 00:00:00 [irq/117-octeon-]
  3715. ntp 2324 1 0 17:30 ? 00:00:01 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:111
  3716. root 2389 1 0 17:30 ? 00:00:00 /usr/sbin/rsyslogd -c5
  3717. root 2644 1 0 17:30 ? 00:00:07 /usr/sbin/lldpd -H 0 -M4 -S UBNT UniFi-Gateway-3 running on v4.4.36.5146617.181205.0449 -I *,!eth0
  3718. _lldpd 2645 2644 0 17:30 ? 00:00:01 /usr/sbin/lldpd -H 0 -M4 -S UBNT UniFi-Gateway-3 running on v4.4.36.5146617.181205.0449 -I *,!eth0
  3719. root 2780 540 0 17:30 ? 00:00:00 /opt/vyatta/sbin/ubnt-cfgd
  3720. root 2815 1 0 17:30 ? 00:00:00 /sbin/netplugd -P -p /var/run/netplugd.pid
  3721. root 2858 1 0 17:30 ? 00:00:41 /usr/bin/mcad
  3722. root 2861 1 0 17:30 ? 00:00:01 /usr/bin/mca-monitor
  3723. root 2864 1 0 17:30 ? 00:00:00 /usr/bin/linkcheck
  3724. root 2865 1 0 17:30 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt100
  3725. root 2868 540 0 17:30 ? 00:00:00 /opt/vyatta/sbin/ubnt-cfgd
  3726. root 2872 1 0 17:30 ? 00:00:01 /usr/bin/perl /usr/bin/dpi_wlan_fw_rules.pl
  3727. root 3045 1 0 17:30 ? 00:00:02 /usr/bin/perl /usr/bin/perl_wrapper.pl
  3728. root 3063 1 0 17:30 ? 00:00:00 /usr/sbin/sshd -p 22 -o Protocol=2
  3729. root 8742 1 0 18:04 ? 00:00:00 /sbin/dhclient -q -nw -cf /var/run/dhclient_eth0.conf -pf /var/run/dhclient_eth0.pid -lf /var/run/dhclient_eth0.leases eth0
  3730. root 8824 1 0 18:04 ? 00:00:00 /usr/sbin/telnetd -p 55523 -b 127.0.0.101 -F
  3731. www-data 8828 1 0 18:04 ? 00:00:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
  3732. www-data 8830 8828 0 18:04 ? 00:00:00 /usr/bin/php-cgi
  3733. www-data 8831 8830 0 18:04 ? 00:00:00 /usr/bin/php-cgi
  3734. www-data 8832 8830 0 18:04 ? 00:00:00 /usr/bin/php-cgi
  3735. www-data 8833 8830 0 18:04 ? 00:00:00 /usr/bin/php-cgi
  3736. www-data 8834 8830 0 18:04 ? 00:00:00 /usr/bin/php-cgi
  3737. root 8864 1 0 18:04 ? 00:00:00 /usr/sbin/dhcpd3 -f -pf /var/run/dhcpd-unused.pid -cf /opt/vyatta/etc/dhcpd.conf -lf /var/run/dhcpd.leases
  3738. dnsmasq 8908 1 0 18:04 ? 00:00:04 /usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service
  3739. root 8929 2 0 18:05 ? 00:00:00 [kworker/u4:2]
  3740. root 16385 3063 0 18:50 ? 00:00:00 sshd: admin [priv]
  3741. admin 16391 16385 0 18:50 ? 00:00:00 sshd: admin@pts/0
  3742. admin 16393 16391 0 18:50 pts/0 00:00:00 -vbash
  3743. admin 19341 16393 0 19:10 pts/0 00:00:00 -vbash
  3744. admin 19342 16393 0 19:10 pts/0 00:00:00 -vbash
  3745. admin 19343 19342 0 19:10 pts/0 00:00:00 cat
  3746. admin 19357 19341 2 19:10 pts/0 00:00:00 -vbash
  3747. admin 19681 19357 0 19:10 pts/0 00:00:00 ps -ef
  3748.  
  3749. ----------------
  3750. Memory
  3751. ----------------
  3752.  
  3753. ----------------
  3754. Installed Memory
  3755. ----------------
  3756. MemTotal: 495536 kB
  3757. MemFree: 264712 kB
  3758. Buffers: 26468 kB
  3759. Cached: 100296 kB
  3760. SwapCached: 0 kB
  3761. Active: 61512 kB
  3762. Inactive: 96680 kB
  3763. Active(anon): 33880 kB
  3764. Inactive(anon): 164 kB
  3765. Active(file): 27632 kB
  3766. Inactive(file): 96516 kB
  3767. Unevictable: 0 kB
  3768. Mlocked: 0 kB
  3769. SwapTotal: 0 kB
  3770. SwapFree: 0 kB
  3771. Dirty: 0 kB
  3772. Writeback: 0 kB
  3773. AnonPages: 31452 kB
  3774. Mapped: 14504 kB
  3775. Shmem: 2620 kB
  3776. Slab: 42448 kB
  3777. SReclaimable: 14972 kB
  3778. SUnreclaim: 27476 kB
  3779. KernelStack: 1680 kB
  3780. PageTables: 1356 kB
  3781. NFS_Unstable: 0 kB
  3782. Bounce: 0 kB
  3783. WritebackTmp: 0 kB
  3784. CommitLimit: 247768 kB
  3785. Committed_AS: 280180 kB
  3786. VmallocTotal: 534773760 kB
  3787. VmallocUsed: 27036 kB
  3788. VmallocChunk: 534685988 kB
  3789. HugePages_Total: 0
  3790. HugePages_Free: 0
  3791. HugePages_Rsvd: 0
  3792. HugePages_Surp: 0
  3793. Hugepagesize: 2048 kB
  3794.  
  3795. ----------------
  3796. Memory Usage
  3797. ----------------
  3798. total used free shared buffers cached
  3799. Mem: 495536 230824 264712 0 26468 100296
  3800. -/+ buffers/cache: 104060 391476
  3801. Swap: 0 0 0
  3802.  
  3803. ----------------
  3804. Storage
  3805. ----------------
  3806.  
  3807. ----------------
  3808. Devices
  3809. ----------------
  3810. Character devices:
  3811. 1 mem
  3812. 4 ttyS
  3813. 5 /dev/tty
  3814. 5 /dev/console
  3815. 5 /dev/ptmx
  3816. 10 misc
  3817. 13 input
  3818. 90 mtd
  3819. 128 ptm
  3820. 136 pts
  3821. 180 usb
  3822. 189 usb_device
  3823. 190 detector
  3824.  
  3825. Block devices:
  3826. 259 blkext
  3827. 7 loop
  3828. 8 sd
  3829. 31 mtdblock
  3830. 65 sd
  3831. 66 sd
  3832. 67 sd
  3833. 68 sd
  3834. 69 sd
  3835. 70 sd
  3836. 71 sd
  3837. 128 sd
  3838. 129 sd
  3839. 130 sd
  3840. 131 sd
  3841. 132 sd
  3842. 133 sd
  3843. 134 sd
  3844. 135 sd
  3845. 179 mmc
  3846.  
  3847. ----------------
  3848. Partitions
  3849. ----------------
  3850. major minor #blocks name
  3851.  
  3852. 31 0 512 mtdblock0
  3853. 31 1 512 mtdblock1
  3854. 31 2 64 mtdblock2
  3855. 8 0 3915776 sda
  3856. 8 1 145408 sda1
  3857. 8 2 1709056 sda2
  3858. 8 3 1855488 sda3
  3859. 7 8 101412 loop8
  3860.  
  3861. ----------------
  3862. Partitioning for disk sda
  3863. ----------------
  3864.  
  3865. Disk /dev/sda: 4009 MB, 4009754624 bytes
  3866. 124 heads, 62 sectors/track, 1018 cylinders, total 7831552 sectors
  3867. Units = sectors of 1 * 512 = 512 bytes
  3868. Sector size (logical/physical): 512 bytes / 512 bytes
  3869. I/O size (minimum/optimal): 512 bytes / 512 bytes
  3870. Disk identifier: 0x344c0700
  3871.  
  3872. Device Boot Start End Blocks Id System
  3873. /dev/sda1 2048 292863 145408 c W95 FAT32 (LBA)
  3874. /dev/sda2 292864 3710975 1709056 83 Linux
  3875. /dev/sda3 3710976 7421951 1855488 83 Linux
  3876.  
  3877. ----------------
  3878. Mounts
  3879. ----------------
  3880. rootfs / rootfs rw 0 0
  3881. /dev/root /root.dev ext3 rw,noatime,errors=continue,user_xattr,acl,barrier=1,data=journal 0 0
  3882. aufs / aufs rw,noatime,si=669d9f7bcc35ddd2,noxino 0 0
  3883. proc /proc proc rw,relatime 0 0
  3884. sysfs /sys sysfs rw,relatime 0 0
  3885. tmpfs /run tmpfs rw,nosuid,relatime,mode=755 0 0
  3886. tmpfs /run tmpfs rw,nosuid,relatime,mode=755 0 0
  3887. tmpfs /var/log tmpfs rw,nosuid,nodev,noexec,relatime,mode=755 0 0
  3888. tmpfs /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
  3889. none /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620 0 0
  3890. tmpfs /tmp tmpfs rw,relatime,nr_inodes=300000 0 0
  3891. none /opt/vyatta/config tmpfs rw,nosuid,nodev,relatime,nr_inodes=300000,mode=775 0 0
  3892. none /sys/kernel/config configfs rw,relatime 0 0
  3893. /dev/sda3 /root.dev/ugw ext3 rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=journal 0 0
  3894. unionfs /opt/vyatta/config/tmp/new_config_6d8fd732ecf8a52d402085fe20 unionfs rw,relatime,dirs=/tmp/changes_only_6d8fd732ecf8a52d402085fe20=rw:/opt/vyatta/config/active=ro 0 0
  3895.  
  3896. ----------------
  3897. Diskstats
  3898. ----------------
  3899. 7 0 loop0 0 0 0 0 0 0 0 0 0 0 0
  3900. 7 1 loop1 0 0 0 0 0 0 0 0 0 0 0
  3901. 7 2 loop2 0 0 0 0 0 0 0 0 0 0 0
  3902. 7 3 loop3 0 0 0 0 0 0 0 0 0 0 0
  3903. 7 4 loop4 0 0 0 0 0 0 0 0 0 0 0
  3904. 7 5 loop5 0 0 0 0 0 0 0 0 0 0 0
  3905. 7 6 loop6 0 0 0 0 0 0 0 0 0 0 0
  3906. 7 7 loop7 0 0 0 0 0 0 0 0 0 0 0
  3907. 31 0 mtdblock0 0 0 0 0 0 0 0 0 0 0 0
  3908. 31 1 mtdblock1 0 0 0 0 0 0 0 0 0 0 0
  3909. 31 2 mtdblock2 4 60 512 50 0 0 0 0 0 50 50
  3910. 8 0 sda 1490 36 82148 4870 262 625 7144 4540 0 5180 9390
  3911. 8 1 sda1 0 0 0 0 0 0 0 0 0 0 0
  3912. 8 2 sda2 1399 15 81258 4790 257 624 7096 4520 0 5100 9290
  3913. 8 3 sda3 87 11 778 70 5 1 48 20 0 90 90
  3914. 7 8 loop8 0 0 0 0 0 0 0 0 0 0 0
  3915.  
  3916. ----------------
  3917. Hard Drive Usage
  3918. ----------------
  3919. Filesystem Size Used Available Use% Mounted on
  3920. /dev/root 1.6G 344.5M 1.2G 22% /root.dev
  3921. aufs 1.6G 344.5M 1.2G 22% /
  3922. tmpfs 242.0M 352.0K 241.6M 0% /run
  3923. tmpfs 242.0M 352.0K 241.6M 0% /run
  3924. tmpfs 242.0M 76.0K 241.9M 0% /var/log
  3925. tmpfs 242.0M 0 242.0M 0% /dev/shm
  3926. tmpfs 242.0M 36.0K 241.9M 0% /tmp
  3927. none 242.0M 2.1M 239.9M 1% /opt/vyatta/config
  3928. /dev/sda3 1.7G 34.7M 1.6G 2% /root.dev/ugw
  3929. unionfs 242.0M 36.0K 241.9M 0% /opt/vyatta/config/tmp/new_config_6d8fd732ecf8a52d402085fe20
  3930.  
  3931. ----------------
  3932. General System
  3933. ----------------
  3934.  
  3935. ----------------
  3936. Boot Messages
  3937. ----------------
  3938. Linux version 3.10.107-UBNT (ubnt@dde891067c7a) (gcc version 4.7.0 (Cavium Inc. Version: SDK_3_1_0_p2 build 34) ) #1 SMP Wed Dec 5 04:57:56 UTC 2018
  3939. CVMSEG size: 2 cache lines (256 bytes)
  3940. Cavium Inc. SDK-3.1.2
  3941. bootconsole [early0] enabled
  3942. CPU revision is: 000d0601 (Cavium Octeon+)
  3943. Checking for the multiply/shift bug... no.
  3944. Checking for the daddiu bug... no.
  3945. Determined physical RAM map:
  3946. memory: 0000000000537000 @ 0000000000400000 (kernel data and code)
  3947. memory: 0000000000049000 @ 0000000000937000 (usable after init)
  3948. memory: 0000000000107000 @ 0000000000980000 (kernel data and code)
  3949. memory: 0000000007400000 @ 0000000000d00000 (usable)
  3950. memory: 0000000007c00000 @ 0000000008300000 (usable)
  3951. memory: 000000000fc00000 @ 0000000410300000 (usable)
  3952. software IO TLB [mem 0x0170d000-0x0174d000] (0MB) mapped at [800000000170d000-800000000174cfff]
  3953. Zone ranges:
  3954. DMA32 [mem 0x00400000-0xefffffff]
  3955. Normal [mem 0xf0000000-0x41fefffff]
  3956. Movable zone start for each node
  3957. Early memory node ranges
  3958. node 0: [mem 0x00400000-0x00a86fff]
  3959. node 0: [mem 0x00d00000-0x080fffff]
  3960. node 0: [mem 0x08300000-0x0fefffff]
  3961. node 0: [mem 0x410300000-0x41fefffff]
  3962. On node 0 totalpages: 127623
  3963. DMA32 zone: 863 pages used for memmap
  3964. DMA32 zone: 0 pages reserved
  3965. DMA32 zone: 63111 pages, LIFO batch:15
  3966. Normal zone: 882 pages used for memmap
  3967. Normal zone: 64512 pages, LIFO batch:15
  3968. Primary instruction cache 32kB, virtually tagged, 4 way, 64 sets, linesize 128 bytes.
  3969. Primary data cache 16kB, 64-way, 2 sets, linesize 128 bytes.
  3970. Secondary unified cache 128kB, 8-way, 128 sets, linesize 128 bytes.
  3971. PERCPU: Embedded 10 pages/cpu @800000000178a000 s10880 r8192 d21888 u40960
  3972. pcpu-alloc: s10880 r8192 d21888 u40960 alloc=10*4096
  3973. pcpu-alloc: [0] 0 [0] 1
  3974. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125878
  3975. Kernel command line: bootoctlinux $loadaddr coremask=0x3 root=/dev/sda2 rootdelay=15 rw rootsqimg=squashfs.img rootsqwdir=w mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@1024k(eeprom) console=ttyS0,115200
  3976. PID hash table entries: 2048 (order: 2, 16384 bytes)
  3977. Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
  3978. Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
  3979. Memory: 495244k/504100k available (4017k kernel code, 8856k reserved, 1321k data, 292k init, 0k highmem)
  3980. Hierarchical RCU implementation.
  3981. Additional per-CPU info printed with stalls.
  3982. NR_IRQS:511
  3983. Calibrating delay loop (skipped) preset value.. 1000.00 BogoMIPS (lpj=5000000)
  3984. pid_max: default: 32768 minimum: 501
  3985. Security Framework initialized
  3986. Mount-cache hash table entries: 256
  3987. Checking for the daddi bug... no.
  3988. SMP: Booting CPU01 (CoreId 1)...
  3989. CPU revision is: 000d0601 (Cavium Octeon+)
  3990. Brought up 2 CPUs
  3991. NET: Registered protocol family 16
  3992. bio: create slab <bio-0> at 0
  3993. SCSI subsystem initialized
  3994. usbcore: registered new interface driver usbfs
  3995. usbcore: registered new interface driver hub
  3996. usbcore: registered new device driver usb
  3997. Switching to clocksource OCTEON_CVMCOUNT
  3998. NET: Registered protocol family 2
  3999. TCP established hash table entries: 4096 (order: 4, 65536 bytes)
  4000. TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
  4001. TCP: Hash tables configured (established 4096 bind 4096)
  4002. TCP: reno registered
  4003. UDP hash table entries: 256 (order: 1, 8192 bytes)
  4004. UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  4005. NET: Registered protocol family 1
  4006. octeon_pci_console: Console not created.
  4007. HugeTLB registered 2 MB page size, pre-allocated 0 pages
  4008. squashfs: version 4.0 (2009/01/31) Phillip Lougher
  4009. Registering unionfs 2.5.13 (for 3.10.34)
  4010. aufs 3.10.x-20141215
  4011. msgmni has been set to 967
  4012. io scheduler noop registered
  4013. io scheduler cfq registered (default)
  4014. Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  4015. 1180000000800.serial: ttyS0 at MMIO 0x1180000000800 (irq = 34) is a OCTEON
  4016. console [ttyS0] enabled, bootconsole disabled
  4017. 1180000000c00.serial: ttyS1 at MMIO 0x1180000000c00 (irq = 35) is a OCTEON
  4018. loop: module loaded
  4019. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  4020. ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  4021. OcteonUSB 16f0010000000.usbc: Octeon Host Controller
  4022. OcteonUSB 16f0010000000.usbc: new USB bus registered, assigned bus number 1
  4023. OcteonUSB 16f0010000000.usbc: irq 56, io mem 0x00000000
  4024. hub 1-0:1.0: USB hub found
  4025. hub 1-0:1.0: 1 port detected
  4026. OcteonUSB: Registered HCD for port 0 on irq 56
  4027. usbcore: registered new interface driver usb-storage
  4028. octeon_wdt: Initial granularity 5 Sec
  4029. TCP: cubic registered
  4030. NET: Registered protocol family 17
  4031. NET: Registered protocol family 15
  4032. Bootbus flash: Setting flash for 8MB flash at 0x1f400000
  4033. phys_mapped_flash: Found 1 x16 devices at 0x0 in 8-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0000c9
  4034. Amd/Fujitsu Extended Query Table at 0x0040
  4035. Amd/Fujitsu Extended Query version 1.1.
  4036. phys_mapped_flash: Swapping erase regions for top-boot CFI table.
  4037. number of CFI chips: 1
  4038. 3 cmdlinepart partitions found on MTD device phys_mapped_flash
  4039. Creating 3 MTD partitions on "phys_mapped_flash":
  4040. 0x000000000000-0x000000080000 : "boot0"
  4041. 0x000000080000-0x000000100000 : "boot1"
  4042. 0x000000100000-0x000000110000 : "eeprom"
  4043. Waiting 15sec before mounting root device...
  4044. usb 1-1: new high-speed USB device number 2 using OcteonUSB
  4045. usb-storage 1-1:1.0: USB Mass Storage device detected
  4046. scsi0 : usb-storage 1-1:1.0
  4047. scsi 0:0:0:0: Direct-Access UDinfo UF2 4GB PMAP PQ: 0 ANSI: 6
  4048. sd 0:0:0:0: [sda] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
  4049. sd 0:0:0:0: [sda] Write Protect is off
  4050. sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
  4051. sd 0:0:0:0: [sda] No Caching mode page found
  4052. sd 0:0:0:0: [sda] Assuming drive cache: write through
  4053. sd 0:0:0:0: [sda] No Caching mode page found
  4054. sd 0:0:0:0: [sda] Assuming drive cache: write through
  4055. sda: sda1 sda2 sda3
  4056. sd 0:0:0:0: [sda] No Caching mode page found
  4057. sd 0:0:0:0: [sda] Assuming drive cache: write through
  4058. sd 0:0:0:0: [sda] Attached SCSI removable disk
  4059. kjournald starting. Commit interval 3 seconds
  4060. EXT3-fs (sda2): using internal journal
  4061. EXT3-fs (sda2): mounted filesystem with journal data mode
  4062. VFS: Mounted root (aufs filesystem) on device 0:11.
  4063. Freeing unused kernel memory: 292K (ffffffffc0537000 - ffffffffc0580000)
  4064. Algorithmics/MIPS FPU Emulator v1.5
  4065. ubnt_platform: module license 'Proprietary' taints kernel.
  4066. Disabling lock debugging due to kernel taint
  4067. libphy: mdio-octeon: probed
  4068. mdio-octeon 1180000001800.mdio: Version 1.0
  4069. octeon-ethernet 2.0
  4070. Node 0 Interface 0 has 3 ports (RGMII)
  4071. octeon_rng octeon_rng: Octeon Random Number Generator
  4072. Init chrdev /dev/detector with major 190
  4073. IMQ driver loaded successfully. (numdevs = 1, numqueues = 1)
  4074. Hooking IMQ after NAT on PREROUTING.
  4075. Hooking IMQ before NAT on POSTROUTING.
  4076. NET: Registered protocol family 10
  4077. ubnthal: Ubiquiti UniFi-Gateway-3
  4078. creating procfs for ubnthal
  4079. creating proc entry for system.info
  4080. creating proc entry for board
  4081. creating procfs for status
  4082. creating proc entry for IsDefault
  4083. creating proc entry for IsLocated
  4084. creating proc entry for IsIsolated
  4085. creating /proc/gpio/
  4086. /proc/gpio/led_pattern
  4087. /proc/gpio/led_tempo
  4088. /proc/gpio/poe_passthrough
  4089. kjournald starting. Commit interval 3 seconds
  4090. EXT3-fs (sda3): using internal journal
  4091. EXT3-fs (sda3): recovery complete
  4092. EXT3-fs (sda3): mounted filesystem with journal data mode
  4093.  
  4094. ----------------
  4095. Recent Kernel messages (dmesg)
  4096. ----------------
  4097. Linux version 3.10.107-UBNT (ubnt@dde891067c7a) (gcc version 4.7.0 (Cavium Inc. Version: SDK_3_1_0_p2 build 34) ) #1 SMP Wed Dec 5 04:57:56 UTC 2018
  4098. CVMSEG size: 2 cache lines (256 bytes)
  4099. Cavium Inc. SDK-3.1.2
  4100. bootconsole [early0] enabled
  4101. CPU revision is: 000d0601 (Cavium Octeon+)
  4102. Checking for the multiply/shift bug... no.
  4103. Checking for the daddiu bug... no.
  4104. Determined physical RAM map:
  4105. memory: 0000000000537000 @ 0000000000400000 (kernel data and code)
  4106. memory: 0000000000049000 @ 0000000000937000 (usable after init)
  4107. memory: 0000000000107000 @ 0000000000980000 (kernel data and code)
  4108. memory: 0000000007400000 @ 0000000000d00000 (usable)
  4109. memory: 0000000007c00000 @ 0000000008300000 (usable)
  4110. memory: 000000000fc00000 @ 0000000410300000 (usable)
  4111. software IO TLB [mem 0x0170d000-0x0174d000] (0MB) mapped at [800000000170d000-800000000174cfff]
  4112. Zone ranges:
  4113. DMA32 [mem 0x00400000-0xefffffff]
  4114. Normal [mem 0xf0000000-0x41fefffff]
  4115. Movable zone start for each node
  4116. Early memory node ranges
  4117. node 0: [mem 0x00400000-0x00a86fff]
  4118. node 0: [mem 0x00d00000-0x080fffff]
  4119. node 0: [mem 0x08300000-0x0fefffff]
  4120. node 0: [mem 0x410300000-0x41fefffff]
  4121. On node 0 totalpages: 127623
  4122. DMA32 zone: 863 pages used for memmap
  4123. DMA32 zone: 0 pages reserved
  4124. DMA32 zone: 63111 pages, LIFO batch:15
  4125. Normal zone: 882 pages used for memmap
  4126. Normal zone: 64512 pages, LIFO batch:15
  4127. Primary instruction cache 32kB, virtually tagged, 4 way, 64 sets, linesize 128 bytes.
  4128. Primary data cache 16kB, 64-way, 2 sets, linesize 128 bytes.
  4129. Secondary unified cache 128kB, 8-way, 128 sets, linesize 128 bytes.
  4130. PERCPU: Embedded 10 pages/cpu @800000000178a000 s10880 r8192 d21888 u40960
  4131. pcpu-alloc: s10880 r8192 d21888 u40960 alloc=10*4096
  4132. pcpu-alloc: [0] 0 [0] 1
  4133. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125878
  4134. Kernel command line: bootoctlinux $loadaddr coremask=0x3 root=/dev/sda2 rootdelay=15 rw rootsqimg=squashfs.img rootsqwdir=w mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@1024k(eeprom) console=ttyS0,115200
  4135. PID hash table entries: 2048 (order: 2, 16384 bytes)
  4136. Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
  4137. Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
  4138. Memory: 495244k/504100k available (4017k kernel code, 8856k reserved, 1321k data, 292k init, 0k highmem)
  4139. Hierarchical RCU implementation.
  4140. Additional per-CPU info printed with stalls.
  4141. NR_IRQS:511
  4142. Calibrating delay loop (skipped) preset value.. 1000.00 BogoMIPS (lpj=5000000)
  4143. pid_max: default: 32768 minimum: 501
  4144. Security Framework initialized
  4145. Mount-cache hash table entries: 256
  4146. Checking for the daddi bug... no.
  4147. SMP: Booting CPU01 (CoreId 1)...
  4148. CPU revision is: 000d0601 (Cavium Octeon+)
  4149. Brought up 2 CPUs
  4150. NET: Registered protocol family 16
  4151. bio: create slab <bio-0> at 0
  4152. SCSI subsystem initialized
  4153. usbcore: registered new interface driver usbfs
  4154. usbcore: registered new interface driver hub
  4155. usbcore: registered new device driver usb
  4156. Switching to clocksource OCTEON_CVMCOUNT
  4157. NET: Registered protocol family 2
  4158. TCP established hash table entries: 4096 (order: 4, 65536 bytes)
  4159. TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
  4160. TCP: Hash tables configured (established 4096 bind 4096)
  4161. TCP: reno registered
  4162. UDP hash table entries: 256 (order: 1, 8192 bytes)
  4163. UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  4164. NET: Registered protocol family 1
  4165. octeon_pci_console: Console not created.
  4166. HugeTLB registered 2 MB page size, pre-allocated 0 pages
  4167. squashfs: version 4.0 (2009/01/31) Phillip Lougher
  4168. Registering unionfs 2.5.13 (for 3.10.34)
  4169. aufs 3.10.x-20141215
  4170. msgmni has been set to 967
  4171. io scheduler noop registered
  4172. io scheduler cfq registered (default)
  4173. Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  4174. 1180000000800.serial: ttyS0 at MMIO 0x1180000000800 (irq = 34) is a OCTEON
  4175. console [ttyS0] enabled, bootconsole disabled
  4176. 1180000000c00.serial: ttyS1 at MMIO 0x1180000000c00 (irq = 35) is a OCTEON
  4177. loop: module loaded
  4178. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  4179. ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  4180. OcteonUSB 16f0010000000.usbc: Octeon Host Controller
  4181. OcteonUSB 16f0010000000.usbc: new USB bus registered, assigned bus number 1
  4182. OcteonUSB 16f0010000000.usbc: irq 56, io mem 0x00000000
  4183. hub 1-0:1.0: USB hub found
  4184. hub 1-0:1.0: 1 port detected
  4185. OcteonUSB: Registered HCD for port 0 on irq 56
  4186. usbcore: registered new interface driver usb-storage
  4187. octeon_wdt: Initial granularity 5 Sec
  4188. TCP: cubic registered
  4189. NET: Registered protocol family 17
  4190. NET: Registered protocol family 15
  4191. Bootbus flash: Setting flash for 8MB flash at 0x1f400000
  4192. phys_mapped_flash: Found 1 x16 devices at 0x0 in 8-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0000c9
  4193. Amd/Fujitsu Extended Query Table at 0x0040
  4194. Amd/Fujitsu Extended Query version 1.1.
  4195. phys_mapped_flash: Swapping erase regions for top-boot CFI table.
  4196. number of CFI chips: 1
  4197. 3 cmdlinepart partitions found on MTD device phys_mapped_flash
  4198. Creating 3 MTD partitions on "phys_mapped_flash":
  4199. 0x000000000000-0x000000080000 : "boot0"
  4200. 0x000000080000-0x000000100000 : "boot1"
  4201. 0x000000100000-0x000000110000 : "eeprom"
  4202. Waiting 15sec before mounting root device...
  4203. usb 1-1: new high-speed USB device number 2 using OcteonUSB
  4204. usb-storage 1-1:1.0: USB Mass Storage device detected
  4205. scsi0 : usb-storage 1-1:1.0
  4206. scsi 0:0:0:0: Direct-Access UDinfo UF2 4GB PMAP PQ: 0 ANSI: 6
  4207. sd 0:0:0:0: [sda] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
  4208. sd 0:0:0:0: [sda] Write Protect is off
  4209. sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
  4210. sd 0:0:0:0: [sda] No Caching mode page found
  4211. sd 0:0:0:0: [sda] Assuming drive cache: write through
  4212. sd 0:0:0:0: [sda] No Caching mode page found
  4213. sd 0:0:0:0: [sda] Assuming drive cache: write through
  4214. sda: sda1 sda2 sda3
  4215. sd 0:0:0:0: [sda] No Caching mode page found
  4216. sd 0:0:0:0: [sda] Assuming drive cache: write through
  4217. sd 0:0:0:0: [sda] Attached SCSI removable disk
  4218. kjournald starting. Commit interval 3 seconds
  4219. EXT3-fs (sda2): using internal journal
  4220. EXT3-fs (sda2): mounted filesystem with journal data mode
  4221. VFS: Mounted root (aufs filesystem) on device 0:11.
  4222. Freeing unused kernel memory: 292K (ffffffffc0537000 - ffffffffc0580000)
  4223. Algorithmics/MIPS FPU Emulator v1.5
  4224. ubnt_platform: module license 'Proprietary' taints kernel.
  4225. Disabling lock debugging due to kernel taint
  4226. libphy: mdio-octeon: probed
  4227. mdio-octeon 1180000001800.mdio: Version 1.0
  4228. octeon-ethernet 2.0
  4229. Node 0 Interface 0 has 3 ports (RGMII)
  4230. octeon_rng octeon_rng: Octeon Random Number Generator
  4231. Init chrdev /dev/detector with major 190
  4232. IMQ driver loaded successfully. (numdevs = 1, numqueues = 1)
  4233. Hooking IMQ after NAT on PREROUTING.
  4234. Hooking IMQ before NAT on POSTROUTING.
  4235. NET: Registered protocol family 10
  4236. ubnthal: Ubiquiti UniFi-Gateway-3
  4237. creating procfs for ubnthal
  4238. creating proc entry for system.info
  4239. creating proc entry for board
  4240. creating procfs for status
  4241. creating proc entry for IsDefault
  4242. creating proc entry for IsLocated
  4243. creating proc entry for IsIsolated
  4244. creating /proc/gpio/
  4245. /proc/gpio/led_pattern
  4246. /proc/gpio/led_tempo
  4247. /proc/gpio/poe_passthrough
  4248. kjournald starting. Commit interval 3 seconds
  4249. EXT3-fs (sda3): using internal journal
  4250. EXT3-fs (sda3): recovery complete
  4251. EXT3-fs (sda3): mounted filesystem with journal data mode
  4252. Netfilter messages via NETLINK v0.30.
  4253. ip_set: protocol 6
  4254. ip_tables: (C) 2000-2006 Netfilter Core Team
  4255. nf_conntrack version 0.5.0 (32768 buckets, 262144 max)
  4256. ip6_tables: (C) 2000-2006 Netfilter Core Team
  4257. eth1: 1000 Mbps Full duplex, port 1
  4258. eth2: Link down
  4259. IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
  4260. eth0: 1000 Mbps Full duplex, port 0
  4261. IPv4: martian source 169.254.59.92 from 169.254.59.92, on dev eth1
  4262. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4263. IPv4: martian source 169.254.59.92 from 169.254.59.92, on dev eth1
  4264. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4265. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4266. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4267. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4268. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4269. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4270. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4271. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4272. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4273. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4274. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4275. 8021q: 802.1Q VLAN Support v1.8
  4276. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4277. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4278. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4279. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4280. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4281. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4282. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4283. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4284. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4285. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4286. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4287. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4288. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4289. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4290. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4291. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4292. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4293. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4294. IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4295. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4296. IPv4: martian source 192.168.1.8 from 169.254.59.92, on dev eth1
  4297. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4298. IPv4: martian source 192.168.1.1 from 169.254.59.92, on dev eth1
  4299. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4300. IPv4: martian source 192.168.1.8 from 169.254.59.92, on dev eth1
  4301. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4302. IPv4: martian source 192.168.1.8 from 169.254.59.92, on dev eth1
  4303. ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4304. IPv4: martian source 159.65.98.161 from 172.17.0.13, on dev eth1
  4305. ll header: 00000000: fc ec da 48 cf 18 ac 1f 6b 15 ea 72 08 00 ...H....k..r..
  4306. IPv4: martian source 51.255.75.9 from 172.17.0.13, on dev eth1
  4307. ll header: 00000000: fc ec da 48 cf 18 ac 1f 6b 15 ea 72 08 00 ...H....k..r..
  4308. IPv4: martian source 47.222.103.234 from 172.17.0.13, on dev eth1
  4309. ll header: 00000000: fc ec da 48 cf 18 ac 1f 6b 15 ea 72 08 00 ...H....k..r..
  4310. device eth0 entered promiscuous mode
  4311. device eth0 left promiscuous mode
  4312. device eth0 entered promiscuous mode
  4313. device eth0 left promiscuous mode
  4314. device eth1 entered promiscuous mode
  4315. device eth1 left promiscuous mode
  4316. device eth1 entered promiscuous mode
  4317. device eth1 left promiscuous mode
  4318. device eth1 entered promiscuous mode
  4319. device eth1 left promiscuous mode
  4320. device eth1 entered promiscuous mode
  4321. device eth1 left promiscuous mode
  4322. IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4323. ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4324. IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4325. ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4326. IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4327. ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4328. IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4329. ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4330. IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4331. ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4332. IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4333. ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4334. IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4335. ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4336. IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4337. ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4338.  
  4339. ----------------
  4340. Kernel Command line
  4341. ----------------
  4342. bootoctlinux $loadaddr coremask=0x3 root=/dev/sda2 rootdelay=15 rw rootsqimg=squashfs.img rootsqwdir=w mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@1024k(eeprom) console=ttyS0,115200
  4343.  
  4344. ----------------
  4345. Open Ports
  4346. ----------------
  4347. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
  4348. freeradiu 585 freerad 6u IPv4 1481 0t64 UDP *:1812
  4349. freeradiu 585 freerad 7u IPv4 235 0t64 UDP *:1813
  4350. freeradiu 585 freerad 8u IPv4 237 0t64 UDP 127.0.0.1:18120
  4351. freeradiu 585 freerad 9u IPv4 238 0t64 UDP *:1814
  4352. freeradiu 585 freerad 10u IPv4 239 0t64 UDP *:58935
  4353. ntpd 2324 ntp 16u IPv4 17250 0t64 UDP *:123
  4354. ntpd 2324 ntp 17u IPv6 17251 0t64 UDP *:123
  4355. ntpd 2324 ntp 18u IPv4 17615 0t64 UDP 127.0.0.1:123
  4356. ntpd 2324 ntp 19u IPv4 17616 0t64 UDP 192.168.0.6:123
  4357. ntpd 2324 ntp 20u IPv4 17617 0t64 UDP 192.168.1.1:123
  4358. ntpd 2324 ntp 21u IPv6 17618 0t64 UDP [fe80::feec:daff:fe48:cf18]:123
  4359. ntpd 2324 ntp 22u IPv6 17619 0t64 UDP [::1]:123
  4360. ntpd 2324 ntp 23u IPv6 17620 0t64 UDP [fe80::feec:daff:fe48:cf17]:123
  4361. mcad 2858 root 9u IPv4 81665 0t64 UDP *:48000
  4362. mcad 2858 root 10u IPv4 21026 0t64 UDP *:51422
  4363. mcad 2858 root 11u IPv4 21027 0t64 UDP *:10001
  4364. mcad 2858 root 16u IPv4 98246 0t64 TCP 192.168.1.1:34795->192.168.1.4:8080 (CLOSE_WAIT)
  4365. mcad 2858 root 17u IPv4 98249 0t64 TCP 192.168.1.1:34796->192.168.1.4:8080 (CLOSE_WAIT)
  4366. mcad 2858 root 18u IPv4 97141 0t64 TCP 192.168.1.1:34797->192.168.1.4:8080 (CLOSE_WAIT)
  4367. mcad 2858 root 19u IPv4 97237 0t64 TCP 192.168.1.1:34798->192.168.1.4:8080 (CLOSE_WAIT)
  4368. mcad 2858 root 20u IPv4 98697 0t64 TCP 192.168.1.1:34799->192.168.1.4:8080 (ESTABLISHED)
  4369. mcad 2858 root 21u IPv4 97876 0t64 TCP 192.168.1.1:34790->192.168.1.4:8080 (CLOSE_WAIT)
  4370. mcad 2858 root 22u IPv4 97879 0t64 TCP 192.168.1.1:34791->192.168.1.4:8080 (CLOSE_WAIT)
  4371. mcad 2858 root 23u IPv4 96841 0t64 TCP 192.168.1.1:34792->192.168.1.4:8080 (CLOSE_WAIT)
  4372. mcad 2858 root 24u IPv4 97033 0t64 TCP 192.168.1.1:34793->192.168.1.4:8080 (CLOSE_WAIT)
  4373. mcad 2858 root 25u IPv4 98230 0t64 TCP 192.168.1.1:34794->192.168.1.4:8080 (CLOSE_WAIT)
  4374. sshd 3063 root 3u IPv4 21065 0t64 TCP *:22 (LISTEN)
  4375. sshd 3063 root 4u IPv6 21067 0t64 TCP *:22 (LISTEN)
  4376. dhclient 8742 root 6u IPv4 48232 0t64 UDP *:68
  4377. telnetd 8824 root 3u IPv4 48430 0t64 TCP 127.0.0.101:55523 (LISTEN)
  4378. lighttpd 8828 www-data 4u IPv4 48444 0t64 TCP *:80 (LISTEN)
  4379. lighttpd 8828 www-data 5u IPv4 48445 0t64 TCP *:443 (LISTEN)
  4380. lighttpd 8828 www-data 6u IPv6 48446 0t64 TCP *:80 (LISTEN)
  4381. lighttpd 8828 www-data 7u IPv6 48448 0t64 TCP *:443 (LISTEN)
  4382. dhcpd3 8864 root 7u IPv4 48549 0t64 UDP *:67
  4383. dnsmasq 8908 dnsmasq 4u IPv4 46863 0t64 UDP *:53
  4384. dnsmasq 8908 dnsmasq 5u IPv4 46864 0t64 TCP *:53 (LISTEN)
  4385. dnsmasq 8908 dnsmasq 6u IPv6 46865 0t64 UDP *:53
  4386. dnsmasq 8908 dnsmasq 7u IPv6 46866 0t64 TCP *:53 (LISTEN)
  4387. sshd 16385 root 3u IPv4 89202 0t64 TCP 192.168.1.1:22->192.168.1.15:3629 (ESTABLISHED)
  4388. sshd 16391 admin 3u IPv4 89202 0t64 TCP 192.168.1.1:22->192.168.1.15:3629 (ESTABLISHED)
  4389.  
  4390. ----------------
  4391. System Startup Files
  4392. ----------------
  4393. /etc/rc0.d:
  4394. total 1
  4395. lrwxrwxrwx 1 root root 15 Dec 5 00:07 K01dhcpd -> ../init.d/dhcpd
  4396. lrwxrwxrwx 1 root root 17 Dec 5 00:07 K01dhcpdv6 -> ../init.d/dhcpdv6
  4397. lrwxrwxrwx 1 root root 18 Dec 5 00:08 K01fail2ban -> ../init.d/fail2ban
  4398. lrwxrwxrwx 1 root root 20 Dec 5 00:06 K01freeradius -> ../init.d/freeradius
  4399. lrwxrwxrwx 1 root root 17 Dec 5 00:08 K01netplug -> ../init.d/netplug
  4400. lrwxrwxrwx 1 root root 20 Dec 5 00:07 K01unifi-init -> ../init.d/unifi-init
  4401. lrwxrwxrwx 1 root root 27 Dec 5 00:05 K01vyatta-keepalived -> ../init.d/vyatta-keepalived
  4402. lrwxrwxrwx 1 root root 23 Dec 5 00:06 K01vyatta-quagga -> ../init.d/vyatta-quagga
  4403. lrwxrwxrwx 1 root root 23 Dec 5 00:07 K02vyatta-router -> ../init.d/vyatta-router
  4404. lrwxrwxrwx 1 root root 18 Dec 5 00:07 K03sendsigs -> ../init.d/sendsigs
  4405. lrwxrwxrwx 1 root root 17 Dec 5 00:07 K04rsyslog -> ../init.d/rsyslog
  4406. lrwxrwxrwx 1 root root 19 Dec 5 00:07 K05ubnt-init -> ../init.d/ubnt-init
  4407. lrwxrwxrwx 1 root root 19 Dec 5 00:07 K06ubnt-halt -> ../init.d/ubnt-halt
  4408. lrwxrwxrwx 1 root root 14 Dec 5 00:07 K10halt -> ../init.d/halt
  4409. -rw-r--r-- 1 root root 353 Oct 15 2012 README
  4410.  
  4411. /etc/rc1.d:
  4412. total 1
  4413. lrwxrwxrwx 1 root root 15 Dec 5 00:07 K01dhcpd -> ../init.d/dhcpd
  4414. lrwxrwxrwx 1 root root 17 Dec 5 00:07 K01dhcpdv6 -> ../init.d/dhcpdv6
  4415. lrwxrwxrwx 1 root root 18 Dec 5 00:08 K01fail2ban -> ../init.d/fail2ban
  4416. lrwxrwxrwx 1 root root 20 Dec 5 00:06 K01freeradius -> ../init.d/freeradius
  4417. lrwxrwxrwx 1 root root 17 Dec 5 00:08 K01netplug -> ../init.d/netplug
  4418. lrwxrwxrwx 1 root root 20 Dec 5 00:07 K01unifi-init -> ../init.d/unifi-init
  4419. lrwxrwxrwx 1 root root 27 Dec 5 00:05 K01vyatta-keepalived -> ../init.d/vyatta-keepalived
  4420. lrwxrwxrwx 1 root root 23 Dec 5 00:06 K01vyatta-quagga -> ../init.d/vyatta-quagga
  4421. lrwxrwxrwx 1 root root 23 Dec 5 00:07 K02vyatta-router -> ../init.d/vyatta-router
  4422. lrwxrwxrwx 1 root root 17 Dec 5 00:07 K04rsyslog -> ../init.d/rsyslog
  4423. lrwxrwxrwx 1 root root 19 Dec 5 00:07 K05ubnt-init -> ../init.d/ubnt-init
  4424. -rw-r--r-- 1 root root 369 Oct 15 2012 README
  4425. lrwxrwxrwx 1 root root 19 Dec 5 00:03 S01killprocs -> ../init.d/killprocs
  4426. lrwxrwxrwx 1 root root 16 Dec 5 00:06 S04single -> ../init.d/single
  4427.  
  4428. /etc/rc2.d:
  4429. total 1
  4430. lrwxrwxrwx 1 root root 18 Dec 5 00:08 K97fail2ban -> ../init.d/fail2ban
  4431. -rw-r--r-- 1 root root 677 Jul 14 2013 README
  4432. lrwxrwxrwx 1 root root 19 Dec 5 00:03 S01ubnt-init -> ../init.d/ubnt-init
  4433. lrwxrwxrwx 1 root root 20 Dec 5 00:06 S03freeradius -> ../init.d/freeradius
  4434. lrwxrwxrwx 1 root root 23 Dec 5 00:06 S03vyatta-quagga -> ../init.d/vyatta-quagga
  4435. lrwxrwxrwx 1 root root 23 Dec 5 00:07 S03vyatta-router -> ../init.d/vyatta-router
  4436. lrwxrwxrwx 1 root root 17 Dec 5 00:08 S04netplug -> ../init.d/netplug
  4437. lrwxrwxrwx 1 root root 18 Dec 5 00:06 S05rc.local -> ../init.d/rc.local
  4438. lrwxrwxrwx 1 root root 19 Dec 5 00:06 S05rmnologin -> ../init.d/rmnologin
  4439. lrwxrwxrwx 1 root root 20 Dec 5 00:07 S05unifi-init -> ../init.d/unifi-init
  4440.  
  4441. /etc/rc3.d:
  4442. total 1
  4443. lrwxrwxrwx 1 root root 18 Dec 5 00:08 K97fail2ban -> ../init.d/fail2ban
  4444. -rw-r--r-- 1 root root 677 Jul 14 2013 README
  4445. lrwxrwxrwx 1 root root 19 Dec 5 00:03 S01ubnt-init -> ../init.d/ubnt-init
  4446. lrwxrwxrwx 1 root root 20 Dec 5 00:06 S03freeradius -> ../init.d/freeradius
  4447. lrwxrwxrwx 1 root root 23 Dec 5 00:06 S03vyatta-quagga -> ../init.d/vyatta-quagga
  4448. lrwxrwxrwx 1 root root 23 Dec 5 00:07 S03vyatta-router -> ../init.d/vyatta-router
  4449. lrwxrwxrwx 1 root root 17 Dec 5 00:08 S04netplug -> ../init.d/netplug
  4450. lrwxrwxrwx 1 root root 18 Dec 5 00:06 S05rc.local -> ../init.d/rc.local
  4451. lrwxrwxrwx 1 root root 19 Dec 5 00:06 S05rmnologin -> ../init.d/rmnologin
  4452. lrwxrwxrwx 1 root root 20 Dec 5 00:07 S05unifi-init -> ../init.d/unifi-init
  4453.  
  4454. /etc/rc4.d:
  4455. total 1
  4456. lrwxrwxrwx 1 root root 18 Dec 5 00:08 K97fail2ban -> ../init.d/fail2ban
  4457. -rw-r--r-- 1 root root 677 Jul 14 2013 README
  4458. lrwxrwxrwx 1 root root 19 Dec 5 00:03 S01ubnt-init -> ../init.d/ubnt-init
  4459. lrwxrwxrwx 1 root root 20 Dec 5 00:06 S03freeradius -> ../init.d/freeradius
  4460. lrwxrwxrwx 1 root root 23 Dec 5 00:06 S03vyatta-quagga -> ../init.d/vyatta-quagga
  4461. lrwxrwxrwx 1 root root 23 Dec 5 00:07 S03vyatta-router -> ../init.d/vyatta-router
  4462. lrwxrwxrwx 1 root root 17 Dec 5 00:08 S04netplug -> ../init.d/netplug
  4463. lrwxrwxrwx 1 root root 18 Dec 5 00:06 S05rc.local -> ../init.d/rc.local
  4464. lrwxrwxrwx 1 root root 19 Dec 5 00:06 S05rmnologin -> ../init.d/rmnologin
  4465. lrwxrwxrwx 1 root root 20 Dec 5 00:07 S05unifi-init -> ../init.d/unifi-init
  4466.  
  4467. /etc/rc5.d:
  4468. total 1
  4469. lrwxrwxrwx 1 root root 18 Dec 5 00:08 K97fail2ban -> ../init.d/fail2ban
  4470. -rw-r--r-- 1 root root 677 Jul 14 2013 README
  4471. lrwxrwxrwx 1 root root 19 Dec 5 00:03 S01ubnt-init -> ../init.d/ubnt-init
  4472. lrwxrwxrwx 1 root root 20 Dec 5 00:06 S03freeradius -> ../init.d/freeradius
  4473. lrwxrwxrwx 1 root root 23 Dec 5 00:06 S03vyatta-quagga -> ../init.d/vyatta-quagga
  4474. lrwxrwxrwx 1 root root 23 Dec 5 00:07 S03vyatta-router -> ../init.d/vyatta-router
  4475. lrwxrwxrwx 1 root root 17 Dec 5 00:08 S04netplug -> ../init.d/netplug
  4476. lrwxrwxrwx 1 root root 18 Dec 5 00:06 S05rc.local -> ../init.d/rc.local
  4477. lrwxrwxrwx 1 root root 19 Dec 5 00:06 S05rmnologin -> ../init.d/rmnologin
  4478. lrwxrwxrwx 1 root root 20 Dec 5 00:07 S05unifi-init -> ../init.d/unifi-init
  4479.  
  4480. /etc/rc6.d:
  4481. total 1
  4482. lrwxrwxrwx 1 root root 15 Dec 5 00:07 K01dhcpd -> ../init.d/dhcpd
  4483. lrwxrwxrwx 1 root root 17 Dec 5 00:07 K01dhcpdv6 -> ../init.d/dhcpdv6
  4484. lrwxrwxrwx 1 root root 18 Dec 5 00:08 K01fail2ban -> ../init.d/fail2ban
  4485. lrwxrwxrwx 1 root root 20 Dec 5 00:06 K01freeradius -> ../init.d/freeradius
  4486. lrwxrwxrwx 1 root root 17 Dec 5 00:08 K01netplug -> ../init.d/netplug
  4487. lrwxrwxrwx 1 root root 20 Dec 5 00:07 K01unifi-init -> ../init.d/unifi-init
  4488. lrwxrwxrwx 1 root root 27 Dec 5 00:05 K01vyatta-keepalived -> ../init.d/vyatta-keepalived
  4489. lrwxrwxrwx 1 root root 23 Dec 5 00:06 K01vyatta-quagga -> ../init.d/vyatta-quagga
  4490. lrwxrwxrwx 1 root root 23 Dec 5 00:07 K02vyatta-router -> ../init.d/vyatta-router
  4491. lrwxrwxrwx 1 root root 18 Dec 5 00:07 K03sendsigs -> ../init.d/sendsigs
  4492. lrwxrwxrwx 1 root root 17 Dec 5 00:07 K04rsyslog -> ../init.d/rsyslog
  4493. lrwxrwxrwx 1 root root 19 Dec 5 00:07 K05ubnt-init -> ../init.d/ubnt-init
  4494. lrwxrwxrwx 1 root root 16 Dec 5 00:07 K10reboot -> ../init.d/reboot
  4495. -rw-r--r-- 1 root root 351 Oct 15 2012 README
  4496.  
  4497. /etc/rcS.d:
  4498. total 1
  4499. -rw-r--r-- 1 root root 447 Oct 15 2012 README
  4500. lrwxrwxrwx 1 root root 18 Dec 5 00:03 S01ubnt-rcS -> ../init.d/ubnt-rcS
  4501. lrwxrwxrwx 1 root root 37 Dec 5 00:07 S09vyatta-config-reboot-params -> ../init.d/vyatta-config-reboot-params
  4502.  
  4503. ----------------
  4504. Bash History
  4505. ----------------
  4506.  
  4507. ----------------
  4508. Bash History for admin
  4509. ----------------
  4510. No history file found
  4511.  
  4512. ----------------
  4513. Login History
  4514. ----------------
  4515. admin pts/0 192.168.1.15 Wed Feb 6 18:50 still logged in
  4516. runlevel (to lvl 2) 0.0.0.0 Wed Feb 6 17:27 - 19:10 (01:43)
  4517. reboot system boot 0.0.0.0 Wed Feb 6 17:27 - 19:10 (01:43)
  4518.  
  4519. wtmp begins Wed Feb 6 17:27:23 2019
  4520.  
  4521. ----------------
  4522. Recent Log Messages
  4523. ----------------
  4524. Feb 6 17:27:23 UniFiSecurityGateway rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
  4525. Feb 6 17:27:23 UniFiSecurityGateway kernel: Linux version 3.10.107-UBNT (ubnt@dde891067c7a) (gcc version 4.7.0 (Cavium Inc. Version: SDK_3_1_0_p2 build 34) ) #1 SMP Wed Dec 5 04:57:56 UTC 2018
  4526. Feb 6 17:27:23 UniFiSecurityGateway kernel: CVMSEG size: 2 cache lines (256 bytes)
  4527. Feb 6 17:27:23 UniFiSecurityGateway kernel: Checking for the multiply/shift bug... no.
  4528. Feb 6 17:27:23 UniFiSecurityGateway kernel: Checking for the daddiu bug... no.
  4529. Feb 6 17:27:23 UniFiSecurityGateway kernel: Zone ranges:
  4530. Feb 6 17:27:23 UniFiSecurityGateway kernel: DMA32 [mem 0x00400000-0xefffffff]
  4531. Feb 6 17:27:23 UniFiSecurityGateway kernel: Normal [mem 0xf0000000-0x41fefffff]
  4532. Feb 6 17:27:23 UniFiSecurityGateway kernel: Movable zone start for each node
  4533. Feb 6 17:27:23 UniFiSecurityGateway kernel: Early memory node ranges
  4534. Feb 6 17:27:23 UniFiSecurityGateway kernel: node 0: [mem 0x00400000-0x00a86fff]
  4535. Feb 6 17:27:23 UniFiSecurityGateway kernel: node 0: [mem 0x00d00000-0x080fffff]
  4536. Feb 6 17:27:23 UniFiSecurityGateway kernel: node 0: [mem 0x08300000-0x0fefffff]
  4537. Feb 6 17:27:23 UniFiSecurityGateway kernel: node 0: [mem 0x410300000-0x41fefffff]
  4538. Feb 6 17:27:23 UniFiSecurityGateway kernel: Primary instruction cache 32kB, virtually tagged, 4 way, 64 sets, linesize 128 bytes.
  4539. Feb 6 17:27:23 UniFiSecurityGateway kernel: Primary data cache 16kB, 64-way, 2 sets, linesize 128 bytes.
  4540. Feb 6 17:27:23 UniFiSecurityGateway kernel: Secondary unified cache 128kB, 8-way, 128 sets, linesize 128 bytes.
  4541. Feb 6 17:27:23 UniFiSecurityGateway kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125878
  4542. Feb 6 17:27:23 UniFiSecurityGateway kernel: Kernel command line: bootoctlinux $loadaddr coremask=0x3 root=/dev/sda2 rootdelay=15 rw rootsqimg=squashfs.img rootsqwdir=w mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@1024k(eeprom) console=ttyS0,115200
  4543. Feb 6 17:27:23 UniFiSecurityGateway kernel: Checking for the daddi bug... no.
  4544. Feb 6 17:27:23 UniFiSecurityGateway kernel: SCSI subsystem initialized
  4545. Feb 6 17:27:23 UniFiSecurityGateway kernel: octeon_pci_console: Console not created.
  4546. Feb 6 17:27:23 UniFiSecurityGateway kernel: Bootbus flash: Setting flash for 8MB flash at 0x1f400000
  4547. Feb 6 17:27:23 UniFiSecurityGateway kernel: phys_mapped_flash: Swapping erase regions for top-boot CFI table.
  4548. Feb 6 17:27:23 UniFiSecurityGateway kernel: number of CFI chips: 1
  4549. Feb 6 17:27:23 UniFiSecurityGateway kernel: 3 cmdlinepart partitions found on MTD device phys_mapped_flash
  4550. Feb 6 17:27:23 UniFiSecurityGateway kernel: Creating 3 MTD partitions on "phys_mapped_flash":
  4551. Feb 6 17:27:23 UniFiSecurityGateway kernel: 0x000000000000-0x000000080000 : "boot0"
  4552. Feb 6 17:27:23 UniFiSecurityGateway kernel: 0x000000080000-0x000000100000 : "boot1"
  4553. Feb 6 17:27:23 UniFiSecurityGateway kernel: 0x000000100000-0x000000110000 : "eeprom"
  4554. Feb 6 17:27:23 UniFiSecurityGateway kernel: scsi 0:0:0:0: Direct-Access UDinfo UF2 4GB PMAP PQ: 0 ANSI: 6
  4555. Feb 6 17:27:23 UniFiSecurityGateway kernel: sd 0:0:0:0: [sda] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
  4556. Feb 6 17:27:23 UniFiSecurityGateway kernel: sd 0:0:0:0: [sda] Write Protect is off
  4557. Feb 6 17:27:23 UniFiSecurityGateway kernel: sd 0:0:0:0: [sda] No Caching mode page found
  4558. Feb 6 17:27:23 UniFiSecurityGateway kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
  4559. Feb 6 17:27:23 UniFiSecurityGateway kernel: sd 0:0:0:0: [sda] No Caching mode page found
  4560. Feb 6 17:27:23 UniFiSecurityGateway kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
  4561. Feb 6 17:27:23 UniFiSecurityGateway kernel: sd 0:0:0:0: [sda] No Caching mode page found
  4562. Feb 6 17:27:23 UniFiSecurityGateway kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
  4563. Feb 6 17:27:23 UniFiSecurityGateway kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
  4564. Feb 6 17:27:23 UniFiSecurityGateway kernel: Algorithmics/MIPS FPU Emulator v1.5
  4565. Feb 6 17:27:23 UniFiSecurityGateway kernel: ubnt_platform: module license 'Proprietary' taints kernel.
  4566. Feb 6 17:27:23 UniFiSecurityGateway kernel: Disabling lock debugging due to kernel taint
  4567. Feb 6 17:27:23 UniFiSecurityGateway kernel: octeon-ethernet 2.0
  4568. Feb 6 17:27:23 UniFiSecurityGateway kernel: Node 0 Interface 0 has 3 ports (RGMII)
  4569. Feb 6 17:27:25 UniFiSecurityGateway kernel: ip_set: protocol 6
  4570. Feb 6 17:27:28 UniFiSecurityGateway zebra[623]: Zebra 0.99.20.1 starting: vty@0
  4571. Feb 6 17:27:32 UniFiSecurityGateway rl-system.init: Checking/creating SSH host keys.
  4572. Feb 6 17:27:51 UniFiSecurityGateway rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
  4573. Feb 6 17:27:51 UniFiSecurityGateway rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
  4574. Feb 6 17:28:38 UniFiSecurityGateway kernel: eth1: 1000 Mbps Full duplex, port 1
  4575. Feb 6 17:28:38 UniFiSecurityGateway zebra[623]: interface eth1 index 3 changed <UP,BROADCAST,RUNNING,MULTICAST>.
  4576. Feb 6 17:28:43 UniFiSecurityGateway zebra[623]: interface eth2 index 4 changed <UP,BROADCAST,RUNNING,MULTICAST>.
  4577. Feb 6 17:28:43 UniFiSecurityGateway zebra[623]: interface eth2 index 4 changed <UP,BROADCAST,MULTICAST>.
  4578. Feb 6 17:28:43 UniFiSecurityGateway kernel: eth2: Link down
  4579. Feb 6 17:28:44 UniFiSecurityGateway zebra[623]: interface eth2 index 4 changed <BROADCAST,MULTICAST>.
  4580. Feb 6 17:28:47 UniFiSecurityGateway zebra[623]: interface eth0 index 2 changed <UP,BROADCAST,RUNNING,MULTICAST>.
  4581. Feb 6 17:28:47 UniFiSecurityGateway kernel: eth0: 1000 Mbps Full duplex, port 0
  4582. Feb 6 17:28:55 UniFiSecurityGateway ntpd[2262]: ntpd 4.2.6p2@1.2194-o Wed Dec 5 04:29:27 UTC 2018 (1)
  4583. Feb 6 17:28:55 UniFiSecurityGateway ntpd[2263]: proto: precision = 48.610 usec
  4584. Feb 6 17:28:57 UniFiSecurityGateway ntpd[2263]: ntpd exiting on signal 15
  4585. Feb 6 17:28:59 UniFiSecurityGateway ntpd[2323]: ntpd 4.2.6p2@1.2194-o Wed Dec 5 04:29:27 UTC 2018 (1)
  4586. Feb 6 17:28:59 UniFiSecurityGateway ntpd[2324]: proto: precision = 48.738 usec
  4587. Feb 6 17:29:03 UniFiSecurityGateway rsyslogd: set SCM_CREDENTIALS failed on '/dev/log': Protocol not available
  4588. Feb 6 17:29:04 UniFiSecurityGateway ubnt-service-ssh: waiting for netplugd to be started...
  4589. Feb 6 17:30:26 UniFiSecurityGateway ubnt-service-gui: waiting for netplugd to be started...
  4590. Feb 6 17:30:27 UniFiSecurityGateway kernel: IPv4: martian source 169.254.59.92 from 169.254.59.92, on dev eth1
  4591. Feb 6 17:30:27 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4592. Feb 6 17:30:29 UniFiSecurityGateway kernel: IPv4: martian source 169.254.59.92 from 169.254.59.92, on dev eth1
  4593. Feb 6 17:30:29 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4594. Feb 6 17:30:29 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4595. Feb 6 17:30:29 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4596. Feb 6 17:30:29 UniFiSecurityGateway dhcpd: WARNING: Host declarations are global. They are not limited to the scope you declared them in.
  4597. Feb 6 17:30:30 UniFiSecurityGateway dhcpd:
  4598. Feb 6 17:30:30 UniFiSecurityGateway dhcpd: No subnet declaration for eth0 (192.168.0.6).
  4599. Feb 6 17:30:30 UniFiSecurityGateway dhcpd: ** Ignoring requests on eth0. If this is not what
  4600. Feb 6 17:30:30 UniFiSecurityGateway dhcpd: you want, please write a subnet declaration
  4601. Feb 6 17:30:30 UniFiSecurityGateway dhcpd: in your dhcpd.conf file for the network segment
  4602. Feb 6 17:30:30 UniFiSecurityGateway dhcpd: to which interface eth0 is attached. **
  4603. Feb 6 17:30:30 UniFiSecurityGateway dhcpd:
  4604. Feb 6 17:30:30 UniFiSecurityGateway dhcpd: Abandoning IP address 192.168.1.207: pinged before offer
  4605. Feb 6 17:30:30 UniFiSecurityGateway dhcpd: data: hardware: raw packet not available
  4606. Feb 6 17:30:30 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4607. Feb 6 17:30:30 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4608. Feb 6 17:30:31 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4609. Feb 6 17:30:31 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4610. Feb 6 17:30:32 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4611. Feb 6 17:30:32 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4612. Feb 6 17:30:33 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4613. Feb 6 17:30:33 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4614. Feb 6 17:30:38 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4615. Feb 6 17:30:38 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4616. Feb 6 17:30:39 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4617. Feb 6 17:30:39 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4618. Feb 6 17:30:40 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4619. Feb 6 17:30:40 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4620. Feb 6 17:30:41 UniFiSecurityGateway ubnt-service-upnp2: waiting for netplugd to be started...
  4621. Feb 6 17:30:41 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4622. Feb 6 17:30:41 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4623. Feb 6 17:30:42 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4624. Feb 6 17:30:42 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4625. Feb 6 17:30:47 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4626. Feb 6 17:30:47 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4627. Feb 6 17:30:48 UniFiSecurityGateway netplugd: Starting network plug daemon: netplugd.
  4628. Feb 6 17:30:48 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4629. Feb 6 17:30:48 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4630. Feb 6 17:30:49 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4631. Feb 6 17:30:49 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4632. Feb 6 17:30:50 UniFiSecurityGateway mcad: ace_reporter.set_default_localtime(): failed to get /usr/lib/build.properties
  4633. Feb 6 17:30:50 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4634. Feb 6 17:30:50 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4635. Feb 6 17:30:50 UniFiSecurityGateway dpi_wlan_fw_rules.pl: dpi_wlan_fw_rules.pl started
  4636. Feb 6 17:30:51 UniFiSecurityGateway kernel: IPv4: martian source 208.67.222.222 from 169.254.59.92, on dev eth1
  4637. Feb 6 17:30:51 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4638. Feb 6 17:30:53 UniFiSecurityGateway ubnt-service-ssh: starting the SSH service (see messages from sshd).
  4639. Feb 6 17:30:55 UniFiSecurityGateway ubnt-service-upnp2: starting the UPNP2 service (see messages from miniupnpd).
  4640. Feb 6 17:30:55 UniFiSecurityGateway miniupnpd[3025]: could not open lease file: /var/log/upnp.leases
  4641. Feb 6 17:30:55 UniFiSecurityGateway miniupnpd[3025]: HTTP listening on port 35159
  4642. Feb 6 17:30:55 UniFiSecurityGateway miniupnpd[3025]: setsockopt(udp, IP_ADD_MEMBERSHIP): Address already in use
  4643. Feb 6 17:30:55 UniFiSecurityGateway miniupnpd[3025]: Failed to add multicast membership for interface 192.168.1.1
  4644. Feb 6 17:30:55 UniFiSecurityGateway miniupnpd[3025]: Listening for NAT-PMP/PCP traffic on port 5351
  4645. Feb 6 17:30:56 UniFiSecurityGateway perl_wrapper: perl_wrapper.pl started
  4646. Feb 6 17:30:56 UniFiSecurityGateway ubnt-service-gui: starting the GUI service.
  4647. Feb 6 17:30:56 UniFiSecurityGateway kernel: IPv4: martian source 192.168.1.8 from 169.254.59.92, on dev eth1
  4648. Feb 6 17:30:56 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4649. Feb 6 17:30:56 UniFiSecurityGateway kernel: IPv4: martian source 192.168.1.1 from 169.254.59.92, on dev eth1
  4650. Feb 6 17:30:56 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4651. Feb 6 17:30:56 UniFiSecurityGateway kernel: IPv4: martian source 192.168.1.8 from 169.254.59.92, on dev eth1
  4652. Feb 6 17:30:56 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4653. Feb 6 17:30:57 UniFiSecurityGateway kernel: IPv4: martian source 192.168.1.8 from 169.254.59.92, on dev eth1
  4654. Feb 6 17:30:57 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff d8 61 62 4d 5c 3a 08 06 .......abM\:..
  4655. Feb 6 17:31:06 UniFiSecurityGateway kernel: IPv4: martian source 159.65.98.161 from 172.17.0.13, on dev eth1
  4656. Feb 6 17:31:06 UniFiSecurityGateway kernel: ll header: 00000000: fc ec da 48 cf 18 ac 1f 6b 15 ea 72 08 00 ...H....k..r..
  4657. Feb 6 18:04:49 UniFiSecurityGateway ubnt-service-gui: starting the GUI service.
  4658. Feb 6 18:04:54 UniFiSecurityGateway dhcpd: WARNING: Host declarations are global. They are not limited to the scope you declared them in.
  4659. Feb 6 18:04:54 UniFiSecurityGateway dhcpd:
  4660. Feb 6 18:04:54 UniFiSecurityGateway dhcpd: No subnet declaration for eth0 (192.168.0.6).
  4661. Feb 6 18:04:54 UniFiSecurityGateway dhcpd: ** Ignoring requests on eth0. If this is not what
  4662. Feb 6 18:04:54 UniFiSecurityGateway dhcpd: you want, please write a subnet declaration
  4663. Feb 6 18:04:54 UniFiSecurityGateway dhcpd: in your dhcpd.conf file for the network segment
  4664. Feb 6 18:04:54 UniFiSecurityGateway dhcpd: to which interface eth0 is attached. **
  4665. Feb 6 18:04:54 UniFiSecurityGateway dhcpd:
  4666. Feb 6 18:05:05 UniFiSecurityGateway mcad: ace_reporter.reporter_fail(): Unknown[11] (http://192.168.1.4:8080/inform)
  4667. Feb 6 18:05:05 UniFiSecurityGateway mcad: ace_reporter.reporter_fail(): inform failed #1 (last inform: 106 seconds ago), rc=11
  4668. Feb 6 18:09:03 UniFiSecurityGateway kernel: IPv4: martian source 51.255.75.9 from 172.17.0.13, on dev eth1
  4669. Feb 6 18:09:03 UniFiSecurityGateway kernel: ll header: 00000000: fc ec da 48 cf 18 ac 1f 6b 15 ea 72 08 00 ...H....k..r..
  4670. Feb 6 18:35:12 UniFiSecurityGateway miniupnpd[3025]: shutting down MiniUPnPd
  4671. Feb 6 18:48:31 UniFiSecurityGateway sshd[16152]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.1.15 user=admin
  4672. Feb 6 18:49:57 UniFiSecurityGateway sshd[16152]: PAM 5 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.1.15 user=admin
  4673. Feb 6 18:49:57 UniFiSecurityGateway sshd[16152]: PAM service(sshd) ignoring max retries; 6 > 3
  4674. Feb 6 18:50:07 UniFiSecurityGateway sshd[16385]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.1.15 user=admin
  4675. Feb 6 18:50:37 UniFiSecurityGateway kernel: IPv4: martian source 47.222.103.234 from 172.17.0.13, on dev eth1
  4676. Feb 6 18:50:37 UniFiSecurityGateway kernel: ll header: 00000000: fc ec da 48 cf 18 ac 1f 6b 15 ea 72 08 00 ...H....k..r..
  4677. Feb 6 19:09:05 UniFiSecurityGateway kernel: IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4678. Feb 6 19:09:05 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4679. Feb 6 19:09:05 UniFiSecurityGateway kernel: IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4680. Feb 6 19:09:05 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4681. Feb 6 19:09:05 UniFiSecurityGateway kernel: IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4682. Feb 6 19:09:05 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4683. Feb 6 19:09:05 UniFiSecurityGateway kernel: IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4684. Feb 6 19:09:05 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4685. Feb 6 19:09:06 UniFiSecurityGateway kernel: IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4686. Feb 6 19:09:06 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4687. Feb 6 19:09:06 UniFiSecurityGateway kernel: IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4688. Feb 6 19:09:06 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4689. Feb 6 19:09:07 UniFiSecurityGateway kernel: IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4690. Feb 6 19:09:07 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4691. Feb 6 19:09:07 UniFiSecurityGateway kernel: IPv4: martian source 169.254.255.255 from 169.254.181.42, on dev eth1
  4692. Feb 6 19:09:07 UniFiSecurityGateway kernel: ll header: 00000000: ff ff ff ff ff ff f0 4d a2 5f 21 a9 08 00 .......M._!...
  4693.  
  4694. ----------------
  4695. NTP
  4696. ----------------
  4697. remote local st poll reach delay offset disp
  4698. =======================================================================
  4699. =198.50.238.163 192.168.0.6 2 128 1 0.03836 -0.007265 2.81735
  4700. =74.82.59.150 192.168.0.6 3 128 377 0.07675 0.001199 0.08463
  4701. *208.75.89.4 192.168.0.6 2 128 354 0.07475 0.000472 0.08705
  4702. =198.46.223.227 192.168.0.6 2 128 200 0.03226 -0.002336 1.98772
  4703.  
  4704. ----------------
  4705. Zebra
  4706. ----------------
  4707.  
  4708. ----------------
  4709. BGP
  4710. ----------------
  4711. BGP is not configured
  4712.  
  4713. ----------------
  4714. DHCP Server
  4715. ----------------
  4716.  
  4717. ----------------
  4718. DHCP Leases
  4719. ----------------
  4720. IP address Hardware Address Lease expiration Pool Client Name
  4721. ---------- ---------------- ---------------- ---- -----------
  4722. 192.168.1.8 d8:61:62:4d:5c:3a 2019/02/07 22:31:03 net_LAN_eth1_192.168.1.0-24 august-connect
  4723. 192.168.1.15 3c:a9:f4:0c:ec:0c 2019/02/07 22:30:33 net_LAN_eth1_192.168.1.0-24 Worklap
  4724. 192.168.1.16 f0:99:bf:4d:4e:ff 2019/02/07 21:46:52 net_LAN_eth1_192.168.1.0-24 iPhone
  4725. 192.168.1.17 e0:c7:67:b8:78:40 2019/02/07 22:31:08 net_LAN_eth1_192.168.1.0-24 Ambers-iPhone
  4726. 192.168.1.21 10:1c:0c:57:38:ae 2019/02/07 16:21:53 net_LAN_eth1_192.168.1.0-24 Apples-iPad
  4727. 192.168.1.22 52:54:00:9c:8e:6a 2019/02/07 13:28:23 net_LAN_eth1_192.168.1.0-24 RocketCenter
  4728. 192.168.1.23 44:91:60:d6:34:1a 2019/02/07 14:12:42 net_LAN_eth1_192.168.1.0-24 Galaxy-S8
  4729. 192.168.1.27 fc:19:10:76:a7:99 2019/02/07 15:02:07 net_LAN_eth1_192.168.1.0-24 android-b8b6aa604e9a8511
  4730. 192.168.1.29 dc:0c:5c:88:28:2b 2019/02/07 16:29:43 net_LAN_eth1_192.168.1.0-24 iPhone
  4731. 192.168.1.36 18:b4:30:6e:19:e0 2019/02/07 12:35:20 net_LAN_eth1_192.168.1.0-24 09AA01AC36150CPB
  4732. 192.168.1.41 dc:ef:ca:3d:63:d0 2019/02/07 17:40:45 net_LAN_eth1_192.168.1.0-24 SAMSUNG-SM-G955U
  4733. 192.168.1.44 28:a0:2b:53:df:d2 2019/02/07 16:28:48 net_LAN_eth1_192.168.1.0-24 iPhone
  4734. 192.168.1.56 e8:d1:1b:39:8e:cb 2019/02/07 13:52:40 net_LAN_eth1_192.168.1.0-24
  4735. 192.168.1.63 b4:fb:e4:20:7f:03 2019/02/07 13:28:21 net_LAN_eth1_192.168.1.0-24 GuestAP
  4736. 192.168.1.64 fc:ec:da:d4:c0:b7 2019/02/07 22:09:53 net_LAN_eth1_192.168.1.0-24 UniFi-CloudKey
  4737. 192.168.1.65 18:b4:30:71:4d:44 2019/02/07 19:43:28 net_LAN_eth1_192.168.1.0-24 09AA01AC44150J34
  4738. 192.168.1.66 b4:fb:e4:20:89:f8 2019/02/07 19:47:55 net_LAN_eth1_192.168.1.0-24 UpstairsMasterBedroom
  4739. 192.168.1.67 cc:6e:a4:eb:58:8c 2019/02/07 21:59:05 net_LAN_eth1_192.168.1.0-24 TIZEN-Y2M6NmU6YTQ6ZWI6NTg6OGMK
  4740. 192.168.1.70 18:b4:30:c2:99:81 2019/02/07 16:05:29 net_LAN_eth1_192.168.1.0-24 09AA01AC16170R3X
  4741. 192.168.1.73 b8:e9:37:83:6f:8c 2019/02/07 19:55:41 net_LAN_eth1_192.168.1.0-24 SonosZP
  4742. 192.168.1.75 74:c2:46:a9:62:83 2019/02/07 18:02:54 net_LAN_eth1_192.168.1.0-24
  4743. 192.168.1.114 f0:4d:a2:5f:21:a9 2019/02/08 00:09:07 net_LAN_eth1_192.168.1.0-24 MelissaLaptop
  4744. 192.168.1.155 04:03:d6:2d:ed:ab 2019/02/08 00:09:44 net_LAN_eth1_192.168.1.0-24
  4745. 192.168.1.160 80:19:34:e7:10:62 2019/02/07 21:48:35 net_LAN_eth1_192.168.1.0-24 LoganPC
  4746. 192.168.1.208 70:2a:d5:01:a9:61 2019/02/07 22:34:13 net_LAN_eth1_192.168.1.0-24 localhost
  4747.  
  4748. ----------------
  4749. DHCP Statistics
  4750. ----------------
  4751. pool pool size # leased # avail
  4752. ---- --------- -------- -------
  4753. net_LAN_eth1_192.168.1.0-24 249 25 224
  4754.  
  4755. ----------------
  4756. DHCP Client
  4757. ----------------
  4758.  
  4759. ----------------
  4760. DHCP Client Leases
  4761. ----------------
  4762. interface : eth0
  4763. ip address : 192.168.0.6 [Active]
  4764. subnet mask: 255.255.255.0
  4765. router : 192.168.0.1
  4766. name server: 167.206.13.180 167.206.13.181
  4767. dhcp server: 192.168.0.1
  4768. lease time : 3600
  4769. last update: Wed Feb 6 18:57:16 EST 2019
  4770. expiry : Wed Feb 06 19:57:13 EST 2019
  4771. reason : RENEW
  4772.  
  4773.  
  4774. ----------------
  4775. DHCPV6 Server
  4776. ----------------
  4777. DHCPV6 Server is not configured
  4778.  
  4779. ----------------
  4780. DHCPV6 Relay
  4781. ----------------
  4782. DHCPV6 Relay is not configured
  4783.  
  4784. ----------------
  4785. DHCPV6 Client
  4786. ----------------
  4787. DHCPV6 client is not configured
  4788.  
  4789. ----------------
  4790. DNS
  4791. ----------------
  4792.  
  4793. ----------------
  4794. DNS Dynamic Status
  4795. ----------------
  4796. Dynamic DNS not configured
  4797.  
  4798.  
  4799. ----------------
  4800. DNS Forwarding Statistics
  4801. ----------------
  4802. ----------------
  4803. Cache statistics
  4804. ----------------
  4805. Cache size: 10000
  4806. Queries forwarded: 2879
  4807. Queries answered locally: 887
  4808. Total DNS entries inserted into cache: 222
  4809. DNS entries removed from cache before expiry: 0
  4810.  
  4811. ---------------------
  4812. Nameserver statistics
  4813. ---------------------
  4814. Server: 167.206.13.180
  4815. Queries sent: 1743
  4816. Queries retried or failed: 14
  4817.  
  4818. Server: 167.206.13.181
  4819. Queries sent: 1341
  4820. Queries retried or failed: 16
  4821.  
  4822.  
  4823. ----------------
  4824. DNS Forwarding Nameservers
  4825. ----------------
  4826. -----------------------------------------------
  4827. Nameservers configured for DNS forwarding
  4828. -----------------------------------------------
  4829. 167.206.13.180 available via 'dhcp eth0'
  4830. 167.206.13.181 available via 'dhcp eth0'
  4831.  
  4832.  
  4833. ----------------
  4834. FIREWALL
  4835. ----------------
  4836.  
  4837. ----------------
  4838. Firewall Group
  4839. ----------------
  4840. Name : guest_portal_ports
  4841. Type : port
  4842. Description: guest portal ports
  4843. References : none
  4844. Members :
  4845.  
  4846.  
  4847. Name : guest_portal_redirector_ports
  4848. Type : port
  4849. Description: guest portal redirector ports
  4850. References : none
  4851. Members :
  4852. 39080
  4853. 39443
  4854.  
  4855. Name : unifi_controller_ports-tcp
  4856. Type : port
  4857. Description: unifi tcp ports
  4858. References : none
  4859. Members :
  4860. 8080
  4861.  
  4862. Name : unifi_controller_ports-udp
  4863. Type : port
  4864. Description: unifi udp ports
  4865. References : none
  4866. Members :
  4867. 3478
  4868.  
  4869. Name : authorized_guests
  4870. Type : address
  4871. Family : IPv4
  4872. Description: authorized guests MAC addresses
  4873. References : GUEST_IN-3007-destination
  4874. Members :
  4875.  
  4876.  
  4877. Name : guest_allow_addresses
  4878. Type : address
  4879. Family : IPv4
  4880. Description: allow addresses for guests
  4881. References : GUEST_IN-3003-destination
  4882. Members :
  4883.  
  4884.  
  4885. Name : guest_allow_dns_servers
  4886. Type : address
  4887. Family : IPv4
  4888. Description: allow dns servers for guests
  4889. References : none
  4890. Members :
  4891.  
  4892.  
  4893. Name : guest_portal_address
  4894. Type : address
  4895. Family : IPv4
  4896. Description: guest portal address
  4897. References : none
  4898. Members :
  4899.  
  4900.  
  4901. Name : guest_restricted_addresses
  4902. Type : address
  4903. Family : IPv4
  4904. Description: restricted addresses for guests
  4905. References : GUEST_IN-3004-destination
  4906. Members :
  4907. 10.0.0.0/8
  4908. 172.16.0.0/12
  4909. 192.168.0.0/16
  4910.  
  4911. Name : unifi_controller_addresses
  4912. Type : address
  4913. Family : IPv4
  4914. References : none
  4915. Members :
  4916. 192.168.1.4
  4917.  
  4918. Name : captive_portal_subnets
  4919. Type : network
  4920. Family : IPv4
  4921. Description: captive portal subnets
  4922. References : GUEST_IN-3002-destination
  4923. Members :
  4924.  
  4925.  
  4926. Name : corporate_network
  4927. Type : network
  4928. Family : IPv4
  4929. Description: corporate subnets
  4930. References : GUEST_IN-3005-destination
  4931. Members :
  4932. 192.168.1.0/24
  4933.  
  4934. Name : guest_allow_subnets
  4935. Type : network
  4936. Family : IPv4
  4937. Description: allow subnets for guests
  4938. References : none
  4939. Members :
  4940.  
  4941.  
  4942. Name : guest_network
  4943. Type : network
  4944. Family : IPv4
  4945. Description: guest subnets
  4946. References : none
  4947. Members :
  4948.  
  4949.  
  4950. Name : guest_restricted_subnets
  4951. Type : network
  4952. Family : IPv4
  4953. Description: restricted subnets for guests
  4954. References : none
  4955. Members :
  4956.  
  4957.  
  4958. Name : remote_client_vpn_network
  4959. Type : network
  4960. Family : IPv4
  4961. Description: remote client VPN subnets
  4962. References : none
  4963. Members :
  4964.  
  4965.  
  4966. Name : remote_site_vpn_network
  4967. Type : network
  4968. Family : IPv4
  4969. Description: remote site VPN subnets
  4970. References : none
  4971. Members :
  4972.  
  4973.  
  4974. Name : remote_user_vpn_network
  4975. Type : network
  4976. Family : IPv4
  4977. Description: Remote User VPN subnets
  4978. References : GUEST_IN-3006-destination
  4979. Members :
  4980.  
  4981.  
  4982. Name : corporate_networkv6
  4983. Type : ipv6-network
  4984. Family : IPv6
  4985. Description: IPv6 corporate subnets
  4986. References : GUESTv6_IN-3001-destination
  4987. Members :
  4988.  
  4989.  
  4990. Name : guest_networkv6
  4991. Type : ipv6-network
  4992. Family : IPv6
  4993. Description: IPv6 guest subnets
  4994. References : none
  4995. Members :
  4996.  
  4997.  
  4998.  
  4999. ----------------
  5000. Firewall Detail
  5001. ----------------
  5002. Invalid command
  5003.  
  5004. ----------------
  5005. Firewall Statistics
  5006. ----------------
  5007. --------------------------------------------------------------------------------
  5008.  
  5009. IPv4 Firewall "AUTHORIZED_GUESTS" [authorization check packets from guest network]
  5010.  
  5011. Inactive - Not applied to any interfaces or zones.
  5012.  
  5013. rule packets bytes action description
  5014. ---- ------- ----- ------ -----------
  5015. 10000 0 0 DROP DEFAULT ACTION
  5016.  
  5017. --------------------------------------------------------------------------------
  5018.  
  5019. IPv4 Firewall "GUEST_IN" [packets from guest network]
  5020.  
  5021. Inactive - Not applied to any interfaces or zones.
  5022.  
  5023. rule packets bytes action description
  5024. ---- ------- ----- ------ -----------
  5025. 3001 0 0 ACCEPT allow DNS packets to external name servers
  5026. 3002 0 0 ACCEPT allow packets to captive portal
  5027. 3003 0 0 ACCEPT allow packets to allow subnets
  5028. 3004 0 0 DROP drop packets to restricted subnets
  5029. 3005 0 0 DROP drop packets to intranet
  5030. 3006 0 0 DROP drop packets to remote user
  5031. 3007 0 0 DROP authorized guests white list
  5032. 10000 0 0 ACCEPT DEFAULT ACTION
  5033.  
  5034. --------------------------------------------------------------------------------
  5035.  
  5036. IPv4 Firewall "GUEST_LOCAL" [packets from guest network to gateway]
  5037.  
  5038. Inactive - Not applied to any interfaces or zones.
  5039.  
  5040. rule packets bytes action description
  5041. ---- ------- ----- ------ -----------
  5042. 3001 0 0 ACCEPT allow DNS
  5043. 3002 0 0 ACCEPT allow ICMP
  5044. 3003 0 0 ACCEPT allow to DHCP server
  5045. 10000 0 0 DROP DEFAULT ACTION
  5046.  
  5047. --------------------------------------------------------------------------------
  5048.  
  5049. IPv4 Firewall "GUEST_OUT" [packets forward to guest network]
  5050.  
  5051. Inactive - Not applied to any interfaces or zones.
  5052.  
  5053. rule packets bytes action description
  5054. ---- ------- ----- ------ -----------
  5055. 10000 0 0 ACCEPT DEFAULT ACTION
  5056.  
  5057. --------------------------------------------------------------------------------
  5058.  
  5059. IPv4 Firewall "LAN_IN" [packets from intranet]
  5060.  
  5061. Active on (eth1,IN)
  5062.  
  5063. rule packets bytes action description
  5064. ---- ------- ----- ------ -----------
  5065. 6001 60608 7443988 ACCEPT accounting defined network 192.168.1.0/24
  5066. 10000 0 0 ACCEPT DEFAULT ACTION
  5067.  
  5068. --------------------------------------------------------------------------------
  5069.  
  5070. IPv4 Firewall "LAN_LOCAL" [packets from intranet to gateway]
  5071.  
  5072. Active on (eth1,LOCAL)
  5073.  
  5074. rule packets bytes action description
  5075. ---- ------- ----- ------ -----------
  5076. 10000 26105 2930611 ACCEPT DEFAULT ACTION
  5077.  
  5078. --------------------------------------------------------------------------------
  5079.  
  5080. IPv4 Firewall "LAN_OUT" [packets forward to intranet]
  5081.  
  5082. Active on (eth1,OUT)
  5083.  
  5084. rule packets bytes action description
  5085. ---- ------- ----- ------ -----------
  5086. 6001 50418 7289574 ACCEPT accounting defined network 192.168.1.0/24
  5087. 10000 0 0 ACCEPT DEFAULT ACTION
  5088.  
  5089. --------------------------------------------------------------------------------
  5090.  
  5091. IPv4 Firewall "WAN_IN" [packets from internet to intranet]
  5092.  
  5093. Active on (eth0,IN)
  5094.  
  5095. rule packets bytes action description
  5096. ---- ------- ----- ------ -----------
  5097. 3001 35251 5459786 ACCEPT allow established/related sessions
  5098. 3002 0 0 DROP drop invalid state
  5099. 3003 0 0 ACCEPT PortForward [FTP]
  5100. 3004 0 0 ACCEPT PortForward [VMWare]
  5101. 3005 0 0 ACCEPT PortForward [VPN]
  5102. 3006 0 0 ACCEPT PortForward [Syncthing]
  5103. 3007 0 0 ACCEPT PortForward [Raspbian SSH]
  5104. 3008 0 0 ACCEPT PortForward [Raspbian HTTP]
  5105. 3009 0 0 ACCEPT PortForward [Raspbian ZNC (IRC)]
  5106. 3010 0 0 ACCEPT PortForward [qBittorrent WebUI]
  5107. 3011 0 0 ACCEPT PortForward [Server Media Services (UDP)]
  5108. 3012 0 0 ACCEPT PortForward [Torrent Connection Ports]
  5109. 3013 0 0 ACCEPT PortForward [FTP Passive]
  5110. 3014 0 0 ACCEPT PortForward [FTP (RL Project)]
  5111. 3015 0 0 ACCEPT PortForward [RocketCenter Ubuntu SSH]
  5112. 3016 0 0 ACCEPT PortForward [RocketCenter Ubuntu WEB]
  5113. 3017 0 0 ACCEPT PortForward [RocketCenter Ubuntu TEST1]
  5114. 3018 0 0 ACCEPT PortForward [RocketCenter Ubuntu TEST2]
  5115. 3019 0 0 ACCEPT PortForward [Terraria Servers]
  5116. 3020 0 0 ACCEPT PortForward [Portal Knights Server]
  5117. 3021 0 0 ACCEPT PortForward [Server Media Services (TCP)]
  5118. 3022 0 0 ACCEPT PortForward [NextCloud Syncing]
  5119. 3023 0 0 ACCEPT PortForward [Server (NextCloud)]
  5120. 3024 0 0 ACCEPT PortForward [MineCraft MineOS]
  5121. 10000 0 0 DROP DEFAULT ACTION
  5122.  
  5123. --------------------------------------------------------------------------------
  5124.  
  5125. IPv4 Firewall "WAN_LOCAL" [packets from internet to gateway]
  5126.  
  5127. Active on (eth0,LOCAL)
  5128.  
  5129. rule packets bytes action description
  5130. ---- ------- ----- ------ -----------
  5131. 3001 5025 730945 ACCEPT allow established/related sessions
  5132. 3002 49 3685 DROP drop invalid state
  5133. 10000 1350 154654 DROP DEFAULT ACTION
  5134.  
  5135. --------------------------------------------------------------------------------
  5136.  
  5137. IPv4 Firewall "WAN_OUT" [packets to internet]
  5138.  
  5139. Active on (eth0,OUT)
  5140.  
  5141. rule packets bytes action description
  5142. ---- ------- ----- ------ -----------
  5143. 10000 60598 7443316 ACCEPT DEFAULT ACTION
  5144.  
  5145. --------------------------------------------------------------------------------
  5146.  
  5147. IPv6 Firewall "AUTHORIZED_GUESTSv6" [authorization check packets from guest network]
  5148.  
  5149. Inactive - Not applied to any interfaces or zones.
  5150.  
  5151. rule packets bytes action description
  5152. ---- ------- ----- ------ -----------
  5153. 10000 0 0 DROP DEFAULT ACTION
  5154.  
  5155. --------------------------------------------------------------------------------
  5156.  
  5157. IPv6 Firewall "GUESTv6_IN" [packets from guest network]
  5158.  
  5159. Inactive - Not applied to any interfaces or zones.
  5160.  
  5161. rule packets bytes action description
  5162. ---- ------- ----- ------ -----------
  5163. 3001 0 0 DROP drop packets to intranet
  5164. 10000 0 0 ACCEPT DEFAULT ACTION
  5165.  
  5166. --------------------------------------------------------------------------------
  5167.  
  5168. IPv6 Firewall "GUESTv6_LOCAL" [packets from guest network to gateway]
  5169.  
  5170. Inactive - Not applied to any interfaces or zones.
  5171.  
  5172. rule packets bytes action description
  5173. ---- ------- ----- ------ -----------
  5174. 3001 0 0 ACCEPT allow DNS
  5175. 3002 0 0 ACCEPT allow ICMP
  5176. 10000 0 0 DROP DEFAULT ACTION
  5177.  
  5178. --------------------------------------------------------------------------------
  5179.  
  5180. IPv6 Firewall "GUESTv6_OUT" [packets forward to guest network]
  5181.  
  5182. Inactive - Not applied to any interfaces or zones.
  5183.  
  5184. rule packets bytes action description
  5185. ---- ------- ----- ------ -----------
  5186. 10000 0 0 ACCEPT DEFAULT ACTION
  5187.  
  5188. --------------------------------------------------------------------------------
  5189.  
  5190. IPv6 Firewall "LANv6_IN" [packets from intranet]
  5191.  
  5192. Active on (eth1,IN)
  5193.  
  5194. rule packets bytes action description
  5195. ---- ------- ----- ------ -----------
  5196. 10000 0 0 ACCEPT DEFAULT ACTION
  5197.  
  5198. --------------------------------------------------------------------------------
  5199.  
  5200. IPv6 Firewall "LANv6_LOCAL" [packets from intranet to gateway]
  5201.  
  5202. Active on (eth1,LOCAL)
  5203.  
  5204. rule packets bytes action description
  5205. ---- ------- ----- ------ -----------
  5206. 10000 65 4246 ACCEPT DEFAULT ACTION
  5207.  
  5208. --------------------------------------------------------------------------------
  5209.  
  5210. IPv6 Firewall "LANv6_OUT" [packets forward to intranet]
  5211.  
  5212. Active on (eth1,OUT)
  5213.  
  5214. rule packets bytes action description
  5215. ---- ------- ----- ------ -----------
  5216. 10000 0 0 ACCEPT DEFAULT ACTION
  5217.  
  5218. --------------------------------------------------------------------------------
  5219.  
  5220. IPv6 Firewall "WANv6_IN" [packets from internet to intranet]
  5221.  
  5222. Active on (eth0,IN)
  5223.  
  5224. rule packets bytes action description
  5225. ---- ------- ----- ------ -----------
  5226. 3001 0 0 ACCEPT allow established/related sessions
  5227. 3002 0 0 DROP drop invalid state
  5228. 10000 0 0 DROP DEFAULT ACTION
  5229.  
  5230. --------------------------------------------------------------------------------
  5231.  
  5232. IPv6 Firewall "WANv6_LOCAL" [packets from internet to gateway]
  5233.  
  5234. Active on (eth0,LOCAL)
  5235.  
  5236. rule packets bytes action description
  5237. ---- ------- ----- ------ -----------
  5238. 3001 0 0 ACCEPT Allow neighbor advertisements
  5239. 3002 0 0 ACCEPT Allow neighbor solicitation
  5240. 3003 0 0 ACCEPT allow established/related sessions
  5241. 3004 0 0 DROP drop invalid state
  5242. 10000 250 21412 DROP DEFAULT ACTION
  5243.  
  5244. --------------------------------------------------------------------------------
  5245.  
  5246. IPv6 Firewall "WANv6_OUT" [packets to internet]
  5247.  
  5248. Active on (eth0,OUT)
  5249.  
  5250. rule packets bytes action description
  5251. ---- ------- ----- ------ -----------
  5252. 10000 0 0 ACCEPT DEFAULT ACTION
  5253.  
  5254.  
  5255. ----------------
  5256. IPSec
  5257. ----------------
  5258. IPSec is not configured
  5259.  
  5260. ----------------
  5261. NAT
  5262. ----------------
  5263.  
  5264. ----------------
  5265. NAT Rules
  5266. ----------------
  5267.  
  5268. Type Codes: SRC - source, DST - destination, MASQ - masquerade
  5269. X at the front of rule implies rule is excluded
  5270.  
  5271. rule type intf translation
  5272. ---- ---- ---- -----------
  5273. 6001 MASQ eth0 saddr ANY to 192.168.0.6
  5274. proto-all sport ANY
  5275.  
  5276.  
  5277. 6002 MASQ eth0 saddr ANY to 192.168.0.6
  5278. proto-all sport ANY
  5279.  
  5280.  
  5281. 6003 MASQ eth0 saddr ANY to 192.168.0.6
  5282. proto-all sport ANY
  5283.  
  5284.  
  5285.  
  5286. ----------------
  5287. NAT Statistics
  5288. ----------------
  5289. rule count type IN OUT description
  5290. ---- ---------- ---- -------- -------- -----------
  5291. 6001 11931 MASQ - eth0 MASQ corporate_network to WAN
  5292. 6002 0 MASQ - eth0 MASQ remote_user_vpn_network to WAN
  5293. 6003 0 MASQ - eth0 MASQ guest_network to WAN
  5294.  
  5295. ----------------
  5296. NAT Translations Detail
  5297. ----------------
  5298. Pre-NAT src Pre-NAT dst Post-NAT src Post-NAT dst
  5299. 192.168.1.114:49231 23.101.156.198:443 192.168.0.6:49231 23.101.156.198:443
  5300. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 1 use: 1
  5301. 192.168.1.114:58334 104.16.91.60:443 192.168.0.6:58334 104.16.91.60:443
  5302. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7228 use: 1
  5303. 192.168.1.114:58330 199.232.38.49:443 192.168.0.6:58330 199.232.38.49:443
  5304. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7232 use: 1
  5305. 192.168.1.34:55798 52.94.228.85:443 192.168.0.6:55798 52.94.228.85:443
  5306. tcp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 6185 use: 1
  5307. 192.168.1.3:47188 185.45.195.180:20144 192.168.0.6:47188 185.45.195.180:20144
  5308. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7423 use: 1
  5309. 192.168.1.15:4906 162.125.18.133:443 192.168.0.6:4906 162.125.18.133:443
  5310. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7376 use: 1
  5311. 192.168.1.114:58157 172.217.12.174:443 192.168.0.6:58157 172.217.12.174:443
  5312. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7340 use: 1
  5313. 192.168.1.15:60763 35.186.224.47:443 192.168.0.6:60763 35.186.224.47:443
  5314. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7428 use: 1
  5315. 192.168.1.114:49261 172.217.10.14:443 192.168.0.6:49261 172.217.10.14:443
  5316. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5317. 192.168.1.3:42628 185.203.56.8:64645 192.168.0.6:42628 185.203.56.8:64645
  5318. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7422 use: 1
  5319. 192.168.1.75:58493 104.154.127.71:4070 192.168.0.6:58493 104.154.127.71:4070
  5320. tcp: snat: 192.168.1.75 ==> 192.168.0.6 timeout: 7437 use: 1
  5321. 192.168.1.15:2135 172.217.10.78:443 192.168.0.6:2135 172.217.10.78:443
  5322. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7419 use: 1
  5323. 192.168.1.27:35956 172.217.7.2:443 192.168.0.6:35956 172.217.7.2:443
  5324. tcp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 7415 use: 1
  5325. 192.168.1.41:42264 34.255.105.14:5223 192.168.0.6:42264 34.255.105.14:5223
  5326. tcp: snat: 192.168.1.41 ==> 192.168.0.6 timeout: 3029 use: 1
  5327. 192.168.1.15:1773 52.201.127.45:443 192.168.0.6:1773 52.201.127.45:443
  5328. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7435 use: 1
  5329. 192.168.1.15:4385 34.199.240.87:443 192.168.0.6:4385 34.199.240.87:443
  5330. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7435 use: 1
  5331. 192.168.1.34:54522 52.94.241.86:80 192.168.0.6:54522 52.94.241.86:80
  5332. tcp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 26 use: 1
  5333. 192.168.1.114:49266 31.13.71.7:443 192.168.0.6:49266 31.13.71.7:443
  5334. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7435 use: 1
  5335. 192.168.1.56:50124 208.54.7.213:123 192.168.0.6:50124 208.54.7.213:123
  5336. udp: snat: 192.168.1.56 ==> 192.168.0.6 timeout: 172 use: 1
  5337. 192.168.1.8:49157 52.35.246.220:443 192.168.0.6:49157 52.35.246.220:443
  5338. tcp: snat: 192.168.1.8 ==> 192.168.0.6 timeout: 7419 use: 1
  5339. 192.168.1.41:59698 31.13.71.3:443 192.168.0.6:59698 31.13.71.3:443
  5340. tcp: snat: 192.168.1.41 ==> 192.168.0.6 timeout: 6937 use: 1
  5341. 192.168.1.114:49251 172.217.7.10:443 192.168.0.6:49251 172.217.7.10:443
  5342. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5343. 192.168.1.3:42928 185.203.56.8:64645 192.168.0.6:42928 185.203.56.8:64645
  5344. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7422 use: 1
  5345. 192.168.1.15:2459 23.8.117.64:443 192.168.0.6:2459 23.8.117.64:443
  5346. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 5329 use: 1
  5347. 192.168.1.114:58632 93.184.215.201:443 192.168.0.6:58632 93.184.215.201:443
  5348. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 109 use: 2
  5349. 192.168.1.70:49146 54.157.15.224:9543 192.168.0.6:49146 54.157.15.224:9543
  5350. tcp: snat: 192.168.1.70 ==> 192.168.0.6 timeout: 7362 use: 1
  5351. 192.168.1.3:34014 104.27.145.205:80 192.168.0.6:34014 104.27.145.205:80
  5352. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 26 use: 1
  5353. 192.168.1.15:5215 172.217.11.46:443 192.168.0.6:5215 172.217.11.46:443
  5354. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7431 use: 1
  5355. 192.168.1.3:58218 185.45.195.180:20144 192.168.0.6:58218 185.45.195.180:20144
  5356. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7423 use: 1
  5357. 192.168.1.15:60703 67.22.32.162:443 192.168.0.6:60703 67.22.32.162:443
  5358. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7439 use: 1
  5359. 192.168.1.27:42678 172.217.10.34:443 192.168.0.6:42678 172.217.10.34:443
  5360. udp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 7 use: 1
  5361. 192.168.1.155:65308 95.216.149.205:80 192.168.0.6:65308 95.216.149.205:80
  5362. tcp: snat: 192.168.1.155 ==> 192.168.0.6 timeout: 18 use: 1
  5363. 192.168.1.3:34404 185.21.216.160:52249 192.168.0.6:34404 185.21.216.160:52249
  5364. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7435 use: 1
  5365. 192.168.1.114:57884 96.8.93.203:443 192.168.0.6:57884 96.8.93.203:443
  5366. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7245 use: 1
  5367. 192.168.1.3:45644 185.56.20.14:54755 192.168.0.6:45644 185.56.20.14:54755
  5368. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7375 use: 1
  5369. 192.168.1.114:58547 69.169.86.38:443 192.168.0.6:58547 69.169.86.38:443
  5370. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7231 use: 1
  5371. 192.168.1.114:49268 172.217.7.14:443 192.168.0.6:49268 172.217.7.14:443
  5372. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7435 use: 1
  5373. 192.168.1.4:57137 162.250.5.75:5938 192.168.0.6:57137 162.250.5.75:5938
  5374. tcp: snat: 192.168.1.4 ==> 192.168.0.6 timeout: 7434 use: 2
  5375. 192.168.1.114:58158 172.217.6.206:443 192.168.0.6:58158 172.217.6.206:443
  5376. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7210 use: 1
  5377. 192.168.1.15:60753 52.112.64.215:443 192.168.0.6:60753 52.112.64.215:443
  5378. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7432 use: 1
  5379. 192.168.1.3:45626 185.56.20.14:54755 192.168.0.6:45626 185.56.20.14:54755
  5380. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7375 use: 1
  5381. 192.168.1.34:37637 72.21.192.213:123 192.168.0.6:37637 72.21.192.213:123
  5382. udp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 16 use: 1
  5383. 192.168.1.3:53992 5.196.81.18:57699 192.168.0.6:53992 5.196.81.18:57699
  5384. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7405 use: 1
  5385. 192.168.1.3:42880 185.45.195.180:20144 192.168.0.6:42880 185.45.195.180:20144
  5386. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7423 use: 1
  5387. 192.168.1.3:45642 185.56.20.14:54755 192.168.0.6:45642 185.56.20.14:54755
  5388. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7375 use: 1
  5389. 192.168.1.3:33986 104.27.145.205:80 192.168.0.6:33986 104.27.145.205:80
  5390. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 21 use: 1
  5391. 192.168.1.15:60712 216.93.253.13:3158 192.168.0.6:60712 216.93.253.13:3158
  5392. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7424 use: 1
  5393. 192.168.1.27:57216 172.217.12.138:443 192.168.0.6:57216 172.217.12.138:443
  5394. udp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 167 use: 1
  5395. 192.168.1.3:41876 99.147.238.134:52082 192.168.0.6:41876 99.147.238.134:52082
  5396. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 21 use: 1
  5397. 192.168.1.114:49244 13.68.117.223:443 192.168.0.6:49244 13.68.117.223:443
  5398. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7428 use: 1
  5399. 192.168.1.15:4755 104.88.11.208:443 192.168.0.6:4755 104.88.11.208:443
  5400. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7003 use: 1
  5401. 192.168.1.114:49263 152.199.4.33:443 192.168.0.6:49263 152.199.4.33:443
  5402. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7435 use: 2
  5403. 192.168.1.27:35959 172.217.7.2:443 192.168.0.6:35959 172.217.7.2:443
  5404. tcp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 7416 use: 1
  5405. 192.168.1.114:49241 104.208.165.109:443 192.168.0.6:49241 104.208.165.109:443
  5406. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7424 use: 1
  5407. 192.168.1.15:4868 23.8.117.64:443 192.168.0.6:4868 23.8.117.64:443
  5408. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7395 use: 1
  5409. 192.168.1.114:49233 13.90.95.57:443 192.168.0.6:49233 13.90.95.57:443
  5410. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 1 use: 1
  5411. 192.168.1.114:49238 40.122.36.26:443 192.168.0.6:49238 40.122.36.26:443
  5412. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7418 use: 1
  5413. 192.168.1.34:58948 52.216.128.75:80 192.168.0.6:58948 52.216.128.75:80
  5414. tcp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 7426 use: 1
  5415. 192.168.1.15:60755 169.48.173.166:5938 192.168.0.6:60755 169.48.173.166:5938
  5416. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7413 use: 1
  5417. 192.168.1.114:58522 96.6.160.234:443 192.168.0.6:58522 96.6.160.234:443
  5418. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7241 use: 1
  5419. 192.168.1.21:49393 172.217.11.42:443 192.168.0.6:49393 172.217.11.42:443
  5420. tcp: snat: 192.168.1.21 ==> 192.168.0.6 timeout: 28 use: 1
  5421. 192.168.1.114:49240 13.92.27.116:443 192.168.0.6:49240 13.92.27.116:443
  5422. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 1 use: 1
  5423. 192.168.1.114:58444 151.101.208.175:443 192.168.0.6:58444 151.101.208.175:443
  5424. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7237 use: 1
  5425. 192.168.1.15:3415 104.18.37.238:80 192.168.0.6:3415 104.18.37.238:80
  5426. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7410 use: 1
  5427. 192.168.1.27:60096 52.199.41.99:5223 192.168.0.6:60096 52.199.41.99:5223
  5428. tcp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 3117 use: 1
  5429. 192.168.1.15:5151 192.241.179.178:443 192.168.0.6:5151 192.241.179.178:443
  5430. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7434 use: 1
  5431. 192.168.1.114:58525 96.6.160.234:443 192.168.0.6:58525 96.6.160.234:443
  5432. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7241 use: 1
  5433. 192.168.1.208:39151 23.33.99.45:443 192.168.0.6:39151 23.33.99.45:443
  5434. tcp: snat: 192.168.1.208 ==> 192.168.0.6 timeout: 1699 use: 1
  5435. 192.168.1.40:37986 72.21.214.79:80 192.168.0.6:37986 72.21.214.79:80
  5436. tcp: snat: 192.168.1.40 ==> 192.168.0.6 timeout: 27 use: 1
  5437. 192.168.1.15:53499 10.254.250.103:161 192.168.0.6:53499 10.254.250.103:161
  5438. udp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 28 use: 1
  5439. 192.168.1.3:38470 185.148.3.35:54933 192.168.0.6:38470 185.148.3.35:54933
  5440. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7426 use: 1
  5441. 192.168.1.114:58523 96.6.160.234:443 192.168.0.6:58523 96.6.160.234:443
  5442. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7241 use: 1
  5443. 192.168.1.114:49252 172.217.9.228:443 192.168.0.6:49252 172.217.9.228:443
  5444. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5445. 192.168.1.114:58424 199.16.156.232:443 192.168.0.6:58424 199.16.156.232:443
  5446. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7222 use: 2
  5447. 192.168.1.114:58528 96.6.160.234:443 192.168.0.6:58528 96.6.160.234:443
  5448. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7241 use: 1
  5449. 192.168.1.73:41072 167.206.87.185:80 192.168.0.6:41072 167.206.87.185:80
  5450. tcp: snat: 192.168.1.73 ==> 192.168.0.6 timeout: 3418 use: 1
  5451. 192.168.1.114:49242 52.163.217.227:443 192.168.0.6:49242 52.163.217.227:443
  5452. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7426 use: 1
  5453. 192.168.1.3:51544 179.208.165.203:53065 192.168.0.6:51544 179.208.165.203:53065
  5454. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 119 use: 1
  5455. 192.168.1.27:53538 162.216.57.152:443 192.168.0.6:53538 162.216.57.152:443
  5456. udp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 18 use: 1
  5457. 192.168.1.27:50940 172.217.10.42:443 192.168.0.6:50940 172.217.10.42:443
  5458. tcp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 8 use: 1
  5459. 192.168.1.15:53499 10.254.250.65:161 192.168.0.6:53499 10.254.250.65:161
  5460. udp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 28 use: 1
  5461. 192.168.1.3:49348 144.76.73.108:58937 192.168.0.6:49348 144.76.73.108:58937
  5462. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7375 use: 1
  5463. 192.168.1.114:49179 104.18.25.243:80 192.168.0.6:49179 104.18.25.243:80
  5464. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 78 use: 1
  5465. 192.168.1.15:5031 104.16.59.37:443 192.168.0.6:5031 104.16.59.37:443
  5466. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7418 use: 1
  5467. 192.168.1.208:39142 23.33.99.45:443 192.168.0.6:39142 23.33.99.45:443
  5468. tcp: snat: 192.168.1.208 ==> 192.168.0.6 timeout: 1697 use: 1
  5469. 192.168.1.3:57306 195.201.9.37:22067 192.168.0.6:57306 195.201.9.37:22067
  5470. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7420 use: 1
  5471. 192.168.1.114:49259 31.13.71.7:443 192.168.0.6:49259 31.13.71.7:443
  5472. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5473. 192.168.1.114:58407 162.247.242.18:443 192.168.0.6:58407 162.247.242.18:443
  5474. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7212 use: 2
  5475. 192.168.1.17:4500 172.106.11.98:4500 192.168.0.6:4500 172.106.11.98:4500
  5476. udp: snat: 192.168.1.17 ==> 192.168.0.6 timeout: 166 use: 1
  5477. 192.168.1.3:38496 24.1.14.202:19090 192.168.0.6:38496 24.1.14.202:19090
  5478. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7438 use: 1
  5479. 192.168.1.64:49880 54.230.36.74:443 192.168.0.6:49880 54.230.36.74:443
  5480. tcp: snat: 192.168.1.64 ==> 192.168.0.6 timeout: 7426 use: 1
  5481. 192.168.1.15:2279 172.217.12.195:443 192.168.0.6:2279 172.217.12.195:443
  5482. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7398 use: 1
  5483. 192.168.1.15:5079 77.79.249.197:443 192.168.0.6:5079 77.79.249.197:443
  5484. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7421 use: 1
  5485. 192.168.1.40:50507 54.165.163.243:443 192.168.0.6:50507 54.165.163.243:443
  5486. tcp: snat: 192.168.1.40 ==> 192.168.0.6 timeout: 7423 use: 1
  5487. 192.168.1.114:58151 23.192.65.167:443 192.168.0.6:58151 23.192.65.167:443
  5488. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7248 use: 1
  5489. 192.168.1.17:16393 67.85.158.233:16393 192.168.0.6:16393 67.85.158.233:16393
  5490. udp: snat: 192.168.1.17 ==> 192.168.0.6 timeout: 177 use: 1
  5491. 192.168.1.40:60709 207.171.178.6:123 192.168.0.6:60709 207.171.178.6:123
  5492. udp: snat: 192.168.1.40 ==> 192.168.0.6 timeout: 17 use: 1
  5493. 192.168.1.15:3223 40.97.190.2:443 192.168.0.6:3223 40.97.190.2:443
  5494. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7423 use: 1
  5495. 192.168.1.27:50297 216.58.219.206:443 192.168.0.6:50297 216.58.219.206:443
  5496. udp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 169 use: 1
  5497. 192.168.1.34:34675 104.154.127.111:4070 192.168.0.6:34675 104.154.127.111:4070
  5498. tcp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 7422 use: 1
  5499. 192.168.1.73:48332 3.86.191.11:443 192.168.0.6:48332 3.86.191.11:443
  5500. tcp: snat: 192.168.1.73 ==> 192.168.0.6 timeout: 7439 use: 2
  5501. 192.168.1.114:57656 23.52.2.243:443 192.168.0.6:57656 23.52.2.243:443
  5502. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7252 use: 1
  5503. 192.168.1.3:38814 185.148.3.35:54933 192.168.0.6:38814 185.148.3.35:54933
  5504. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7426 use: 1
  5505. 192.168.1.114:58267 31.13.71.1:443 192.168.0.6:58267 31.13.71.1:443
  5506. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7249 use: 1
  5507. 192.168.1.3:39982 185.149.90.88:51037 192.168.0.6:39982 185.149.90.88:51037
  5508. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7393 use: 1
  5509. 192.168.1.3:60328 177.228.64.61:51413 192.168.0.6:60328 177.228.64.61:51413
  5510. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 118 use: 1
  5511. 192.168.1.114:49239 52.114.142.67:443 192.168.0.6:49239 52.114.142.67:443
  5512. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7419 use: 1
  5513. 192.168.1.155:21211 163.172.141.219:53 192.168.0.6:21211 163.172.141.219:53
  5514. udp: snat: 192.168.1.155 ==> 192.168.0.6 timeout: 18 use: 1
  5515. 192.168.1.114:58531 52.54.170.1:80 192.168.0.6:58531 52.54.170.1:80
  5516. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7248 use: 1
  5517. 192.168.1.3:60318 177.228.64.61:51413 192.168.0.6:60318 177.228.64.61:51413
  5518. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 117 use: 1
  5519. 192.168.1.65:36058 52.72.42.156:9543 192.168.0.6:36058 52.72.42.156:9543
  5520. tcp: snat: 192.168.1.65 ==> 192.168.0.6 timeout: 7395 use: 1
  5521. 192.168.1.114:58311 151.101.210.2:443 192.168.0.6:58311 151.101.210.2:443
  5522. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7230 use: 2
  5523. 192.168.1.8:49159 54.70.179.77:443 192.168.0.6:49159 54.70.179.77:443
  5524. tcp: snat: 192.168.1.8 ==> 192.168.0.6 timeout: 7423 use: 1
  5525. 192.168.1.114:49230 13.90.95.57:443 192.168.0.6:49230 13.90.95.57:443
  5526. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 1 use: 1
  5527. 192.168.1.15:60782 13.89.187.212:443 192.168.0.6:60782 13.89.187.212:443
  5528. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 6597 use: 1
  5529. 192.168.1.114:49243 52.163.217.227:443 192.168.0.6:49243 52.163.217.227:443
  5530. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7426 use: 1
  5531. 192.168.1.4:54472 54.174.190.185:443 192.168.0.6:54472 54.174.190.185:443
  5532. tcp: snat: 192.168.1.4 ==> 192.168.0.6 timeout: 7430 use: 1
  5533. 192.168.1.114:49249 173.194.175.188:5228 192.168.0.6:49249 173.194.175.188:5228
  5534. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5535. 192.168.1.69:42927 8.8.8.8:80 192.168.0.6:42927 8.8.8.8:80
  5536. tcp: snat: 192.168.1.69 ==> 192.168.0.6 timeout: 67 use: 1
  5537. 192.168.1.208:37106 52.214.221.208:5223 192.168.0.6:37106 52.214.221.208:5223
  5538. tcp: snat: 192.168.1.208 ==> 192.168.0.6 timeout: 1436 use: 1
  5539. 192.168.1.21:49378 17.249.172.89:443 192.168.0.6:49378 17.249.172.89:443
  5540. tcp: snat: 192.168.1.21 ==> 192.168.0.6 timeout: 7284 use: 1
  5541. 192.168.1.3:34026 104.27.145.205:80 192.168.0.6:34026 104.27.145.205:80
  5542. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 29 use: 1
  5543. 192.168.1.114:49185 188.172.251.38:5938 192.168.0.6:49185 188.172.251.38:5938
  5544. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7416 use: 1
  5545. 192.168.1.114:58423 199.16.156.11:443 192.168.0.6:58423 199.16.156.11:443
  5546. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7228 use: 1
  5547. 192.168.1.114:58524 96.6.160.234:443 192.168.0.6:58524 96.6.160.234:443
  5548. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7241 use: 1
  5549. 192.168.1.21:50438 162.216.57.148:443 192.168.0.6:50438 162.216.57.148:443
  5550. udp: snat: 192.168.1.21 ==> 192.168.0.6 timeout: 161 use: 1
  5551. 192.168.1.27:57000 162.216.57.161:443 192.168.0.6:57000 162.216.57.161:443
  5552. tcp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 7414 use: 1
  5553. 192.168.1.3:38210 185.148.3.35:54933 192.168.0.6:38210 185.148.3.35:54933
  5554. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7426 use: 1
  5555. 192.168.1.15:4819 40.97.28.114:443 192.168.0.6:4819 40.97.28.114:443
  5556. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7365 use: 1
  5557. 192.168.1.114:58331 172.217.11.14:443 192.168.0.6:58331 172.217.11.14:443
  5558. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7237 use: 1
  5559. 192.168.1.40:47446 52.85.104.114:80 192.168.0.6:47446 52.85.104.114:80
  5560. tcp: snat: 192.168.1.40 ==> 192.168.0.6 timeout: 17 use: 1
  5561. 192.168.1.27:56999 162.216.57.161:443 192.168.0.6:56999 162.216.57.161:443
  5562. tcp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 7414 use: 1
  5563. 192.168.1.3:56614 144.76.73.108:58937 192.168.0.6:56614 144.76.73.108:58937
  5564. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7375 use: 1
  5565. 192.168.1.73:49887 104.154.127.232:4070 192.168.0.6:49887 104.154.127.232:4070
  5566. tcp: snat: 192.168.1.73 ==> 192.168.0.6 timeout: 7433 use: 1
  5567. 192.168.1.40:54008 72.21.214.79:80 192.168.0.6:54008 72.21.214.79:80
  5568. tcp: snat: 192.168.1.40 ==> 192.168.0.6 timeout: 27 use: 1
  5569. 192.168.1.114:58609 172.217.6.206:443 192.168.0.6:58609 172.217.6.206:443
  5570. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 26 use: 1
  5571. 192.168.1.40:59984 207.171.178.6:123 192.168.0.6:59984 207.171.178.6:123
  5572. udp: snat: 192.168.1.40 ==> 192.168.0.6 timeout: 17 use: 1
  5573. 192.168.1.15:2190 172.217.197.189:443 192.168.0.6:2190 172.217.197.189:443
  5574. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7423 use: 1
  5575. 192.168.1.27:57935 172.217.6.194:443 192.168.0.6:57935 172.217.6.194:443
  5576. tcp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 7415 use: 1
  5577. 192.168.1.3:37308 185.148.3.35:54933 192.168.0.6:37308 185.148.3.35:54933
  5578. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7426 use: 1
  5579. 192.168.1.114:49267 31.13.71.7:443 192.168.0.6:49267 31.13.71.7:443
  5580. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 5 use: 1
  5581. 192.168.1.114:49262 172.217.10.72:443 192.168.0.6:49262 172.217.10.72:443
  5582. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7435 use: 1
  5583. 192.168.1.3:45652 185.56.20.14:54755 192.168.0.6:45652 185.56.20.14:54755
  5584. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7375 use: 1
  5585. 192.168.1.3:45628 185.56.20.14:54755 192.168.0.6:45628 185.56.20.14:54755
  5586. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7375 use: 1
  5587. 192.168.1.34:60037 52.85.104.206:80 192.168.0.6:60037 52.85.104.206:80
  5588. tcp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 16 use: 1
  5589. 192.168.1.114:49235 52.219.58.8:443 192.168.0.6:49235 52.219.58.8:443
  5590. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 105 use: 1
  5591. 192.168.1.208:39141 23.33.99.45:443 192.168.0.6:39141 23.33.99.45:443
  5592. tcp: snat: 192.168.1.208 ==> 192.168.0.6 timeout: 1697 use: 1
  5593. 192.168.1.3:57026 144.76.73.108:58937 192.168.0.6:57026 144.76.73.108:58937
  5594. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7375 use: 1
  5595. 192.168.1.3:54500 60.241.254.210:51413 192.168.0.6:54500 60.241.254.210:51413
  5596. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 119 use: 1
  5597. 192.168.1.114:49254 31.13.71.7:443 192.168.0.6:49254 31.13.71.7:443
  5598. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5599. 192.168.1.114:57711 172.217.10.2:443 192.168.0.6:57711 172.217.10.2:443
  5600. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7240 use: 2
  5601. 192.168.1.15:2787 40.97.126.178:443 192.168.0.6:2787 40.97.126.178:443
  5602. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7435 use: 1
  5603. 192.168.1.114:49164 167.206.87.88:80 192.168.0.6:49164 167.206.87.88:80
  5604. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7346 use: 1
  5605. 192.168.1.15:4892 173.194.206.188:5228 192.168.0.6:4892 173.194.206.188:5228
  5606. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7416 use: 1
  5607. 192.168.1.27:53003 173.194.205.188:5228 192.168.0.6:53003 173.194.205.188:5228
  5608. tcp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 7167 use: 1
  5609. 192.168.1.15:2616 162.250.5.75:5938 192.168.0.6:2616 162.250.5.75:5938
  5610. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7435 use: 1
  5611. 192.168.1.56:50124 208.54.7.212:123 192.168.0.6:50124 208.54.7.212:123
  5612. udp: snat: 192.168.1.56 ==> 192.168.0.6 timeout: 172 use: 1
  5613. 192.168.1.15:5049 104.27.146.228:443 192.168.0.6:5049 104.27.146.228:443
  5614. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7397 use: 1
  5615. 192.168.1.15:60686 162.254.192.101:27020 192.168.0.6:60686 162.254.192.101:27020
  5616. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7437 use: 1
  5617. 192.168.1.114:58599 151.101.210.109:443 192.168.0.6:58599 151.101.210.109:443
  5618. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7251 use: 1
  5619. 192.168.1.3:52874 5.79.77.46:50201 192.168.0.6:52874 5.79.77.46:50201
  5620. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7401 use: 1
  5621. 192.168.1.155:52361 163.172.141.219:53 192.168.0.6:52361 163.172.141.219:53
  5622. udp: snat: 192.168.1.155 ==> 192.168.0.6 timeout: 18 use: 1
  5623. 192.168.1.15:2734 104.18.36.238:80 192.168.0.6:2734 104.18.36.238:80
  5624. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7439 use: 1
  5625. 192.168.1.3:43750 185.56.20.18:57616 192.168.0.6:43750 185.56.20.18:57616
  5626. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7375 use: 1
  5627. 192.168.1.15:5135 172.217.10.74:443 192.168.0.6:5135 172.217.10.74:443
  5628. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7287 use: 1
  5629. 192.168.1.34:55800 52.94.228.85:443 192.168.0.6:55800 52.94.228.85:443
  5630. tcp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 6541 use: 1
  5631. 192.168.1.15:62042 52.35.187.130:443 192.168.0.6:62042 52.35.187.130:443
  5632. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7434 use: 1
  5633. 192.168.1.3:34002 104.27.145.205:80 192.168.0.6:34002 104.27.145.205:80
  5634. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 22 use: 1
  5635. 192.168.1.15:5093 172.217.12.142:443 192.168.0.6:5093 172.217.12.142:443
  5636. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7432 use: 1
  5637. 192.168.1.208:42416 23.23.60.197:443 192.168.0.6:42416 23.23.60.197:443
  5638. tcp: snat: 192.168.1.208 ==> 192.168.0.6 timeout: 1663 use: 1
  5639. 192.168.1.27:54644 162.216.57.161:443 192.168.0.6:54644 162.216.57.161:443
  5640. udp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 4 use: 1
  5641. 192.168.1.3:56406 144.76.73.108:58937 192.168.0.6:56406 144.76.73.108:58937
  5642. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7375 use: 1
  5643. 192.168.1.15:5081 193.59.178.227:443 192.168.0.6:5081 193.59.178.227:443
  5644. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 56 use: 2
  5645. 192.168.1.40:36798 104.154.127.35:4070 192.168.0.6:36798 104.154.127.35:4070
  5646. tcp: snat: 192.168.1.40 ==> 192.168.0.6 timeout: 7439 use: 1
  5647. 192.168.1.23:40482 34.240.53.34:5223 192.168.0.6:40482 34.240.53.34:5223
  5648. tcp: snat: 192.168.1.23 ==> 192.168.0.6 timeout: 6815 use: 1
  5649. 192.168.1.34:45830 72.21.192.213:123 192.168.0.6:45830 72.21.192.213:123
  5650. udp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 16 use: 1
  5651. 192.168.1.4:51488 188.172.214.41:5938 192.168.0.6:51488 188.172.214.41:5938
  5652. tcp: snat: 192.168.1.4 ==> 192.168.0.6 timeout: 7410 use: 1
  5653. 192.168.1.27:59302 172.217.7.2:443 192.168.0.6:59302 172.217.7.2:443
  5654. udp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 5 use: 1
  5655. 192.168.1.114:49247 172.217.3.109:443 192.168.0.6:49247 172.217.3.109:443
  5656. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5657. 192.168.1.155:14784 163.172.141.219:53 192.168.0.6:14784 163.172.141.219:53
  5658. udp: snat: 192.168.1.155 ==> 192.168.0.6 timeout: 18 use: 1
  5659. 192.168.1.15:60663 209.85.201.125:5222 192.168.0.6:60663 209.85.201.125:5222
  5660. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7416 use: 1
  5661. 192.168.1.75:55766 52.46.156.66:443 192.168.0.6:55766 52.46.156.66:443
  5662. tcp: snat: 192.168.1.75 ==> 192.168.0.6 timeout: 7430 use: 1
  5663. 192.168.1.3:33978 104.27.145.205:80 192.168.0.6:33978 104.27.145.205:80
  5664. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 20 use: 1
  5665. 192.168.1.34:40908 52.46.132.49:443 192.168.0.6:40908 52.46.132.49:443
  5666. tcp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 7424 use: 1
  5667. 192.168.1.114:49269 130.211.26.229:443 192.168.0.6:49269 130.211.26.229:443
  5668. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7436 use: 1
  5669. 192.168.1.114:58101 172.217.10.130:80 192.168.0.6:58101 172.217.10.130:80
  5670. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7239 use: 2
  5671. 192.168.1.3:45666 185.56.20.14:54755 192.168.0.6:45666 185.56.20.14:54755
  5672. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7375 use: 1
  5673. 192.168.1.3:35116 82.102.24.168:48397 192.168.0.6:35116 82.102.24.168:48397
  5674. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7396 use: 1
  5675. 192.168.1.15:60694 52.173.26.181:443 192.168.0.6:60694 52.173.26.181:443
  5676. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7409 use: 1
  5677. 192.168.1.41:40088 173.194.207.188:5228 192.168.0.6:40088 173.194.207.188:5228
  5678. tcp: snat: 192.168.1.41 ==> 192.168.0.6 timeout: 7427 use: 1
  5679. 192.168.1.15:60714 172.217.197.125:5222 192.168.0.6:60714 172.217.197.125:5222
  5680. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7438 use: 1
  5681. 192.168.1.155:24342 163.172.141.219:53 192.168.0.6:24342 163.172.141.219:53
  5682. udp: snat: 192.168.1.155 ==> 192.168.0.6 timeout: 18 use: 1
  5683. 192.168.1.3:34008 104.27.145.205:80 192.168.0.6:34008 104.27.145.205:80
  5684. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 24 use: 1
  5685. 192.168.1.155:62960 163.172.141.219:53 192.168.0.6:62960 163.172.141.219:53
  5686. udp: snat: 192.168.1.155 ==> 192.168.0.6 timeout: 18 use: 1
  5687. 192.168.1.114:58548 69.169.86.39:443 192.168.0.6:58548 69.169.86.39:443
  5688. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7231 use: 1
  5689. 192.168.1.36:40291 52.206.238.53:9543 192.168.0.6:40291 52.206.238.53:9543
  5690. tcp: snat: 192.168.1.36 ==> 192.168.0.6 timeout: 7400 use: 1
  5691. 192.168.1.4:57969 35.164.53.110:8883 192.168.0.6:57969 35.164.53.110:8883
  5692. tcp: snat: 192.168.1.4 ==> 192.168.0.6 timeout: 7410 use: 1
  5693. 192.168.1.56:50123 208.54.7.213:123 192.168.0.6:50123 208.54.7.213:123
  5694. udp: snat: 192.168.1.56 ==> 192.168.0.6 timeout: 168 use: 1
  5695. 192.168.1.114:49248 172.217.12.195:443 192.168.0.6:49248 172.217.12.195:443
  5696. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5697. 192.168.1.114:49236 13.107.4.52:80 192.168.0.6:49236 13.107.4.52:80
  5698. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7417 use: 1
  5699. 192.168.1.114:49256 31.13.71.7:443 192.168.0.6:49256 31.13.71.7:443
  5700. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5701. 192.168.1.67:43358 13.113.78.181:5223 192.168.0.6:43358 13.113.78.181:5223
  5702. tcp: snat: 192.168.1.67 ==> 192.168.0.6 timeout: 7413 use: 1
  5703. 192.168.1.27:41712 162.216.57.159:443 192.168.0.6:41712 162.216.57.159:443
  5704. udp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 37 use: 1
  5705. 192.168.1.114:49245 31.13.71.36:443 192.168.0.6:49245 31.13.71.36:443
  5706. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5707. 192.168.1.3:48740 192.131.44.118:60599 192.168.0.6:48740 192.131.44.118:60599
  5708. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7421 use: 1
  5709. 192.168.1.114:58426 104.18.98.194:443 192.168.0.6:58426 104.18.98.194:443
  5710. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7230 use: 1
  5711. 192.168.1.27:59601 172.217.9.238:443 192.168.0.6:59601 172.217.9.238:443
  5712. udp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 2 use: 1
  5713. 192.168.1.48:58909 18.219.62.95:443 192.168.0.6:58909 18.219.62.95:443
  5714. tcp: snat: 192.168.1.48 ==> 192.168.0.6 timeout: 7424 use: 1
  5715. 192.168.1.114:58071 172.217.10.130:80 192.168.0.6:58071 172.217.10.130:80
  5716. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7206 use: 1
  5717. 192.168.1.15:4510 172.217.6.206:443 192.168.0.6:4510 172.217.6.206:443
  5718. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7433 use: 1
  5719. 192.168.1.114:49264 130.211.16.53:443 192.168.0.6:49264 130.211.16.53:443
  5720. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7435 use: 2
  5721. 192.168.1.3:57390 185.45.195.180:20144 192.168.0.6:57390 185.45.195.180:20144
  5722. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7423 use: 1
  5723. 192.168.1.114:58320 172.217.6.226:443 192.168.0.6:58320 172.217.6.226:443
  5724. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7237 use: 1
  5725. 192.168.1.114:49234 52.114.74.43:443 192.168.0.6:49234 52.114.74.43:443
  5726. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 2 use: 1
  5727. 192.168.1.75:55956 23.23.78.0:33434 192.168.0.6:55956 23.23.78.0:33434
  5728. udp: snat: 192.168.1.75 ==> 192.168.0.6 timeout: 14 use: 1
  5729. 192.168.1.15:3222 40.97.190.2:443 192.168.0.6:3222 40.97.190.2:443
  5730. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7423 use: 1
  5731. 192.168.1.15:5185 162.125.18.133:443 192.168.0.6:5185 162.125.18.133:443
  5732. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7407 use: 1
  5733. 192.168.1.114:57956 104.102.91.209:80 192.168.0.6:57956 104.102.91.209:80
  5734. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7248 use: 1
  5735. 192.168.1.3:44956 91.121.19.126:51103 192.168.0.6:44956 91.121.19.126:51103
  5736. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7420 use: 1
  5737. 192.168.1.114:49201 23.192.7.46:80 192.168.0.6:49201 23.192.7.46:80
  5738. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7416 use: 1
  5739. 192.168.1.114:49203 23.192.7.46:443 192.168.0.6:49203 23.192.7.46:443
  5740. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7416 use: 1
  5741. 192.168.1.29:51463 172.217.10.138:443 192.168.0.6:51463 172.217.10.138:443
  5742. tcp: snat: 192.168.1.29 ==> 192.168.0.6 timeout: 7296 use: 1
  5743. 192.168.1.15:2088 172.217.12.174:443 192.168.0.6:2088 172.217.12.174:443
  5744. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7427 use: 1
  5745. 192.168.1.15:60781 13.89.187.212:443 192.168.0.6:60781 13.89.187.212:443
  5746. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 6182 use: 1
  5747. 192.168.1.23:44582 209.85.201.188:5228 192.168.0.6:44582 209.85.201.188:5228
  5748. tcp: snat: 192.168.1.23 ==> 192.168.0.6 timeout: 7425 use: 1
  5749. 192.168.1.208:39140 23.33.99.45:443 192.168.0.6:39140 23.33.99.45:443
  5750. tcp: snat: 192.168.1.208 ==> 192.168.0.6 timeout: 1697 use: 1
  5751. 192.168.1.114:58385 209.85.201.188:5228 192.168.0.6:58385 209.85.201.188:5228
  5752. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7221 use: 1
  5753. 192.168.1.114:58338 172.217.12.206:443 192.168.0.6:58338 172.217.12.206:443
  5754. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7237 use: 1
  5755. 192.168.1.34:35123 72.21.214.79:80 192.168.0.6:35123 72.21.214.79:80
  5756. tcp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 26 use: 1
  5757. 192.168.1.114:49237 52.114.128.9:443 192.168.0.6:49237 52.114.128.9:443
  5758. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7418 use: 1
  5759. 192.168.1.52:50341 104.155.18.91:443 192.168.0.6:50341 104.155.18.91:443
  5760. tcp: snat: 192.168.1.52 ==> 192.168.0.6 timeout: 7429 use: 1
  5761. 192.168.1.3:34012 104.27.145.205:80 192.168.0.6:34012 104.27.145.205:80
  5762. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 25 use: 2
  5763. 192.168.1.27:54027 172.217.9.246:443 192.168.0.6:54027 172.217.9.246:443
  5764. udp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 168 use: 1
  5765. 192.168.1.3:37434 172.104.211.98:443 192.168.0.6:37434 172.104.211.98:443
  5766. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7425 use: 1
  5767. 192.168.1.3:44806 46.182.109.195:62102 192.168.0.6:44806 46.182.109.195:62102
  5768. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7399 use: 1
  5769. 192.168.1.3:52956 93.176.178.160:51413 192.168.0.6:52956 93.176.178.160:51413
  5770. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 21 use: 1
  5771. 192.168.1.114:58466 199.232.38.2:443 192.168.0.6:58466 199.232.38.2:443
  5772. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7230 use: 1
  5773. 192.168.1.27:58102 172.217.12.138:443 192.168.0.6:58102 172.217.12.138:443
  5774. tcp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 7408 use: 1
  5775. 192.168.1.114:58530 96.6.160.234:443 192.168.0.6:58530 96.6.160.234:443
  5776. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7241 use: 1
  5777. 192.168.1.3:45170 81.171.8.90:10153 192.168.0.6:45170 81.171.8.90:10153
  5778. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7368 use: 1
  5779. 192.168.1.114:58196 23.192.65.167:443 192.168.0.6:58196 23.192.65.167:443
  5780. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7214 use: 1
  5781. 192.168.1.207:35853 52.72.46.22:443 192.168.0.6:35853 52.72.46.22:443
  5782. tcp: snat: 192.168.1.207 ==> 192.168.0.6 timeout: 1413 use: 1
  5783. 192.168.1.114:49232 52.114.74.43:443 192.168.0.6:49232 52.114.74.43:443
  5784. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 1 use: 1
  5785. 192.168.1.208:50638 34.254.141.153:5223 192.168.0.6:50638 34.254.141.153:5223
  5786. tcp: snat: 192.168.1.208 ==> 192.168.0.6 timeout: 1732 use: 1
  5787. 192.168.1.114:49250 172.217.10.10:443 192.168.0.6:49250 172.217.10.10:443
  5788. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5789. 192.168.1.114:49255 172.217.10.14:443 192.168.0.6:49255 172.217.10.14:443
  5790. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5791. 192.168.1.114:49169 216.93.253.12:3158 192.168.0.6:49169 216.93.253.12:3158
  5792. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7409 use: 1
  5793. 192.168.1.3:57298 91.121.19.126:51103 192.168.0.6:57298 91.121.19.126:51103
  5794. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7420 use: 1
  5795. 192.168.1.4:57590 54.174.190.185:443 192.168.0.6:57590 54.174.190.185:443
  5796. tcp: snat: 192.168.1.4 ==> 192.168.0.6 timeout: 7438 use: 1
  5797. 192.168.1.114:57980 172.217.10.130:80 192.168.0.6:57980 172.217.10.130:80
  5798. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7239 use: 1
  5799. 192.168.1.56:4500 208.54.90.21:4500 192.168.0.6:4500 208.54.90.21:4500
  5800. udp: snat: 192.168.1.56 ==> 192.168.0.6 timeout: 165 use: 1
  5801. 192.168.1.75:34351 23.23.78.0:33434 192.168.0.6:34351 23.23.78.0:33434
  5802. udp: snat: 192.168.1.75 ==> 192.168.0.6 timeout: 19 use: 1
  5803. 192.168.1.3:43816 95.148.85.239:33063 192.168.0.6:43816 95.148.85.239:33063
  5804. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7428 use: 1
  5805. 192.168.1.114:49258 31.13.71.7:443 192.168.0.6:49258 31.13.71.7:443
  5806. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 4 use: 1
  5807. 192.168.1.15:2819 40.97.126.50:443 192.168.0.6:2819 40.97.126.50:443
  5808. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7427 use: 2
  5809. 192.168.1.114:49265 172.217.10.78:443 192.168.0.6:49265 172.217.10.78:443
  5810. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7435 use: 1
  5811. 192.168.1.34:33894 52.46.133.39:443 192.168.0.6:33894 52.46.133.39:443
  5812. tcp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 92 use: 1
  5813. 192.168.1.15:4702 40.97.154.66:443 192.168.0.6:4702 40.97.154.66:443
  5814. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7433 use: 1
  5815. 192.168.1.40:46132 205.251.243.55:443 192.168.0.6:46132 205.251.243.55:443
  5816. tcp: snat: 192.168.1.40 ==> 192.168.0.6 timeout: 7401 use: 1
  5817. 192.168.1.67:42230 18.188.250.214:443 192.168.0.6:42230 18.188.250.214:443
  5818. tcp: snat: 192.168.1.67 ==> 192.168.0.6 timeout: 7407 use: 1
  5819. 192.168.1.114:49260 31.13.71.7:443 192.168.0.6:49260 31.13.71.7:443
  5820. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 4 use: 1
  5821. 192.168.1.114:58075 35.186.236.204:443 192.168.0.6:58075 35.186.236.204:443
  5822. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7239 use: 1
  5823. 192.168.1.3:44204 83.149.125.57:25612 192.168.0.6:44204 83.149.125.57:25612
  5824. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7417 use: 1
  5825. 192.168.1.64:43422 172.217.10.227:80 192.168.0.6:43422 172.217.10.227:80
  5826. tcp: snat: 192.168.1.64 ==> 192.168.0.6 timeout: 7426 use: 2
  5827. 192.168.1.3:34000 104.27.145.205:80 192.168.0.6:34000 104.27.145.205:80
  5828. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 22 use: 1
  5829. 192.168.1.34:58328 52.73.171.10:443 192.168.0.6:58328 52.73.171.10:443
  5830. tcp: snat: 192.168.1.34 ==> 192.168.0.6 timeout: 7393 use: 1
  5831. 192.168.1.27:40414 172.217.10.42:443 192.168.0.6:40414 172.217.10.42:443
  5832. tcp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 9 use: 1
  5833. 192.168.1.114:57445 216.93.253.12:3158 192.168.0.6:57445 216.93.253.12:3158
  5834. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7404 use: 1
  5835. 192.168.1.114:57638 172.217.10.138:443 192.168.0.6:57638 172.217.10.138:443
  5836. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 28 use: 1
  5837. 192.168.1.114:58384 31.13.71.1:443 192.168.0.6:58384 31.13.71.1:443
  5838. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7244 use: 1
  5839. 192.168.1.3:52990 93.176.178.160:51413 192.168.0.6:52990 93.176.178.160:51413
  5840. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 27 use: 1
  5841. 192.168.1.114:58416 104.244.46.80:443 192.168.0.6:58416 104.244.46.80:443
  5842. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7227 use: 1
  5843. 192.168.1.40:36994 52.46.136.77:443 192.168.0.6:36994 52.46.136.77:443
  5844. tcp: snat: 192.168.1.40 ==> 192.168.0.6 timeout: 7429 use: 1
  5845. 192.168.1.4:60239 172.217.7.10:443 192.168.0.6:60239 172.217.7.10:443
  5846. tcp: snat: 192.168.1.4 ==> 192.168.0.6 timeout: 7434 use: 1
  5847. 192.168.1.21:58807 162.216.57.163:443 192.168.0.6:58807 162.216.57.163:443
  5848. udp: snat: 192.168.1.21 ==> 192.168.0.6 timeout: 171 use: 1
  5849. 192.168.1.114:49257 31.13.71.7:443 192.168.0.6:49257 31.13.71.7:443
  5850. tcp: snat: 192.168.1.114 ==> 192.168.0.6 timeout: 7434 use: 1
  5851. 192.168.1.3:33972 104.27.145.205:80 192.168.0.6:33972 104.27.145.205:80
  5852. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 19 use: 1
  5853. 192.168.1.3:41614 198.211.120.59:443 192.168.0.6:41614 198.211.120.59:443
  5854. tcp: snat: 192.168.1.3 ==> 192.168.0.6 timeout: 7431 use: 2
  5855. 192.168.1.75:51600 3.89.203.122:443 192.168.0.6:51600 3.89.203.122:443
  5856. tcp: snat: 192.168.1.75 ==> 192.168.0.6 timeout: 7414 use: 1
  5857. 192.168.1.40:53619 52.216.128.75:80 192.168.0.6:53619 52.216.128.75:80
  5858. tcp: snat: 192.168.1.40 ==> 192.168.0.6 timeout: 7427 use: 1
  5859. 192.168.1.15:5102 77.79.249.197:443 192.168.0.6:5102 77.79.249.197:443
  5860. tcp: snat: 192.168.1.15 ==> 192.168.0.6 timeout: 7395 use: 1
  5861. 192.168.1.27:35212 172.217.10.14:443 192.168.0.6:35212 172.217.10.14:443
  5862. udp: snat: 192.168.1.27 ==> 192.168.0.6 timeout: 167 use: 1
  5863.  
  5864. ----------------
  5865. NETFLOW
  5866. ----------------
  5867. Netflow is not configured
  5868.  
  5869. ----------------
  5870. OPENVPN
  5871. ----------------
  5872. OpenVPN is not configured
  5873.  
  5874. ----------------
  5875. OSPF
  5876. ----------------
  5877. OSPF is not configured
  5878.  
  5879. ----------------
  5880. OSPFV3
  5881. ----------------
  5882. OSPFV3 is not configured
  5883.  
  5884. ----------------
  5885. Policy
  5886. ----------------
  5887. Policy is not configured
  5888.  
  5889. ----------------
  5890. Traffic Policy
  5891. ----------------
  5892. Traffic-Policy is not configured
  5893.  
  5894. ----------------
  5895. RIP
  5896. ----------------
  5897. RIP is not configured
  5898.  
  5899. ----------------
  5900. RIPNG
  5901. ----------------
  5902. RIPNG is not configured
  5903.  
  5904. ----------------
  5905. VPN-L2TP
  5906. ----------------
  5907. VPN L2TP is not configured
  5908.  
  5909. ----------------
  5910. VPN-PPTP
  5911. ----------------
  5912. VPN PPTP is not configured
  5913.  
  5914. ----------------
  5915. VRRP
  5916. ----------------
  5917. VRRP is not configured
  5918.  
  5919. ----------------
  5920. WAN LOAD BALANCING
  5921. ----------------
  5922. Wan Load Balance is not configured
  5923.  
  5924. ----------------
  5925. WEBPROXY/URL-FILTERING
  5926. ----------------
  5927. Webproxy/URL-filtering is not configured
  5928.  
  5929. ----------------
  5930. END OF TECH-SUPPORT FILE
  5931. ----------------
  5932. admin@UniFiSecurityGateway:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement