Login  Register

Interesting?

Posted by Grommish on Jun 04, 2020; 5:11am
URL: https://itus.accessinnov.com/FIRMWARE-Itus-Shield-v2-tp2014p2040.html

I don't know what happened to the forum, but the permissions were changed.  I've corrected this.

The build laptop is still in pieces, I'm awaiting a new boot m.2 and a internal cable.  Once it's back together, I'll start working on bridge mode in earnest.

I've got the network config for it already figured out, but I want to look into some things like port-mirroring with packet scanning rather than snort for the bridge.  I just can't do anything until I can compile again.

Hopefully by the weekend!

In case anyone feels like messing around with bridge mode:

This is the uci network config.  It bridges eth0/eth2 and pulls a DHCP IP for administrator from eth1 (you can static this, but I'll leave it to the end-user since I can't be sure what IP range they'd be using)



network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fd18:0640:804c::/48'
network.globals.packet_steering='1'
network.lan=interface
network.lan.type='bridge'
network.lan.ifname='eth0 eth2'
network.lan.proto='none'
network.admin=interface
network.admin.ifname='eth1'
network.admin.proto='dhcp'
network.admin.hostname='Shield-Admin'

I'd also disable firewall, snort, adblock and banip for bridge mode, since they won't do anything anyway.
Running Itus Shield v2 Firmware