DrayTek UK Users' Community Forum
Help, Advice and Solutions from DrayTek Users
How to access Vigor 120 (Modem)
- cocospm
- Offline
- Member
Less
More
- Posts: 100
- Thank you received: 0
09 Feb 2011 01:01 #66172
by cocospm
Replied by cocospm on topic How to access Vigor 120 (Modem)
Please Log in or Create an account to join the conversation.
- pictor
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
09 Feb 2011 12:22 #66178
by pictor
Replied by pictor on topic How to access Vigor 120 (Modem)
Thanks but I've already tried that method but the PPPoE connection fails when connected like that.
So I think my only option is to setup the static route.
So I think my only option is to setup the static route.
Please Log in or Create an account to join the conversation.
- ubercam
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 Feb 2011 02:37 #66204
by ubercam
First of all, Westyfield2, 192.168.2.0 is the entire subnet. That's the destination, not one particular IP.
Now, I just relocated the original site that I used to get this to work. If your router allows scripts, hopefully this will help you out.
http://www.geekzone.co.nz/forums.asp?forumid=66&topicid=57953
Third last post is the key (by "billgates")
Here's a summary:
Under INIT scripts
Under FIREWALL scripts
If your router doesn't allow scripts, I have no idea what to do. If you have any questions, read the link above, it explains everything.
Hope this helps!
Cam
Replied by ubercam on topic How to access Vigor 120 (Modem)
Thank's for that Cam, looks intriguing!Westyfield2 wrote:
I haven't changed any of the IPs/Subnets from default so in theory all I'd need to change is the Destination IP from your 192.168.2.0to my 192.168.2.1 (any reason you change the Vigor 120's IP from default BTW?)
Now to find how to do this static route on the Draytek router...
First of all, Westyfield2, 192.168.2.0 is the entire subnet. That's the destination, not one particular IP.
Now, I just relocated the original site that I used to get this to work. If your router allows scripts, hopefully this will help you out.
Third last post is the key (by "billgates")
Here's a summary:
Under INIT scripts
Code:
sleep 5
ip addr add 192.168.2.2/24 dev vlan1 brd +
Under FIREWALL scripts
Code:
/usr/sbin/iptables -I POSTROUTING -t nat -o vlan1 -d 192.168.2.0/24 -j MASQUERADE
If your router doesn't allow scripts, I have no idea what to do. If you have any questions, read the link above, it explains everything.
Hope this helps!
Cam
Please Log in or Create an account to join the conversation.
- westyfield2
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 10
- Thank you received: 0
28 May 2011 16:43 #67956
by westyfield2
Replied by westyfield2 on topic Re: How to access Vigor 120 (Modem)
Oops, just realised I never replied to this thread! :oops: :o
Thanks Cam for the info, I understand how it should work now .
Unfortunately I'm having the same problem on my Draytek 2920n as pictor is with his Draytek 2930... both through the web GUI and telnet the router insists I enter a gateway for the static route. If you leave the gateway blank and select WAN1 as the interface it doesn't save the route, it will only save the route if you enter a gateway as well as selecting the interface.
Pictor, did you find a way of making it work?
No offence intended to Cam, but I'd like to think that if his Linksys WRT54GS running Tomato can do it there should be a way for our fancy Drayteks to do it!
Thanks Cam for the info, I understand how it should
Unfortunately I'm having the same problem on my Draytek 2920n as pictor is with his Draytek 2930... both through the web GUI and telnet the router insists I enter a gateway for the static route. If you leave the gateway blank and select WAN1 as the interface it doesn't save the route, it will only save the route if you enter a gateway as well as selecting the interface.
Pictor, did you find a way of making it work?
No offence intended to Cam, but I'd like to think that if his Linksys WRT54GS running Tomato can do it there should be a way for our fancy Drayteks to do it!
Please Log in or Create an account to join the conversation.
- nobody
- Offline
- Member
Less
More
- Posts: 115
- Thank you received: 0
28 May 2011 18:28 #67958
by nobody
Replied by nobody on topic Re: How to access Vigor 120 (Modem)
If you dont use both WAN ports on the 2930/2920 it should also work like this:
assuming, the IP of the Vigor 120 is 192.168.10.254, and the Internal IP of the 2930 is 192.168.1.1,
and that the connection to the internet is made using PPPoE/PPPoA on WAN1 of the 2930 (using the Vigor 120 only as a modem).
add a switch, connect both WAN ports of the 2930 to the switch, connect the Vigor 120 to the switch.
on WAN2 of the 2930, add an internet connection using static IP with the IP of 192.168.10.1, and, default Gateway to 192.168.10.254
Now, add a load balancing rule on the 2930, that only traffic to 192.168.10.0/24 should go through WAN2,
add a load balancing rule so that forces all other traffic should through WAN1
Now, you will be able to access the Web-interface of the Vigor 120.
This should work, and as a difference to other solutions here which suggest to connect a LAN port of the draytek using a switch to the LAN of the Vigor 120, you dont compromise the security of your network behind the 2930.
assuming, the IP of the Vigor 120 is 192.168.10.254, and the Internal IP of the 2930 is 192.168.1.1,
and that the connection to the internet is made using PPPoE/PPPoA on WAN1 of the 2930 (using the Vigor 120 only as a modem).
add a switch, connect both WAN ports of the 2930 to the switch, connect the Vigor 120 to the switch.
on WAN2 of the 2930, add an internet connection using static IP with the IP of 192.168.10.1, and, default Gateway to 192.168.10.254
Now, add a load balancing rule on the 2930, that only traffic to 192.168.10.0/24 should go through WAN2,
add a load balancing rule so that forces all other traffic should through WAN1
Now, you will be able to access the Web-interface of the Vigor 120.
This should work, and as a difference to other solutions here which suggest to connect a LAN port of the draytek using a switch to the LAN of the Vigor 120, you dont compromise the security of your network behind the 2930.
Please Log in or Create an account to join the conversation.
- jerrycope
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
07 Oct 2011 15:51 #69619
by jerrycope
Replied by jerrycope on topic Re: How to access Vigor 120 (Modem)
What a brilliant suggestion! It works a treat!
I created a load balancing rule as suggested for traffic to the Vigor120 (although I'm not sure it's necessary, surely the routing table takes care of this?) but how do I create an equivalent rule to force all other traffic via WAN1? Entering 0.0.0.0 as the destination address gives an Invalid IP error.
I created a load balancing rule as suggested for traffic to the Vigor120 (although I'm not sure it's necessary, surely the routing table takes care of this?) but how do I create an equivalent rule to force all other traffic via WAN1? Entering 0.0.0.0 as the destination address gives an Invalid IP error.
Please Log in or Create an account to join the conversation.
Moderators: Chris, Sami
Copyright © 2024 DrayTek