Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1] 2

Author Topic: ZyXEL VMG1312-B10A Help Required  (Read 3808 times)

hacktrix2006

  • Reg Member
  • ***
  • Posts: 305
    • xDSL Stats:
ZyXEL VMG1312-B10A Help Required
« on: September 18, 2018, 12:16:37 PM »

Hi all so i have a  ZyXEL VMG1312-B10A now, i have managed to get my supervisor password and change both admin and supervisor passwords. I am using the Jumboframe firmware as well.

However before i go to connect it to the DSL socket i am trying to get the setup just like my old HG612 to Archer V2600 where i had the following setting

192.168.3.1 (DSL Bridge HG612)
|
192.168.1.2 (Archer V2600 with DHCP enabled access point mode)

now i was able to access said webgui on HG612 after putting in a static router to which i used the same setup for the  ZyXEL VMG1312-B10A where i am using the following

Destination network address: 192.168.1.0
Subnet mask: 255.255.255.0
Default gateway: 192.168.1.2
Interface: LAN/br0

Firewall: Disabled

However i can not ping it which means i can not open the webgui when i am connected to the VR2600.

So anyone have any ideas that could help me with this please.
« Last Edit: September 18, 2018, 12:49:13 PM by hacktrix2006 »
Logged

johnson

  • Reg Member
  • ***
  • Posts: 838
Re: ZyXEL VMG1312-B10A Help Required
« Reply #1 on: September 18, 2018, 12:37:59 PM »

So previously you had the HG612 set to 192.168.3.1? And you have set the Zyxel to something different now?

Are you using a single cable or 2?
Logged

hacktrix2006

  • Reg Member
  • ***
  • Posts: 305
    • xDSL Stats:
Re: ZyXEL VMG1312-B10A Help Required
« Reply #2 on: September 18, 2018, 12:48:50 PM »

Originally i had the HG612 set to 192.168.3.1 but as that died the zyxel is replacing the hg612.

So i set the VMG1312-B10A into bridge mode so it acts as the soul modem and then the vr2600 which is ip 192.168.1.2 is the router for DHCP and wifi stuff.

Now on the HG612 i was able to connect to it via the VR2600 just by simply adding a route to the hg612 using

dest: 192.168.1.0
sub: 255.255.255.0
gw: 0.0.0.0
Br0

however this is not working even with firewall off on the zyxel modem.

