about the redirection stuff:
PirateBox-Scripts on OpenWRT are designed to use 192.168.1.1 on default. Because of this, the redirection and some other things fail, if you change the network-configuration without changing the piratebox.conf.
If everything works fine, after you change the PirateBox' IP to 192.168.1.1 we are going further with the installation of the kareha imageboard:
Change the network-configuration for "lan" to the already posted configuration (check if 192.168.1.111 is still free):
and run
while it reboots, reconnect your piratebox to your router via wired.
After you are able to connect to 192.168.1.111 again, run
If this is ok, then run:
/opt/piratebox/bin/install_piratebox.sh /opt/piratebox/conf/piratebox.conf imageboard
hope this works now
Matthias
PirateBox-Scripts on OpenWRT are designed to use 192.168.1.1 on default. Because of this, the redirection and some other things fail, if you change the network-configuration without changing the piratebox.conf.
If everything works fine, after you change the PirateBox' IP to 192.168.1.1 we are going further with the installation of the kareha imageboard:
Change the network-configuration for "lan" to the already posted configuration (check if 192.168.1.111 is still free):
config interface 'lan' option ifname 'eth0' option type 'bridge' option proto 'static' option netmask '255.255.255.0' option gateway '192.168.1.1' list dns '192.168.1.1' list dns '8.8.8.8' option ipaddr '192.168.1.111'
and run
reboot
while it reboots, reconnect your piratebox to your router via wired.
After you are able to connect to 192.168.1.111 again, run
/etc/init.d/piratebox nodnsafter this, you should be able to ping google.com (and the IP in the output should not be 192.168.1.1).
If this is ok, then run:
/opt/piratebox/bin/install_piratebox.sh /opt/piratebox/conf/piratebox.conf imageboard
hope this works now
Matthias