小米AIoT路由器 AX3600

xiaofan

High Supremacy Member
Joined
Sep 16, 2018
Messages
29,798
Reaction score
8,067
Looks like this is a dead end for me. I certainly do not want an addition device in the house.

Is vlan absolutely required for all HFC type or it is up to the ISP themselves?

Up to the ISP.

Last time Starhub had vlan for internet and voice for its cable online network.

BTW, just found out M1 used to use vlan for voice as well last time on the fibre network.

Majority Australia ISPs do not seem to require vlan, but some do.
https://whirlpool.net.au/wiki/vdsl2_modem_routers_isp_settings
 
Last edited:

xiaofan

High Supremacy Member
Joined
Sep 16, 2018
Messages
29,798
Reaction score
8,067
Looks like this is a dead end for me. I certainly do not want an addition device in the house.

Is vlan absolutely required for all HFC type or it is up to the ISP themselves?

That being said, what issues did you encounter when following the guide? Were you able to have access to /etc/network file using scp?



If you can do ssh/scp and indeed you can change a lot of things with openwrt.
 

du0000

Member
Joined
Sep 9, 2004
Messages
240
Reaction score
1
Up to the ISP.

Last time Starhub had vlan for internet and voice for its cable online network.

BTW, just found out M1 used to use vlan for voice as well last time on the fibre network.

Majority Australia ISPs do not seem to require vlan, but some do.
https://whirlpool.net.au/wiki/vdsl2_modem_routers_isp_settings

The easiest way out is to switch an ISP that does not use vlan and just my good luck to pick one that uses it when my router does not.

I wish both the ISPs and hardware manufacturers also make important info like that clear and upfront or else people like me that know nothing will get into a jam like this.

Anyway, many thanks Xiaofan for your inputs. 👍
 

Hardware4455

Master Member
Joined
Jan 28, 2020
Messages
2,538
Reaction score
598
I hope this router can work for my setup?

On StarHub fibre. I do not have digital voice.
Current setup ONT PORT 1 to old Xiaomi router.

If laptop direct connect to ONT. I am also able to get an IP and surf directly.

Looking to increase the coverage from my old Xiaomi router 3 Pro
 

xiaofan

High Supremacy Member
Joined
Sep 16, 2018
Messages
29,798
Reaction score
8,067
I hope this router can work for my setup?

On StarHub fibre. I do not have digital voice.
Current setup ONT PORT 1 to old Xiaomi router.

If laptop direct connect to ONT. I am also able to get an IP and surf directly.

Looking to increase the coverage from my old Xiaomi router 3 Pro

Of course it will work.

The only exception is SingTel ONT users where AX3600 will not work as the main router.
 

xiaofan

High Supremacy Member
Joined
Sep 16, 2018
Messages
29,798
Reaction score
8,067
Xiaomi also knows that AX3600 is ugly. :s13:


04gSao4.jpg
 

windtreader

Member
Joined
Jan 22, 2001
Messages
266
Reaction score
0
How do you access the configuration page of the xiaomi ax3600 after installation, iPhone is saying that using wpa2(tkip) is not secure enough
 

du0000

Member
Joined
Sep 9, 2004
Messages
240
Reaction score
1
That being said, what issues did you encounter when following the guide? Were you able to have access to /etc/network file using scp?



If you can do ssh/scp and indeed you can change a lot of things with openwrt.

After meddling for a while and managed to get into the router.

For vlan 100, I was not sure it was suppose to be eth0.100 or eth1.100.
So I tried both and miracle happened. It got connected with eth1.100 after configuring the static ip details given by the ISP.

However, there are still issues. Some websites wouldn't load such, the speedtest websites, even hardwarezone forum won't load too.

I tried different DNS, results were the same.
 

xiaofan

High Supremacy Member
Joined
Sep 16, 2018
Messages
29,798
Reaction score
8,067
After meddling for a while and managed to get into the router.

For vlan 100, I was not sure it was suppose to be eth0.100 or eth1.100.
So I tried both and miracle happened. It got connected with eth1.100 after configuring the static ip details given by the ISP.

However, there are still issues. Some websites wouldn't load such, the speedtest websites, even hardwarezone forum won't load too.

I tried different DNS, results were the same.

So you have made some progress. That is good.

Does the problem limit to your laptop? Or it affects all your device?

Ref: Reports of issues with Killer AX1650 wifi card.
https://forums.hardwarezone.com.sg/...properly-wireless-ac-1200-router-6379310.html
 

du0000

Member
Joined
Sep 9, 2004
Messages
240
Reaction score
1

davidwong

Master Member
Joined
Jan 1, 2000
Messages
3,744
Reaction score
0
Wow good progress keep at it bro you will be helping a lot of bros who are in singtel

It affects all device including the mobile.I don't think are the devices because they all worked when on ADSL connection.

I reckon there are some troubles with certain data routing causing time out that sort.
 

miloaisdino

Senior Member
Joined
Mar 25, 2016
Messages
843
Reaction score
26
After meddling for a while and managed to get into the router.

For vlan 100, I was not sure it was suppose to be eth0.100 or eth1.100.
So I tried both and miracle happened. It got connected with eth1.100 after configuring the static ip details given by the ISP.

However, there are still issues. Some websites wouldn't load such, the speedtest websites, even hardwarezone forum won't load too.

I tried different DNS, results were the same.
yea thats what some people here experienced when following the video. the difference is that the video is for pppoe connections while ours is dhcp (IPoE).
 

xiaofan

High Supremacy Member
Joined
Sep 16, 2018
Messages
29,798
Reaction score
8,067

du0000

Member
Joined
Sep 9, 2004
Messages
240
Reaction score
1
I give up and switched ISP and immediately getting 107.25 / 38.29 for a 100/40 plan.
Look like the router is awesome and next step is to form a mesh with 2 of them.
 

Nakedtoes

Great Supremacy Member
Joined
Dec 9, 2002
Messages
59,754
Reaction score
3,405
So this router worth to change from asus ac68U? If got wifi 6 phone is the speed better? but if intend to downgrade from 1GB to 500mbps then not worth to switch router liaoz:o
 

snowwolf13

Junior Member
Joined
Oct 23, 2005
Messages
80
Reaction score
1
eth1 is the WAN port on AX3600. For Singtel vlan 10. Those who have managed to open up SSH, try editing /etc/config/network and lower the mtu for WAN to 1496.

/etc/config/network
config interface 'wan'
option proto 'dhcp'
# option mtu '1500'
# option ifname 'eth1'
option mtu '1496'
option ifname 'eth1.10'
 

snowwolf13

Junior Member
Joined
Oct 23, 2005
Messages
80
Reaction score
1
1496 is better?

The max frame size for the switch is 1518. This is just enough for a typical 1500 MTU size plus Ethernet overhead. With VLAN tag, it adds 4 bytes which makes it larger than the frame size of 1518. Small packets like ping (icmp),dns, etc will work but larger packets will not make it through. So you will need to lower the MTU for WAN.

source: http://irq5.io/2020/08/10/custom-firmware-for-the-xiaomi-ax3600-wireless-router/

Did a brief test and was able to run speedtest and browse hardwarezone.
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ. Forum members and moderators are responsible for their own posts.

Please refer to our Community Guidelines and Standards, Terms of Service and Member T&Cs for more information.
Top