10-13-2014 04:15 PM - edited 03-07-2019 09:05 PM
Please help me configure my 2651xm router.
My DSL line has a modem of Zyxel P-2612 and I want to connect it to fa0/0 on 2651xm and fa0/1 to switch..
anyone help me configure this connection?
Thank you in advance..
10-13-2014 06:04 PM
Do you have any existing configuration? Your config should look something like this:
interface F8
ip nat inside
interface G0
ip nat outside
ip access-list standard NAT
permit 192.168.11.0 0.0.0.255
ip nat inside source list NAT interface G0 overload
10-14-2014 06:42 AM
Hi,
If your modem has one ethernet or Fastethernet port, you can connect it directly on you f0/0 and connect you switch on f0/1 port,
secondly, give those IP addresse, and activate routage.
Exemple:
Router(config) int f0/0
Router(config-if)ip address 63.0.0.1 255.255.255.0
Router(config-if)no shut
Router(config)int f0/1
Router(config-if) ip address 10.0.0.1 255.0.0.0
Router(config-if)no shut
Router(config) ip route 0.0.0.0 0.0.0.0 fa0/0
this simply configuration cant work fine il you have modem with port Ethernet or Fastethernet port
Good luck,
CEDRIC
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide