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(a)greatbrittain.co.uk
On 15 Aug 2015, at 01:40, lleachii--- via 44Net
<44net(a)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(a)hamradio.ucsd.edu
http://hamradio.ucsd.edu/mailman/listinfo/44net