WAN Routing
1832279 Members
2195 Online
110041 Solutions
New Discussion

Re: trouble configuring Router 3040

 
jdave182
Occasional Advisor

trouble configuring Router 3040

hai..i am new to this model and this type of configuration. can any one help me on this configuration, on how to set my PPPoE?



I can't find a way to set my PPPoE. Can't anyone give me an example and a step of step on how to configure it.



I am very glad if someone can help me out and thanks in advance.
13 REPLIES 13
rbaffert
Advisor

Re: trouble configuring Router 3040

Hi,



Here is what I use for my configuration (you have to change bold stuff of course) :



# basic configuration for ethernet connection



interface Ethernet1/0

ip address 192.168.150.1 255.255.255.0

dhcp select interface

dhcp server dns-list 80.10.246.2 80.10.246.129



# updating the router 3040 for supporting latest features



tftp 192.168.1.191 get r3402_41ep01.bin

File will be transferred in binary mode.

Downloading file from remote tftp server, please wait...............................................................

TFTP: 6526661 bytes received in 61 second(s).

File downloaded successfully.







# installing the new software



system-view

System View: return to User View with Ctrl+Z.





#configuring new software for next boot :



bootfile main flash:/?

flash:/main.bin

flash:/r3402_41ep01.bin

bootfile main flash:/r3402_41ep01.bin

Set main boot file successfully!



# come back to user-view :



quit





# reboot router :



reboot

This command will reboot the system. Since the current configuration may have been

changed, all changes may be lost if you continue. Continue? y

#Jan 2 03:15:47:364 2000 router

DRTMIB/5/REBOOT:

Reboot device by command.







# basic configuration



super password level 3 simple yourenablepassword



local-user admin

password simple youradminpassword

service-type ssh telnet terminal

level 1

service-type ftp



# starting ssh :



rsa local-key-pair create

The key name will be: Router_Host

The range of public key size is (512 ~ 2048).

NOTES: If the key modulus is greater than 512,

It will take a few minutes.

Input the bits in the modulus:1024

Generating keys...

......++++++++++++

..++++++++++++

................++++++++

...........++++++++

..





ssh user admin authentication-type password

ssh user admin service-type stelnet



############



Here we are for dsl connection with PPPoE :



############



## ATM Interface :



interface Atm 2/0

pvc 8/35 (put your vp/vc)

map bridge Virtual-Ethernet 1







## Virtual Ethenet Interface for PPPoE :



interface Virtual-Ethernet 1

pppoe-client dial-bundle-number 1

tcp mss 1410





## defining your ACL for NAT use :



acl number 2000

rule 0 permit source 192.168.1.0 0.0.0.255

#warning : use your network and its wildcard (reverse of network mask)



## Dialer interface for PPP :



interface Dialer 1

link-protocol ppp

ppp pap local-user your-isp-login password cipher your-isp-password

tcp mss 1410

ip address ppp-negotiate

dialer user your-isp-login

dialer-group 1

dialer bundle 1

nat outbound 2000



## default route to Dialer 1 (dsl interface) :



ip route-static 0.0.0.0 0.0.0.0 Dialer 1 preference 60





Hope all those information will be sufficient for you, don't hesitate to ask me for any further information, I installed a dozen of those router 3040 in the last two years.



Romain BAFFERT

Romain BAFFERT

Cabling Partners
Romain BAFFERT

Cabling Partners
jdave182
Occasional Advisor

Re: trouble configuring Router 3040

hai rbaffert. Thanks for the reply..i will try to configure my router as how you guide me. Thank you very much.

jdave182
Occasional Advisor

Re: trouble configuring Router 3040

hai...can u let me know how do i reset this 3Com router 3040 to factory default? Thanks very much.

rbaffert
Advisor

Re: trouble configuring Router 3040

hi,



here is what you will need to do :



# checking the content of nvram :



dir

Directory of flash:/



1 -rw- 6282550 Nov 07 2005 16:49:43 main.bin

2 -rw- 6526661 Jan 01 2000 00:09:24 r3402_41ep01.bin

3 -rw- 2876 Feb 24 2009 08:06:29 config.cfg



15621 KB total (3102 KB free)



# the file config.cfg is the file that will contain all the configuration

information, that is created when you save :



save safely

The configuration will be written to the device.

Are you sure?y

Now saving current configuration to the device.

Saving configuration flash:/config.cfg. Please wait...

...............

Current configuration has been saved to the device successfully.





# if you want to return to factory default, you must delete this

configuration file then reboot :



delete config.cfg ...

Delete flash:/config.cfg?:Y



reboot

This command will reboot the system. Continue? Y



Hope your router will be connected soon with all that :)

Romain BAFFERT

Cabling Partners
Romain BAFFERT

Cabling Partners
jdave182
Occasional Advisor

Re: trouble configuring Router 3040

hai again...this is my configuration. My dialer is up but my virtual-ethernet still down and i still can't connect to internet or even dial up. Can someone help me out on this configuration please...Thank you very much..



#

#3Com Router Software V2.41

#

sysname kkmas

#

configure-user count 2

#

bridge enable

#

dialer-rule 1 ip permit

dialer-rule 1 bridge permit

dialer-rule 6 acl 2000

#

radius scheme system

#

domain system

#

local-user admin

password cipher *******

service-type telnet terminal

level 3

service-type ftp

#

acl number 2000

rule 0 permit source 10.100.0.0 0.0.0.255

#

interface Dialer1

link-protocol ppp

ppp chap user user@isp

ppp chap password cipher ******

tcp mss 1410

ip address ppp-negotiate

dialer user user@isp

dialer-group 1

dialer bundle 1

nat outbound 2000

#

interface Ethernet1/0

