This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
adsl_modem [2012/02/15 08:16] ispyisail |
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 ====== | ||
+ | | ||
===== Introduction ===== | ===== Introduction ===== | ||
- | For those of you that have ADSL connections but want to deploy a gargoyle router with a single NAT you with need to find a DSL router that can be set into a " | + | Gargoyle supports PPPoE connections over ADSL links. |
- | You can of course put another ADSL router | + | For those of you that have PPPoE connections and want to deploy a Gargoyle |
- | To prevent | + | There are several reasons to configure your modem in this fashion. |
- | The benefits | + | The three things that need to be done. |
- | remotely gain access to your network from the internet. | + | - Configure your modem with a fixed IP address which is not on the subnet used by your LAN. For example if you LAN devices are in the 192.168.1.x subnet then give your modem the fixed IP 192.168.2.1, |
+ | - If possible enable DHCP on you modem. | ||
+ | - Change the mode of the modem to the " | ||
+ | |||
+ | Since all routers | ||
+ | |||
+ | If you are unable | ||
+ | |||
+ | ===== Steps to manually configure modem access | ||
+ | For most people the above introduction section is all you need to read to properly configure | ||
+ | |||
+ | To continue further you will need the following | ||
- | ===== Requrements ===== | ||
* PPPoE connection (PPPoA is not suitable) | * PPPoE connection (PPPoA is not suitable) | ||
* Suitable xDSL modem (Netgear DG834) | * Suitable xDSL modem (Netgear DG834) | ||
- | * Gargole Router with SSH access | + | * Gargole Router with SSH access |
+ | * WinSCP or other means to edit a file on your router | ||
- | Medium linux skills are required as CLI (command line Interface) is needed. | + | |
===== Setup ===== | ===== Setup ===== | ||
- | {{ :: | + | {{ :: |
- | ==== xDSL Modem Setup ==== | + | ==== ADSL Modem Setup ==== |
- | First set up your xDSL modem | + | First set up your ADSL modem |
- | e.g. Netgear DG834 | + | === Netgear DG834 example === |
- | + | ||
- | http:// | + | |
Change the router IP address to 192.168.10.1 | Change the router IP address to 192.168.10.1 | ||
+ | |||
+ | Then follow these instructions | ||
+ | |||
+ | http:// | ||
NOTE Once in 'Modem only' mode the DG834 will act as a simply modem, its IP address will have no relevance except for connecting to the router to change settings or reconfigure. Remember this IP address, as DHCP will no longer function and you will need it if you wish to connect to the DG834 in | NOTE Once in 'Modem only' mode the DG834 will act as a simply modem, its IP address will have no relevance except for connecting to the router to change settings or reconfigure. Remember this IP address, as DHCP will no longer function and you will need it if you wish to connect to the DG834 in | ||
future. | future. | ||
+ | ==== Manually Configuring your Gargoyle router ==== | ||
+ | Locate the following file on your router. | ||
+ | /// | ||
+ | In the file find and uncomment the line with the define for ' | ||
+ | |||
+ | |||
+ | #This script allows access to the ADSL modem web interface when pppoe is used. | ||
+ | #For this to work configure your modem in brdige mode with DHCP enabled on the modem. | ||
+ | #This will cause the modem to dish an address to the router interface when requested below. | ||
+ | # | ||
+ | # | ||
+ | #you want to use. Make sure the IP address is on the same network as the modem. | ||
+ | # | ||
+ | | ||
+ | Edit and Change | ||
+ | < | ||
+ | # | ||
+ | </ | ||
+ | to | ||
+ | < | ||
+ | ROUTER_IP=192.168.10.2 | ||
+ | </ | ||
+ | |||
+ | 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 ===== | ||
+ | |||
+ | You should now be able to access your adsl modem via | ||
+ | http:// | ||