Search This Blog
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
Popular Posts
Posted by
RL Smith
Supporting THE UBUNTU WAY
- Get link
- X
- Other Apps
How to enable the GUI on the Adtran Router: This worked like a champ!
ReplyDeleteSwitch>enable
Switch#configure terminal
Switch (config)#ip http server
Switch (config)#username admin password password
Switch (config)#no ip firewall
Switch (config)#int eth 0/1
Switch (config-intf-eth 0/1)#ip address 10.10.10.1 255.0.0.0
Switch (config-intf-eth 0/1))#no shut
Switch (config-intf-eth 0/1))#end
Switch (config)#exit
Switch#write