I am currently only using one cable right now between both routers trying to get this to work before connecting it to the DSL line (As i don't want to keep rebooting and cause DLM to kick in)
Logged

johnson

  • Reg Member
  • ***
  • Posts: 838
Re: ZyXEL VMG1312-B10A Help Required
« Reply #3 on: September 18, 2018, 12:52:04 PM »

Ok, sorry for being slow, but what IP do you have the Zyxel set to?
Logged

hacktrix2006

  • Reg Member
  • ***
  • Posts: 305
    • xDSL Stats:
Re: ZyXEL VMG1312-B10A Help Required
« Reply #4 on: September 18, 2018, 12:57:20 PM »

Network Topology incoming

Zyxel IP: 192.168.3.1
Zyxel Subnet: 255.255.255.0
DHCP: Off
Firewall: Off

VR2600 IP: 192.168.1.2
VR2600 Subnet: 255.255.255.0
DHCP: on

VR2600 2nd IP: 192.168.3.2
VR2600 Subnet: 255.255.255.0

Settings for route on zyxel as to the guide i am using which is AAISP is set to

Des: 192.168.1.0
Sub: 255.255.255.0
Gate: 0.0.0.0
Default/BR0

but even with the firewall rules off on the zyxel i can not ping nor connect to the Webgui which i was able to do before with the same settings which is what is puzzling me.
Logged

johnson

  • Reg Member
  • ***
  • Posts: 838
Re: ZyXEL VMG1312-B10A Help Required
« Reply #5 on: September 18, 2018, 01:15:21 PM »

How odd that the same route settings that allowed access to the HG612 on a different subnet do not work with the 1312.

From your original post:

Quote
Destination network address: 192.168.1.0
Subnet mask: 255.255.255.0
Default gateway: 192.168.1.2
Interface: LAN/br0

but the latest:
Quote
Des: 192.168.1.0
Sub: 255.255.255.0
Gate: 0.0.0.0
Default/BR0

The gate or gateway has changed between these?
« Last Edit: September 18, 2018, 02:11:24 PM by johnson »
Logged

hacktrix2006

  • Reg Member
  • ***
  • Posts: 305
    • xDSL Stats:
Re: ZyXEL VMG1312-B10A Help Required
« Reply #6 on: September 18, 2018, 01:17:59 PM »

Thanks will give that a shot do i need to set the route up still, yes i have been changing the route to see if i could get it to work but no dice thus far.

Code: [Select]
iptables -t nat -I POSTROUTING ! -s 192.168.1.1 -d 192.168.2.1 -j SNAT --to 192.168.2.2

which ip in that is your bridge and which is your router?? just so i now how to set this up
« Last Edit: September 18, 2018, 01:20:24 PM by hacktrix2006 »
Logged

johnson

  • Reg Member
  • ***
  • Posts: 838
Re: ZyXEL VMG1312-B10A Help Required
« Reply #7 on: September 18, 2018, 01:19:09 PM »

You could try having the Zyxel on the same subnet eg. 192.168.1.10 or similar. I'm not sure if it really needs to be on a separate one.
Logged

johnson

  • Reg Member
  • ***
  • Posts: 838
Re: ZyXEL VMG1312-B10A Help Required
« Reply #8 on: September 18, 2018, 01:28:22 PM »

Thanks will give that a shot do i need to set the route up still, yes i have been changing the route to see if i could get it to work but no dice thus far.

Code: [Select]
iptables -t nat -I POSTROUTING ! -s 192.168.1.1 -d 192.168.2.1 -j SNAT --to 192.168.2.2

which ip in that is your bridge and which is your router?? just so i now how to set this up


This may be over complicating things. Are you trying at the moment with the Zyxel plugged into the WAN port of your Archer VR2600?
« Last Edit: September 18, 2018, 02:10:51 PM by johnson »
Logged

hacktrix2006

  • Reg Member
  • ***
  • Posts: 305
    • xDSL Stats:
Re: ZyXEL VMG1312-B10A Help Required
« Reply #9 on: September 18, 2018, 01:29:39 PM »

Zyxel is in the normal Ethernet ports right now in the archer.

Sent from my LLD-L31 using Tapatalk

Logged

johnson

  • Reg Member
  • ***
  • Posts: 838
Re: ZyXEL VMG1312-B10A Help Required
« Reply #10 on: September 18, 2018, 01:36:26 PM »

I have no knowledge of the Archers GUI, but does the route you are trying to apply not specify an interface, i.e the wan port?

You could try plugging the Zyxel into the WAN port and only be dropping the PPP session, not resyncing the modem. Since it works how you have it with the HG612, the only difference is the port.
Logged

hacktrix2006

  • Reg Member
  • ***
  • Posts: 305
    • xDSL Stats:
Re: ZyXEL VMG1312-B10A Help Required
« Reply #11 on: September 18, 2018, 01:40:45 PM »

Basically I am trying to set it up so that say on the zyxel Ethernet port 1 is for the archers wan connection and then port 2/3/4 is for GUI access to the router.

Will give the suggestion you made a try when no one else is using the network my dad gets cranky when YouTube doesn't work lol.

Sent from my LLD-L31 using Tapatalk

Logged

johnson

  • Reg Member
  • ***
  • Posts: 838
Re: ZyXEL VMG1312-B10A Help Required
« Reply #12 on: September 18, 2018, 01:49:01 PM »

Basically I am trying to set it up so that say on the zyxel Ethernet port 1 is for the archers wan connection and then port 2/3/4 is for GUI access to the router.

Will give the suggestion you made a try when no one else is using the network my dad gets cranky when YouTube doesn't work lol.

Sent from my LLD-L31 using Tapatalk

Sorry but for clarity:

The Zyxel has 4 ports, you are using just 1 with 1 cable going to the Archer. Which it is does not matter unless you have set "Interface Groups" on it (you have not).

The Archer has 5 ports, 1 WAN and 4 for LAN devices.

If your HG612 with IP 192.168.3.1 was/is accessible when connected to the WAN port of your Archer, then it is worth trying the Zyxel configured with the exact same IP (192.168.3.1) and the exact same "route" setting in the Archer GUI, and connected to the WAN port.
« Last Edit: September 18, 2018, 01:52:14 PM by johnson »
Logged

hacktrix2006

  • Reg Member
  • ***
  • Posts: 305
    • xDSL Stats:
Re: ZyXEL VMG1312-B10A Help Required
« Reply #13 on: September 18, 2018, 01:52:26 PM »

My plan is to use 2 cables from zyxel to the archer like I did with the hg612.

So in hg612 setup I had port 1 on hg612 to archers wan and port 2 on hg612 to any port on archers Ethernet ports that's what I am trying to mimic on the zyxel.

Sent from my LLD-L31 using Tapatalk

Logged

Jon21

  • Reg Member
  • ***
  • Posts: 255
Re: ZyXEL VMG1312-B10A Help Required
« Reply #14 on: September 18, 2018, 01:56:40 PM »

Does this help? https://kitz.co.uk/routers/zyxel_VMG8324-B10A_bridge.htm#interface 

It's for the VMG8324-B10A but would guess it's similar.
Logged
Pages: [1] 2
 

anything