- Posts: 1
- Thank you received: 0
Two diffrent network
15 years 9 months ago #29427
by sani
Two diffrent network was created by sani
Hi,
how to configure two diffrent network ip (192.168.5.0 255.255.255.0 & other is 192.168.6.0 255.255.255.0) in cisco1841
router.i would like to share one internet link to diffrent network.
Thanks
sandeep
Email-sani_102@yahoo.com
how to configure two diffrent network ip (192.168.5.0 255.255.255.0 & other is 192.168.6.0 255.255.255.0) in cisco1841
router.i would like to share one internet link to diffrent network.
Thanks
sandeep
Email-sani_102@yahoo.com
15 years 9 months ago #29445
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: Two diffrent network
I'm not sure I understand the second part of your question, essentially how it relates to the first. Could you explain with details.
Any way if you would like to set the IPs of two different interfaces you would do some thing like this:
[code:1]Router# configure terminal
Router(config)# int FastEthernet0/0
Router(config-if)# ip address 192.168.5.1 255.255.255.0
Router(config-if)# no shutdown
Router(config)# int FastEthernet0/1
Router(config-if)# ip address 192.168.6.1 255.255.255.0
Router(config-if)# no shutdown[/code:1]
Notice that I used 192.168.5.1/24 not 192.168.5.0/24 since the later is a network address, not a valid IP address. Same goes for 192.168.6.1/24
Any way if you would like to set the IPs of two different interfaces you would do some thing like this:
[code:1]Router# configure terminal
Router(config)# int FastEthernet0/0
Router(config-if)# ip address 192.168.5.1 255.255.255.0
Router(config-if)# no shutdown
Router(config)# int FastEthernet0/1
Router(config-if)# ip address 192.168.6.1 255.255.255.0
Router(config-if)# no shutdown[/code:1]
Notice that I used 192.168.5.1/24 not 192.168.5.0/24 since the later is a network address, not a valid IP address. Same goes for 192.168.6.1/24
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
15 years 9 months ago #29461
by talk2sp
BORN TO BE GREAT
c0de - 3
..........................................................
Take Responsibility! Don't let failures define you
Replied by talk2sp on topic I am learning.. lol
I am learning hmmmmmm lol.
Sani check this link.
forums.cisco.com/eforum/servlet/NetProf?...location%3D.2cd242f4
I think it's same problem u have there's something u might want to see there. but u might be prompted for registration... its all Cisco common u knw that.
Sani check this link.
forums.cisco.com/eforum/servlet/NetProf?...location%3D.2cd242f4
I think it's same problem u have there's something u might want to see there. but u might be prompted for registration... its all Cisco common u knw that.
BORN TO BE GREAT
c0de - 3
..........................................................
Take Responsibility! Don't let failures define you
Time to create page: 0.127 seconds