User Tools

Site Tools


adsl_modem

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
adsl_modem [2012/02/18 13:23]
pbix [Introduction]
adsl_modem [2013/05/21 16:03] (current)
eric
Line 1: Line 1:
 ====== Accessing your ADSL modem In Bridge Mode ====== ====== Accessing your ADSL modem In Bridge Mode ======
-{{INLINETOC 2 4 }} + 
 +  
 ===== Introduction ===== ===== Introduction =====
 Gargoyle supports PPPoE connections over ADSL links.  ADSL links use phone lines as there physical connection to the internet.  The phone line requires special modem equipment on both ends and filters to allow the line to be simultaneously used as a phone connection.  Gargoyle does not support PPPoA connections directly. Gargoyle supports PPPoE connections over ADSL links.  ADSL links use phone lines as there physical connection to the internet.  The phone line requires special modem equipment on both ends and filters to allow the line to be simultaneously used as a phone connection.  Gargoyle does not support PPPoA connections directly.
Line 17: Line 18:
 If you are unable to get DHCP to work on your modem in 'bridged' mode you can read further on how to manually configure your router to overcome this issue. If you are unable to get DHCP to work on your modem in 'bridged' mode you can read further on how to manually configure your router to overcome this issue.
  
-===== Manual Configuring for modem access =====+===== Steps to manually configure modem access =====
 For most people the above introduction section is all you need to read to properly configure your router.  However, if you cannot get the DHCP server on your modem to function in 'bridge mode' you can manually configure this function. For most people the above introduction section is all you need to read to properly configure your router.  However, if you cannot get the DHCP server on your modem to function in 'bridge mode' you can manually configure this function.
  
Line 45: Line 46:
 future. future.
  
-==== Gargoyle Router Setup ==== +==== Manually Configuring your Gargoyle router ==== 
-The default AP mode is fine, setup from the GUI.+Locate the following file on your router. 
 +///etc/ppp/ip-up.d/modemaccess.sh//
  
-With SSH access or WinSCP find and edit+In the file find and uncomment the line with the define for 'ROUTER_IP' in it.  Edit the IP address such that it is an address which is in the same subnet as the fixed IP address you gave your router.  For example if your modem is 192.168.10.1 then make this line 192.168.10.2.
  
-///etc/ppp/ip-up.d/modemaccess.sh// 
- 
-<shell> 
-vi /etc/ppp/ip-up.d/modemaccess.sh 
-</shell> 
  
   #This script allows access to the ADSL modem web interface when pppoe is used.   #This script allows access to the ADSL modem web interface when pppoe is used.
Line 73: Line 70:
 </shell> </shell>
  
-Reboot your Gargoyle router and everything should work+Save the file, reboot your Gargoyle router and you should be able to access the modem at its IP address using your web browser.
  
 ===== ADSL Modem Access ===== ===== ADSL Modem Access =====
adsl_modem.1329571413.txt.gz · Last modified: 2012/02/18 13:23 by pbix