cancel
Showing results for 
Search instead for 
Did you mean: 

Change config of RFS6000

Change config of RFS6000

DW76
New Contributor
I need to change the DNS IP address in my config. I can access the RFS6000 via IP address, web interface and see the running config. How can I edit this? Please advise. Thank you!
21 REPLIES 21

DW76
New Contributor
Ok, was able to change that too, however wifi clients are still not getting online. Any ideas... not seeing any other references in the config for the old IP address.

ckelly
Extreme Employee
Okay...an IP access list rule.
To get to the section to change it:

1) Login
2) enable
3) config
4) ip access-list ABCEmployees
5) permit ip 192.168.0.0/24 host 10.0.70.2 rule-precedence 140 (change the IP address to what you want in this command. Since the rule-precedence level remains the same, the new entry will simply overwrite what is already there. If you want to actually add NEW entries, just make sure that they don't duplicate the rule-precedence values of any of the existing entries)
6) commit write

DW76
New Contributor
ip access-list ABCEmployee2018
permit udp any range 67 68 any range 67 68 rule-precedence 1
permit udp any any eq dns rule-precedence 2
deny ip any 10.0.70.0/23 rule-precedence 3
permit ip 192.168.0.1/24 any rule-precedence 4

ip access-list ABCEmployees
permit udp any eq 68 any eq dhcps rule-precedence 10
permit udp any any eq dns rule-precedence 20
permit tcp any any eq www rule-precedence 30
permit tcp any any eq https rule-precedence 40
permit tcp any any eq smtp rule-precedence 50
permit tcp any any eq imaps rule-precedence 60
permit tcp any any eq 587 rule-precedence 70
permit tcp any any eq pop3 rule-precedence 80
permit tcp any eq 443 any eq https rule-precedence 90
permit tcp any any eq 1723 rule-precedence 100
permit udp any any eq 500 rule-precedence 110
permit udp any any eq 4500 rule-precedence 115
permit ip 192.168.0.0/24 host 10.0.70.2 rule-precedence 140 ***(IP address needs to change)
deny ip 192.168.0.0/24 host 192.168.0.1 rule-precedence 145
deny ip any host 10.0.70.20 rule-precedence 150

ckelly
Extreme Employee
Can you also include the parent level of this entry? I can't tell exactly where this rule originates

DW76
New Contributor
Hi again,
An opportunity presented itself so I made the changes. I'm able to verify that the DNS server IP has been changed for both startup and running configs--however wifi clients are not able to browse by URL, but the settings on my phone show the new DNS IP address. Any thoughts--did I miss something? I see this still exists in the config and it should be changed to the new IP. Can you send syntax to change this:

permit ip 192.168.0.0/24 host 10.0.70.2 rule-precedence 140

As always, thanks again!
GTM-P2G8KFN