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 ... 5 6 [7]

Author Topic: HG612 - Access GUI Over WAN  (Read 21884 times)

SignedAdam

  • Member
  • **
  • Posts: 58
Re: HG612 - Access GUI Over WAN
« Reply #90 on: April 29, 2016, 10:41:10 AM »

Chrysalis - Please could you supply the settings i need to imput, or other users need to imput, in to the firewall user interface, telnet wont cut it because we want it to save the settings, not lose them on a reboot or power cut,
Logged
I'm a geek on his own

Dray

  • Kitizen
  • ****
  • Posts: 2361
Re: HG612 - Access GUI Over WAN
« Reply #91 on: April 29, 2016, 11:05:38 AM »

As for the change dray recommended, I am glad it works, although compared to how other routers behave this is inconsistent.
The pfSense instructions appear to indicate all modems will behave in this way as they aren't specially done for the HG612.
Logged

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7411
  • VM Gig1 - AAISP CF
Re: HG612 - Access GUI Over WAN
« Reply #92 on: April 29, 2016, 01:44:04 PM »

I dont even know how you got that to appear in the GUI, when I was messing around I couldnt get such a box to appear.

I did my guide.

But the method you are using now shouldnt need any firewall changes.

Dray both my billion and zyxel dont behave this way, they require lan isolation to prevent problems, indeed some may remember a post i made when I first started using the zyxel as someone had to figure the isolation out for me to get it to work properly.
Logged

SignedAdam

  • Member
  • **
  • Posts: 58
Re: HG612 - Access GUI Over WAN
« Reply #93 on: April 29, 2016, 02:05:09 PM »

Please check out the full Permanent Guide http://forum.kitz.co.uk/index.php/topic,17671.0.html

if you see any problems with the post, please comment  :cool:

thanks for this ;) i'm so happy with my setup, I dont feel like buying a new modem, not that you can find just a modem anymore...
« Last Edit: April 29, 2016, 06:30:23 PM by SignedAdam »
Logged
I'm a geek on his own

Dray

  • Kitizen
  • ****
  • Posts: 2361
Re: HG612 - Access GUI Over WAN
« Reply #94 on: April 29, 2016, 02:25:53 PM »

How has this

As far as I can see, all you need to do is

1) Untick bindings. from Basic - WAN - port 1 and 2
2) Give the modem the address 192.168.3.1 netmask 255.255.255.0 in Basic - LAN - LAN Host Settings

3) Apply these settings to the router:
Code: [Select]
ifconfig vlan2:1 192.168.3.253 netmask 255.255.255.0
iptables -t nat -I POSTROUTING ! -s $(nvram get lan_ipaddr) -d 192.168.3.0/24 -j SNAT --to 192.168.3.253


expanded to that? - http://forum.kitz.co.uk/index.php/topic,17671.0.html
Logged

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7411
  • VM Gig1 - AAISP CF
Re: HG612 - Access GUI Over WAN
« Reply #95 on: April 29, 2016, 02:27:26 PM »

dray can you be kind of enough please to point me to the pfsense docs that say to remove all wan bindings? thanks.
Logged

Dray

  • Kitizen
  • ****
  • Posts: 2361
Re: HG612 - Access GUI Over WAN
« Reply #96 on: April 29, 2016, 02:41:54 PM »

They don't say that, they just say how to configure another interface in the same subnet as the modem, which has to be a separate subnet outside of the LAN subnet, much like you did to configure a VLAN bridge.
https://doc.pfsense.org/index.php/Accessing_modem_from_inside_firewall
Logged

SignedAdam

  • Member
  • **
  • Posts: 58
Re: HG612 - Access GUI Over WAN
« Reply #97 on: April 29, 2016, 03:06:37 PM »

How has this

As far as I can see, all you need to do is

1) Untick bindings. from Basic - WAN - port 1 and 2
2) Give the modem the address 192.168.3.1 netmask 255.255.255.0 in Basic - LAN - LAN Host Settings

3) Apply these settings to the router:
Code: [Select]
ifconfig vlan2:1 192.168.3.253 netmask 255.255.255.0
iptables -t nat -I POSTROUTING ! -s $(nvram get lan_ipaddr) -d 192.168.3.0/24 -j SNAT --to 192.168.3.253


expanded to that? - http://forum.kitz.co.uk/index.php/topic,17671.0.html

Well, for people starting out in the world of networking, they will need it spel!ing out to them, like I needed, sometimes seeing something in full, Helps! also i'm sure everyone here agrees, scrolling through pages and pages of comments, is harder than my post,
Logged
I'm a geek on his own

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7411
  • VM Gig1 - AAISP CF
Re: HG612 - Access GUI Over WAN
« Reply #98 on: April 29, 2016, 03:26:17 PM »

They don't say that, they just say how to configure another interface in the same subnet as the modem, which has to be a separate subnet outside of the LAN subnet, much like you did to configure a VLAN bridge.
https://doc.pfsense.org/index.php/Accessing_modem_from_inside_firewall

Sorry am confused, I thought you were saying pfsense is telling people to unbind wan on modem's.  That page does make sense, what is happening on the hg612 does not, I think its just lucky it happens to be working this way.
Logged

SignedAdam

  • Member
  • **
  • Posts: 58
Re: HG612 - Access GUI Over WAN
« Reply #99 on: April 29, 2016, 03:40:34 PM »

They don't say that, they just say how to configure another interface in the same subnet as the modem, which has to be a separate subnet outside of the LAN subnet, much like you did to configure a VLAN bridge.
https://doc.pfsense.org/index.php/Accessing_modem_from_inside_firewall

Sorry am confused, I thought you were saying pfsense is telling people to unbind wan on modem's.  That page does make sense, what is happening on the hg612 does not, I think its just lucky it happens to be working this way.

I agree with you Chrysalis, it dont seem normal, but it works :angel: thank the coding gods :D

I made alot of spelling mistakes, because of my phones auto correct, lol
« Last Edit: April 29, 2016, 06:29:46 PM by SignedAdam »
Logged
I'm a geek on his own

SignedAdam

  • Member
  • **
  • Posts: 58
Re: HG612 - Access GUI Over WAN
« Reply #100 on: April 30, 2016, 12:20:59 PM »

Chrysalis - I wish to update my Guide with a way to enter the firewall settings, with out needing telnet, please show me what to enter in to the modems user interface,

Guide on how you get the extra options to show up in IP filtering :

1) Go to the modems user interface : 192.168.3.1
2) Login admin and password
3) Advanced - Firewall
4) Click Standard which should show a list of options
5) Pick custom
6) In the new empty box, enter a name for the new custem profile you just made
7) Click submit
8) Select the new profile you just made, then click IP filtering
9) All the boxies you should now be able to edit now

from 10) i'm sure you know what your doing, ::)
Logged
I'm a geek on his own

Dray

  • Kitizen
  • ****
  • Posts: 2361
Re: HG612 - Access GUI Over WAN
« Reply #101 on: May 01, 2016, 08:55:15 AM »

Logged

SignedAdam

  • Member
  • **
  • Posts: 58
Re: HG612 - Access GUI Over WAN
« Reply #102 on: May 01, 2016, 09:10:01 AM »

Thats for tomato, I like DD-WRT more :cool: don't believe it has that functionality :no:
Logged
I'm a geek on his own
Pages: 1 ... 5 6 [7]