Difference between revisions of "Creating an Asterisk exchange with 3G dongle"

From MyWiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
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 connexted )
'''Forwarding must be enabled'''<br>
+
root@raspbx:~# cat /proc/sys/net/ipv4/ip_forward<br>
+
0<br>
+
root@raspbx:~# sysctl -w net.ipv4.ip_forward=1<br>
+
net.ipv4.ip_forward = 1<br>
+
root@raspbx:~# cat /proc/sys/net/ipv4/ip_forward<br>
+
1<br>
+
root@raspbx:~#
+

Latest revision as of 12:59, 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 connexted )