ip address dhcp-alloc

#

interface Ethernet1/1

#

interface Ethernet1/2

#

interface Ethernet1/3

#

interface Ethernet1/4

#

interface Atm2/0

pvc 0/35

map bridge Virtual-Ethernet1

#

interface Virtual-Ethernet1

pppoe-client dial-bundle-number 1

tcp mss 1410

#

interface NULL0

#

FTP server enable

#

ip route-static 0.0.0.0 0.0.0.0 Dialer 1 preference 60

#

snmp-agent

snmp-agent local-engineid 0000002B7F00000100005205

snmp-agent community read mama

snmp-agent sys-info version v1 v3

snmp-agent group v1 mama

snmp-agent group v3 admin read-view admin write-view admin

snmp-agent mib-view included admin iso

snmp-agent usm-user v1 admin mama

snmp-agent usm-user v3 admin admin

#

user-interface con 0

user-interface vty 0 4

authentication-mode scheme

#



This message was edited by jdave182 on 2-25-09 @ 12:58 AM
jdave182
Occasional Advisor

Re: trouble configuring Router 3040

hai again..thank you very much for the reseting thing...this is my latest configuration, which i still can't connect to internet. Can you help to double check on my setting? thanks again very much.



#

#3Com Router Software V2.41

#

sysname kkmas

#

configure-user count 2

#

bridge enable

#

dialer-rule 1 ip permit

dialer-rule 1 bridge permit

dialer-rule 6 acl 2000

#

radius scheme system

#

domain system

#

local-user admin

password cipher *******

service-type telnet terminal

level 3

service-type ftp

#

acl number 2000

rule 0 permit source 10.100.0.0 0.0.0.255

#

interface Dialer1

link-protocol ppp

ppp pap local-user user@isp password cipher ******

tcp mss 1500

ip address ppp-negotiate

nat outbound 2000

#

interface Ethernet1/0

ip address 10.100.0.1 255.0.0.0

#

interface Ethernet1/1

#

interface Ethernet1/2

#

interface Ethernet1/3

#

interface Ethernet1/4

#

interface Atm2/0

pvc 0/35

map bridge Virtual-Ethernet1

#

interface Virtual-Ethernet1

pppoe-client dial-bundle-number 1

tcp mss 1500

#

interface NULL0

#

FTP server enable

#

ip route-static 0.0.0.0 0.0.0.0 Dialer 1 preference 60

#

snmp-agent

snmp-agent local-engineid 0000002B7F00000100005205

snmp-agent community read mama

snmp-agent sys-info version v1 v3

snmp-agent group v1 mama

snmp-agent group v3 admin read-view admin write-view admin

snmp-agent mib-view included admin iso

snmp-agent usm-user v1 admin mama

snmp-agent usm-user v3 admin admin

#

user-interface con 0

user-interface vty 0 4

authentication-mode scheme

#





jdave182
Occasional Advisor

Re: trouble configuring Router 3040

hai rbaffert...thanks for you assistant...it is working now. Thank you very very much.
jdave182
Occasional Advisor

Re: trouble configuring Router 3040

hai...can anyone guide me how to configure my same router 3Com 3040. My issue is i have a fix IP, but i don't know where to put my fix IP. If i don't put my fix IP in the configuration, i can't go online. anyone?? Thanks in advance.
jdave182
Occasional Advisor

Re: trouble configuring Router 3040

hai...can u guide me how to configure my same router 3Com 3040. My issue is i have a fix IP, but i don't know where to put my fix IP. If i don't put my fix IP in the configuration, i can't go online. For sure i need to put the fix IP to as my gateway in one of the interface isn't it. But fortunately i don't know where to type it in. Thanks in advance.

rbaffert
Advisor

Re: trouble configuring Router 3040

hi, it's your dialer that must take the fix IP. But most of the time, your

router should get the address from PPPoE.



you have to do :



interface Dialer 0

ip address X.Y.Z.A 32

Romain BAFFERT

Cabling Partners
Romain BAFFERT

Cabling Partners
mg_driver
Advisor

Re: trouble configuring Router 3040

Here is a sample config on the 3040. Hope this helps





#3Com Router Software Extended_V2.41

#

sysname 3040

#

configure-user count 2

#

clock timezone utc minus 10:00:00

#

dialer-rule 1 ip permit

#

radius scheme system

#

domain system

#

local-user admin

password simple admin

service-type telnet terminal

level 3

service-type ftp

#

acl number 2000

rule 0 permit source 192.168.1.0 0.0.0.255

#

acl number 3000

description Nat-Outbound

rule 20 permit ip source 192.168.1.0 0.0.0.255

rule 30 deny ip

#

interface Dialer1

link-protocol ppp

nat outbound 2000

#

interface Ethernet1/0

ip address 192.168.1.10 255.255.255.0

#

interface Ethernet1/1

#

interface Ethernet1/2

#

interface Ethernet1/3

#

interface Ethernet1/4

#

interface Atm2/0

pvc 0/36

map bridge Virtual-Ethernet1

#

interface Virtual-Ethernet1

ip address 12.1.1.1 255.255.255.0

nat outbound 3000

#

interface NULL0

#

FTP server enable

#

ip route-static 0.0.0.0 0.0.0.0 12.1.1.2 preference 60



#

user-interface con 0

user-interface vty 0 4

authentication-mode scheme

jdave182
Occasional Advisor

Re: trouble configuring Router 3040

hai..Thanks. I will do changes to my setting and try it out...Thanks again.

jdave182
Occasional Advisor

Re: trouble configuring Router 3040

hai...thanks for your reply...how about if i have a fix IP, can you show me where should i put it? I have a fix IP from my ISP. Can u tell me where? Thanks..