top of page

Forum Posts

darick_c
Sep 16, 2023
In Interceptor Software Use
First, I want to say thank you to the team for providing OpenWrt and OMV images. That being said, I'm having issues with getting OpenWrt to work. I have configured port 0 to be wan and bridged ports 1-3 and configured those for lan with a static ip and dhcp. My computer will get an IP address assigned and I can access the web interface without issues, but I cannot access the internet (can't access sites or ping an ip, ex. 8.8.8.8). If I ssh into OpenWrt, then I am able to access the internet. I have setup another computer with four ports the same way and it is working fine. Am I missing something in my configurations? /etc/config/network config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fdd3:4ca8:c207::/48' config device option type 'bridge' option name 'br-lan' list ports 'swp1' list ports 'swp2' list ports 'swp3' config interface 'lan' option proto 'static' option device 'br-lan' option ipaddr '192.168.2.1' option netmask '255.255.255.0' config interface 'wan' option proto 'dhcp' option device 'swp0' /etc/config/dhcp config dnsmasq option domainneeded '1' option localise_queries '1' option rebind_protection '1' option rebind_localhost '1' option local '/lan/' option domain 'lan' option expandhosts '1' option authoritative '1' option readethers '1' option leasefile '/tmp/dhcp.leases' option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto' option localservice '1' option ednspacket_max '1232' config dhcp 'lan' option interface 'lan' option start '100' option limit '150' option leasetime '12h' config dhcp 'wan' option interface 'wan' option ignore '1' config odhcpd 'odhcpd' option maindhcp '0' option leasefile '/tmp/hosts/odhcpd' option leasetrigger '/usr/sbin/odhcpd-update' option loglevel '4' /etc/config/firewall config defaults option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'lan' option input 'ACCEPT' option output 'ACCEPT' option forward 'ACCEPT' list network 'lan' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' list network 'wan6' config forwarding option src 'lan' option dest 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-IPSec-ESP' option src 'wan' option dest 'lan' option proto 'esp' option target 'ACCEPT' config rule option name 'Allow-ISAKMP' option src 'wan' option dest 'lan' option dest_port '500' option proto 'udp' option target 'ACCEPT' Thank you for any help you can provide.
0
1
56
darick_c
Aug 15, 2023
In Interceptor Software Use
I've been running on the raspberry pi os for some time now and was running the interceptor images before that. I have a cm4 lite and I've flashed a usb stick with the latest interceptor image using raspberry pi imager running on another raspberry pi 4 (I had issues using windows). I see a the axzez boot screen and then the boot menu with only the options "System Info" and "U-Boot Console". No option to live boot or install. I've tried with and without the ssd connected. Why would I not be getting the live boot and istall options? Any help would be great.
0
3
51
darick_c
May 04, 2023
In Interceptor Software Use
How would I use the interceptor board with OpenWrt? I flashed the latest img to a usb stick. Resized the second partition to fill the entire drive. Then changed the cmdline.txt to the following: console=serial0,115200 console=tty1 root=PARTUUID=5452574f-02 rootfstype=squashfs,ext4 rootwait It seems to start booting ok but seems to get stuck. Is it because the drivers aren't in the kernel they are using? Do I need to compile my own image and patch it? Would I need to do anything with the swconfig?
OpenWrt content media
0
1
30
darick_c
Jun 17, 2022
In Interceptor Software Use
I would like to make the lan ports behave more like a switch, where the router plugged in the wan port assigns the IP address to anything plugged into them instead of the dhcp server running on the board. In the FAQ it says "These ports can be reconfigured with the following commands" but then gives commands for the wireless adapter and not for the lan ports. How can I make them passthrough?
1
2
157
darick_c
Jun 14, 2022
In Interceptor Software Use
I'm not able to boot the Interceptor OS from a USB thumb drive. I don't have any problems booting Raspberry Pi OS. I'm not sure what I'm missing. Please see photos for more info.
Unable to boot OS from USB content media
1
2
227
darick_c
Apr 28, 2022
In Interceptor Software Use
Where can I download the swconfig? It isn't in the download section.
0
8
182
Forum Posts: Members_Page

darick_c

More actions
bottom of page