 | 3COM 3030 question I bought a 3030 ADSL modem on eBay and have run into a problem. Their is an Application password that I can't seem to reset. Luckily their is no password on the Boot Menu, but the installation manual lists the following entries in the Boot Menu, which I don't have: 3: Clear Configuration 4: Clear Application Password
I do however have an entry that says: 3: Start up and ignore configuration
I am able to boot up, but I can't seem to find a way to remove/reset the password.
Also, does anyone know of a simple basic 3COM CLI tutorial or quick start examples? The 1000+ page .pdf I have is a bit intimidating at first glance.
I'm starting to think maybe I should've got a Cisco 830 since I can find much more support/documentation... |
|
 4 edits | I got my router working.. from boot menu: 3: Start up and ignore configuration then I was able to delete the configuration file... Anyway I thought I would post my really basic setup for future reference incase anyone else needs help.
system-view sysname [name]
interface Virtual-Template0 ppp chap user [username] ppp chap password simple [password] ip address ppp-negotiate nat outbound 2000 quit
interface Ethernet1/0 ip address 192.168.1.1 255.255.255.0 quit
interface Atm2/0 pvc 0/32 map ppp Virtual-Template0 quit
interface NULL0 quit
acl number 2000 rule 0 permit source 192.168.1.0 0.0.0.255
ip route-static 0.0.0.0 0.0.0.0 Virtual-Template0 preference 60
[ctrl-z to quit system view] save
I still need to get dhcp working and dmz or port forwarding. I will post them when I figure it out.
-Jake |
|
 2 edits | ok here is dhcp configuration:
dhcp enable interface ethernet1/0 dhcp server forbidden-ip 192.168.1.1 dhcp server forbidden-ip 192.168.1.2 dhcp server forbidden-ip 192.168.1.3 dhcp server ip-pool 0 network 192.168.1.1 mask 255.255.255.0 domain-name [domain.tld] dns-list 4.2.2.2 gateway-list 192.168.1.1 quit
port forwarding:
interface Atm2/0 nat server protocol tcp global [ip] inside [ip] www nat server protocol tcp global [ip] inside [ip] smtp nat server protocol tcp global [ip] inside [ip] pop3 nat server protocol tcp global [ip] 22 inside [ip] # for ssh
quit |
|