Managed to resolve my issue by adding the following:
pre-up iptables-restore < /etc/network/iptables.rules
to
/etc/network/interfaces.
Search found 4 matches
- Sun Jul 14, 2019 10:27 pm
- Forum: Beginners
- Topic: iptables not saving after reboot
- Replies: 7
- Views: 3990
- Wed Jul 10, 2019 9:10 am
- Forum: Beginners
- Topic: iptables not saving after reboot
- Replies: 7
- Views: 3990
Re: iptables not saving after reboot
Output of iptables commands pi@raspberrypi:~ $ sudo iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination pi@raspberrypi:~ $ sudo iptables -t nat -L C...
- Tue Jul 09, 2019 9:32 pm
- Forum: Beginners
- Topic: iptables not saving after reboot
- Replies: 7
- Views: 3990
Re: iptables not saving after reboot
Never knew DNSMasq was a DHCP Server
Will uninstall isc and config dnsmasq as the dhcp server
Will check the out put of the iptables command
Will uninstall isc and config dnsmasq as the dhcp server
Will check the out put of the iptables command
- Mon Jul 08, 2019 11:05 pm
- Forum: Beginners
- Topic: iptables not saving after reboot
- Replies: 7
- Views: 3990
iptables not saving after reboot
Have a Pi 3B+ with latest Raspbian Buster with desktop installed Have also installed a USB to ethernet dongle Have installed and have up and running Isc-dhcp server Dnsmasq Openvpn Network config is as follows: ADSL modem -> eth0 RPi ----> eth1 Pi -> switch -> home PC’s I have followed a guide on th...