Dear, I have set my openwrt as a wireless repeater for DPS wifi.
Now everything was working well until today — my local ISP has set their TTL to 1.
Now I’m stuck in a situation where I can get internet in my openwrt router, but not able to access it on other devices.
Can someone help to fix and bypass this?
wifi repeater (DPS interface) TTL needs to be set to 64 or so, so I can connect back my other devices.
I have tried different stuff but nothing worked.
My ISP uses a local MikroTik captive portal.
Now I wonder if it's possible to set TTL to 64 so I can connect other devices behind openwrt?
Here is my /etc/config/wireless:
config wifi-device 'radio0'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
option channel '1'
option band '2g'
option htmode 'HT20'
option disabled '0'
option country 'AE'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'Rvksu'
option encryption 'psk2'
option disabled '0'
option key 'exmkk73487'
option ifname 'phy-0'
config wifi-device 'radio1'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0+1'
option channel '36'
option band '5g'
option htmode 'VHT80'
option disabled '0'
option country 'AE'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'Rvksu-5GHz'
option encryption 'psk2+tkip+ccmp'
option disabled '0'
option key 'exmkk73487'
option ifname 'phy1'
config wifi-iface 'wifinet2'
option device 'radio0'
option mode 'sta'
option network 'wwan'
option ssid 'DPS'
option encryption 'none'