Difference between revisions of "Creating an Asterisk exchange with 3G dongle"
From MyWiki
Line 1: | Line 1: | ||
[[ Script to connect E160 dongle ]] to broadband<br> | [[ Script to connect E160 dongle ]] to broadband<br> | ||
[[ Install Asterisk manually on Raspbian ]] ie not using raspbx<br> | [[ Install Asterisk manually on Raspbian ]] ie not using raspbx<br> | ||
+ | [[ IP Forwarding and iptables configuration ]] when using the Pi as a router ( with WiFi Access point ) | ||
'''Forwarding must be enabled'''<br> | '''Forwarding must be enabled'''<br> |
Revision as of 12:56, 14 March 2015
Script to connect E160 dongle to broadband
Install Asterisk manually on Raspbian ie not using raspbx
IP Forwarding and iptables configuration when using the Pi as a router ( with WiFi Access point )
Forwarding must be enabled
root@raspbx:~# cat /proc/sys/net/ipv4/ip_forward
0
root@raspbx:~# sysctl -w net.ipv4.ip_forward=1
net.ipv4.ip_forward = 1
root@raspbx:~# cat /proc/sys/net/ipv4/ip_forward
1
root@raspbx:~#