- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- 3Com 5012 Router basic config
WAN Routing
1821984
Members
3339
Online
109638
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2009 07:07 AM
04-06-2009 07:07 AM
3Com 5012 Router basic config
Hi Guys,
I just started at a new office and they got a simple network with 10 pc's and an internet connection from the ISP.
They want me to replace the old router (simple linksys router)
with a 3Com 5012 Router. It has 2 LAN interfaces 1 allready onboard and 1 Lan interface (SIC). (The first one i use for the isp and the other one for the LAN)
I can log in via console but just don't know how to get it working with * WAN * NAT * DHCP.
Does anyone have a sample / basic config for this?
This is what i have now, and not working...please help.
display current-configuration
#
#3Com Router Software V2.31
#
sysname Router
#
configure-user count 1
#
FTP server enable
#
l2tp domain suffix-separator @
#
firewall enable
#
radius scheme system
#
domain system
#
local-user admin
password cipher .]@USE=B,53Q=^Q`MAF4<<"TX$_S#6.NM(0=0\)
N
service-type telnet terminal
level 3
service-type ftp
#
dhcp server ip-pool xxxx
network 192.168.1.0 mask 255.255.255.0
gateway-list 192.168.1.1
dns-list 217.xxx.xxx.xxx
nbns-list 192.168.1.1
expired day 24
#
interface Aux0
async mode flow
#
interface Ethernet0/0
ip address dhcp-alloc
nat outbound 2000
#
interface Ethernet2/0
ip address 192.168.1.1 255.255.255.0
#
interface Serial0/0
clock DTECLK1
link-protocol ppp
shutdown
ip address ppp-negotiate
#
interface NULL0
#
acl number 2000
rule 0 permit source 192.168.0.0 0.0.0.255
#
dhcp server forbidden-ip 192.168.1.2 192.168.1.60
dhcp server detect
#
snmp-agent
snmp-agent local-engineid 0000002B7F000001000002D3
snmp-agent community read 1 acl 2000
snmp-agent sys-info version v3
#
user-interface con 0
user-interface aux 0
user-interface vty 0 4
authentication-mode scheme
#
return
Thanks.
This message was edited by El-Saviour on 4-6-09 @ 7:35 AM
I just started at a new office and they got a simple network with 10 pc's and an internet connection from the ISP.
They want me to replace the old router (simple linksys router)
with a 3Com 5012 Router. It has 2 LAN interfaces 1 allready onboard and 1 Lan interface (SIC). (The first one i use for the isp and the other one for the LAN)
I can log in via console but just don't know how to get it working with * WAN * NAT * DHCP.
Does anyone have a sample / basic config for this?
This is what i have now, and not working...please help.
#
#3Com Router Software V2.31
#
sysname Router
#
configure-user count 1
#
FTP server enable
#
l2tp domain suffix-separator @
#
firewall enable
#
radius scheme system
#
domain system
#
local-user admin
password cipher .]@USE=B,53Q=^Q`MAF4<<"TX$_S#6.NM(0=0\)
N
service-type telnet terminal
level 3
service-type ftp
#
dhcp server ip-pool xxxx
network 192.168.1.0 mask 255.255.255.0
gateway-list 192.168.1.1
dns-list 217.xxx.xxx.xxx
nbns-list 192.168.1.1
expired day 24
#
interface Aux0
async mode flow
#
interface Ethernet0/0
ip address dhcp-alloc
nat outbound 2000
#
interface Ethernet2/0
ip address 192.168.1.1 255.255.255.0
#
interface Serial0/0
clock DTECLK1
link-protocol ppp
shutdown
ip address ppp-negotiate
#
interface NULL0
#
acl number 2000
rule 0 permit source 192.168.0.0 0.0.0.255
#
dhcp server forbidden-ip 192.168.1.2 192.168.1.60
dhcp server detect
#
snmp-agent
snmp-agent local-engineid 0000002B7F000001000002D3
snmp-agent community read 1 acl 2000
snmp-agent sys-info version v3
#
user-interface con 0
user-interface aux 0
user-interface vty 0 4
authentication-mode scheme
#
return
Thanks.
This message was edited by El-Saviour on 4-6-09 @ 7:35 AM
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2009 04:57 PM
06-03-2009 04:57 PM
Re: 3Com 5012 Router basic config
Actually you need to make the following modification: Your acl number 2000 should be:
rule 0 permit source 192.168.1.0 0.0.0.255
the original you had specified 192.168.0.0 which connflicted with your private network. Also, you may beed to add a default router:
ip route 0.0.0.0 0.0.0.0 interace Ethernet 0/0
rule 0 permit source 192.168.1.0 0.0.0.255
the original you had specified 192.168.0.0 which connflicted with your private network. Also, you may beed to add a default router:
ip route 0.0.0.0 0.0.0.0 interace Ethernet 0/0
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP