Skip to content

Commit

Permalink
change DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi authored Nov 12, 2024
1 parent a6870b4 commit 794b93a
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions openWRT23_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1759,8 +1759,8 @@ uci set network.TELEKOM.netmask='255.255.255.0'
uci set network.TELEKOM.ip6assign='56'
uci set network.TELEKOM.broadcast=$CMOVIE_broadcast
uci set network.TELEKOM.gateway=$INET_GW
#uci set network.TELEKOM.dns=$CMOVIE_ip
uci set network.TELEKOM.dns=$INET_GW
uci set network.TELEKOM.dns=$CMOVIE_ip
#uci set network.TELEKOM.dns=$INET_GW
uci set network.TELEKOM.device='br-lan.110'
processes=$(uci commit && reload_config)
wait $processes >> install.log
Expand All @@ -1775,8 +1775,8 @@ uci set network.CMOVIE.netmask='255.255.255.0'
uci set network.CMOVIE.ip6assign='56'
uci set network.CMOVIE.broadcast=$CMOVIE_broadcast
uci set network.CMOVIE.gateway=$INET_GW
#uci set network.CMOVIE.dns=$CMOVIE_ip
uci set network.CMOVIE.dns=$INET_GW
uci set network.CMOVIE.dns=$CMOVIE_ip
#uci set network.CMOVIE.dns=$INET_GW
uci set network.CMOVIE.device='br-lan.108'
processes=$(uci commit && reload_config)
wait $processes >> install.log
Expand All @@ -1790,9 +1790,9 @@ uci set network.GUEST.ipaddr=$GUEST_ip
uci set network.GUEST.netmask='255.255.255.0'
uci set network.GUEST.ip6assign='56'
uci set network.GUEST.broadcast=$GUEST_broadcast
uci set network.GUEST.gateway=$INET_GW
#uci set network.GUEST.dns=$GUEST_ip
uci set network.GUEST.dns=$INET_GW
#uci set network.GUEST.gateway=$INET_GW
uci set network.GUEST.dns=$GUEST_ip
#uci set network.GUEST.dns=$INET_GW
uci set network.GUEST.device='br-lan.107'
processes=$(uci commit && reload_config)
wait $processes >> install.log
Expand All @@ -1807,8 +1807,8 @@ uci set network.ENTERTAIN.netmask='255.255.255.0'
uci set network.ENTERTAIN.ip6assign='56'
uci set network.ENTERTAIN.broadcast=$ENTERTAIN_broadcast
uci set network.ENTERTAIN.gateway=$INET_GW
#uci set network.ENTERTAIN.dns=$ENTERTAIN_ip
uci set network.ENTERTAIN.dns=$INET_GW
uci set network.ENTERTAIN.dns=$ENTERTAIN_ip
#uci set network.ENTERTAIN.dns=$INET_GW
uci set network.ENTERTAIN.device='br-lan.106'
processes=$(uci commit && reload_config)
wait $processes >> install.log
Expand All @@ -1823,8 +1823,8 @@ uci set network.VOICE.netmask='255.255.255.0'
uci set network.VOICE.ip6assign='56'
uci set network.VOICE.broadcast=$VOICE_broadcast
uci set network.VOICE.gateway=$INET_GW
#uci set network.VOICE.dns=$VOICE_ip
uci set network.VOICE.dns=$INET_GW
uci set network.VOICE.dns=$VOICE_ip
#uci set network.VOICE.dns=$INET_GW
uci set network.VOICE.device='br-lan.105'
processes=$(uci commit && reload_config)
wait $processes >> install.log
Expand All @@ -1839,8 +1839,8 @@ uci set network.INET.netmask='255.255.255.0'
uci set network.INET.ip6assign='56'
uci set network.INET.broadcast=$INET_broadcast
uci set network.INET.gateway=$INET_GW
#uci set network.INET.dns=$INET_ip
uci set network.INET.dns=$INET_GW
uci set network.INET.dns=$INET_ip
#uci set network.INET.dns=$INET_GW
uci set network.INET.device='br-lan.104'
processes=$(uci commit && reload_config)
wait $processes >> install.log
Expand All @@ -1855,8 +1855,8 @@ uci set network.CONTROL.netmask='255.255.255.0'
uci set network.CONTROL.ip6assign='56'
uci set network.CONTROL.broadcast=$CONTROL_broadcast
uci set network.CONTROL.gateway=$INET_GW
#uci set network.CONTROL.dns=$CONTROL_ip
uci set network.CONTROL.dns=$INET_GW
uci set network.CONTROL.dns=$CONTROL_ip
#uci set network.CONTROL.dns=$INET_GW
uci set network.CONTROL.device='br-lan.103'
processes=$(uci commit && reload_config)
wait $processes >> install.log
Expand All @@ -1871,8 +1871,8 @@ uci set network.HCONTROL.netmask='255.255.255.0'
uci set network.HCONTROL.ip6assign='56'
uci set network.HCONTROL.broadcast=$HCONTROL_broadcast
uci set network.HCONTROL.gateway=$INET_GW
#uci set network.HCONTROL.dns=$HCONTROL_ip
uci set network.HCONTROL.dns=$INET_GW
uci set network.HCONTROL.dns=$HCONTROL_ip
#uci set network.HCONTROL.dns=$INET_GW
uci set network.HCONTROL.device='br-lan.102'
processes=$(uci commit && reload_config)
wait $processes >> install.log
Expand All @@ -1887,8 +1887,8 @@ uci set network.SERVER.netmask='255.255.255.0'
uci set network.SERVER.ip6assign='56'
uci set network.SERVER.broadcast=$SERVER_broadcast
uci set network.SERVER.gateway=$INET_GW
#uci set network.SERVER.dns=$SERVER_ip
uci set network.SERVER.dns=$INET_GW
uci set network.SERVER.dns=$SERVER_ip
#uci set network.SERVER.dns=$INET_GW
uci set network.SERVER.device='br-lan.101'
processes=$(uci commit && reload_config)
wait $processes >> install.log
Expand Down

0 comments on commit 794b93a

Please sign in to comment.