Dani,
That is EXACTLY what I'm seeking...!
Has anyone compiled ampr-ripd v1.13 for MIPS 74Kc - Linux?
- Lynwood KB3VWG
On 08/13/2015 03:00 PM, 44net-request@hamradio.ucsd.edu wrote:
My router happens to be PPC instead of the more common MIPS. If your router is also PPC by chance, then I can send you the ampr-ripd binary to save you the process of cross-compiling.
El 14/08/15 a las 02:55, lleachii--- via 44Net escribió:
(Please trim inclusions from previous messages) _______________________________________________ Dani,
That is EXACTLY what I'm seeking...!
Has anyone compiled ampr-ripd v1.13 for MIPS 74Kc - Linux?
Dear Lynwood,
If you don't find someone, you could try to do it yourself:
http://wiki.openwrt.org/doc/devel/crosscompile
For that you'll have to know your OpenWRT target, as listed here:
http://wiki.openwrt.org/toh/toh_old_start
Another option, which may be easier than finding some ampr-ripd binary is to find someone with the correct buildroot installed and ask him to compile ampr-ripd for you. With the buildroot installed, it's a couple of minutes process, so perhaps an OpenWRT developer would lend a hand.
73,
Dani EA4GPZ.
All,
OK!
- I've managed to cross-compile ampr-ripd v1.13 OpenWrt-ar71xx-for-mips_34kc The file is located at: http://44.60.44.10/amprnet_docs/ When executing, I receive: "Tunnel socket: Setting SO_BINDTODEVICE: No such device" My understanding is that's accurate until I setup tunl0
- I've installed kmod-ipip on OpenWRT.
Does any know how to create an IPENCAP tunnel on OpenWRT?
- Lynwood
All,
I have successfully moved my AMPR Gateway instance to OpenWRT:
please test http://44.60.44.10 and DNS 44.60.44.3 ping router 44.60.44.1 ping PC 44.60.44.14
- I installed the kmod-ipip package - copied ampr-ripd to the device - Added ICMP forward rule to all AMPR hosts - Added HTTP forward rule for 44.60.44.10 - Added DNS forward rule for 44.60.44.3 - Added Outbound forward Rule for all hosts
#Custom Firewall Script ifconfig tunl0 mtu 1480 up ## OpenWRT doesn't like Port Forwards for non TCP/UDP/ICMP ## So I manually inserted it ### See: https://dev.openwrt.org/ticket/20032 iptables -t filter -I INPUT -p 4 -i eth0.2 -j ACCEPT ./home/ampr-ripd -p <PASSWORD> -t 44 -a 44.60.44.0/24 ###(currently sitting on a USB, will move to hardware soon) ip route add default dev tunl0 via 169.228.66.251 onlink table 44 ip route add 44.60.44.0/24 src 44.60.44.1 dev br-amprnet table 44 ###OPTIONAL FOR LAN### ip route add 192.168.0.0/16 src 192.168.x.x dev br-lan table 44 ### ip rule add to 44.0.0.0/8 table 44 priority 44 ip rule add from 44.0.0.0/8 table 44 priority 45
- Lynwood KB3VWG
El 15/08/15 a las 02:40, lleachii--- via 44Net escribió:
(Please trim inclusions from previous messages) _______________________________________________ All,
I have successfully moved my AMPR Gateway instance to OpenWRT:
please test http://44.60.44.10 and DNS 44.60.44.3 ping router 44.60.44.1 ping PC 44.60.44.14
Dear Lynwood,
Congrats on your setup. I have tested all of these and, apart from the PC ping (which is probably off right now), they are working.
73,
Dani EA4GPZ.
Hi Lynwood
All good from 44.131.243.1.
PING 44.60.44.3 (44.60.44.3): 56 data bytes 64 bytes from 44.60.44.3: icmp_seq=0 ttl=62 time=107.688 ms 64 bytes from 44.60.44.3: icmp_seq=1 ttl=62 time=105.972 ms 64 bytes from 44.60.44.3: icmp_seq=2 ttl=62 time=104.515 ms 64 bytes from 44.60.44.3: icmp_seq=3 ttl=62 time=107.509 ms
--- 44.60.44.3 ping statistics --- 4 packets transmitted, 4 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 104.515/106.421/107.688/1.287 ms
PING 44.60.44.1 (44.60.44.1): 56 data bytes 64 bytes from 44.60.44.1: icmp_seq=0 ttl=63 time=106.463 ms 64 bytes from 44.60.44.1: icmp_seq=1 ttl=63 time=106.457 ms
--- 44.60.44.1 ping statistics --- 2 packets transmitted, 2 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 106.457/106.460/106.463/0.003 ms
PING 44.60.44.14 (44.60.44.14): 56 data bytes 64 bytes from 44.60.44.14: icmp_seq=0 ttl=62 time=109.964 ms 64 bytes from 44.60.44.14: icmp_seq=1 ttl=62 time=108.486 ms
--- 44.60.44.14 ping statistics --- 2 packets transmitted, 2 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 108.486/109.225/109.964/0.739 ms
I can also access your weblink.
Nice job.
Regards
Andy Brittain G0HXT g0hxt@greatbrittain.co.uk
On 15 Aug 2015, at 01:40, lleachii--- via 44Net 44net@hamradio.ucsd.edu wrote:
(Please trim inclusions from previous messages) _______________________________________________ All,
I have successfully moved my AMPR Gateway instance to OpenWRT:
please test http://44.60.44.10 and DNS 44.60.44.3 ping router 44.60.44.1 ping PC 44.60.44.14
- I installed the kmod-ipip package
- copied ampr-ripd to the device
- Added ICMP forward rule to all AMPR hosts
- Added HTTP forward rule for 44.60.44.10
- Added DNS forward rule for 44.60.44.3
- Added Outbound forward Rule for all hosts
#Custom Firewall Script ifconfig tunl0 mtu 1480 up ## OpenWRT doesn't like Port Forwards for non TCP/UDP/ICMP ## So I manually inserted it ### See: https://dev.openwrt.org/ticket/20032 iptables -t filter -I INPUT -p 4 -i eth0.2 -j ACCEPT ./home/ampr-ripd -p <PASSWORD> -t 44 -a 44.60.44.0/24 ###(currently sitting on a USB, will move to hardware soon) ip route add default dev tunl0 via 169.228.66.251 onlink table 44 ip route add 44.60.44.0/24 src 44.60.44.1 dev br-amprnet table 44 ###OPTIONAL FOR LAN### ip route add 192.168.0.0/16 src 192.168.x.x dev br-lan table 44 ### ip rule add to 44.0.0.0/8 table 44 priority 44 ip rule add from 44.0.0.0/8 table 44 priority 45
- Lynwood
KB3VWG
44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net
Correction on my last Lynwood, I was hitting you from 44.131.243.2. Minor difference as .1 is my gateway.
Out of interest, again this is minor. When I hit the weblink I get file listings until I go to the homepage folder and then it formats.
Is your default homepage set correctly? I much prefer the Drupal site on http://kb3vwg.ampr.org http://kb3vwg.ampr.org/ :-).
Regards
Andy Brittain G0HXT g0hxt@greatbrittain.co.uk
On 15 Aug 2015, at 10:10, Andy Brittain g0hxt@greatbrittain.co.uk wrote:
(Please trim inclusions from previous messages) _______________________________________________ Hi Lynwood
All good from 44.131.243.1.
PING 44.60.44.3 (44.60.44.3): 56 data bytes 64 bytes from 44.60.44.3: icmp_seq=0 ttl=62 time=107.688 ms 64 bytes from 44.60.44.3: icmp_seq=1 ttl=62 time=105.972 ms 64 bytes from 44.60.44.3: icmp_seq=2 ttl=62 time=104.515 ms 64 bytes from 44.60.44.3: icmp_seq=3 ttl=62 time=107.509 ms
--- 44.60.44.3 ping statistics --- 4 packets transmitted, 4 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 104.515/106.421/107.688/1.287 ms
PING 44.60.44.1 (44.60.44.1): 56 data bytes 64 bytes from 44.60.44.1: icmp_seq=0 ttl=63 time=106.463 ms 64 bytes from 44.60.44.1: icmp_seq=1 ttl=63 time=106.457 ms
--- 44.60.44.1 ping statistics --- 2 packets transmitted, 2 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 106.457/106.460/106.463/0.003 ms
PING 44.60.44.14 (44.60.44.14): 56 data bytes 64 bytes from 44.60.44.14: icmp_seq=0 ttl=62 time=109.964 ms 64 bytes from 44.60.44.14: icmp_seq=1 ttl=62 time=108.486 ms
--- 44.60.44.14 ping statistics --- 2 packets transmitted, 2 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 108.486/109.225/109.964/0.739 ms
I can also access your weblink.
Nice job.
Regards
Andy Brittain G0HXT g0hxt@greatbrittain.co.uk
On 15 Aug 2015, at 01:40, lleachii--- via 44Net 44net@hamradio.ucsd.edu wrote:
(Please trim inclusions from previous messages) _______________________________________________ All,
I have successfully moved my AMPR Gateway instance to OpenWRT:
please test http://44.60.44.10 and DNS 44.60.44.3 ping router 44.60.44.1 ping PC 44.60.44.14
- I installed the kmod-ipip package
- copied ampr-ripd to the device
- Added ICMP forward rule to all AMPR hosts
- Added HTTP forward rule for 44.60.44.10
- Added DNS forward rule for 44.60.44.3
- Added Outbound forward Rule for all hosts
#Custom Firewall Script ifconfig tunl0 mtu 1480 up ## OpenWRT doesn't like Port Forwards for non TCP/UDP/ICMP ## So I manually inserted it ### See: https://dev.openwrt.org/ticket/20032 iptables -t filter -I INPUT -p 4 -i eth0.2 -j ACCEPT ./home/ampr-ripd -p <PASSWORD> -t 44 -a 44.60.44.0/24 ###(currently sitting on a USB, will move to hardware soon) ip route add default dev tunl0 via 169.228.66.251 onlink table 44 ip route add 44.60.44.0/24 src 44.60.44.1 dev br-amprnet table 44 ###OPTIONAL FOR LAN### ip route add 192.168.0.0/16 src 192.168.x.x dev br-lan table 44 ### ip rule add to 44.0.0.0/8 table 44 priority 44 ip rule add from 44.0.0.0/8 table 44 priority 45
- Lynwood
KB3VWG
44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net