03-07-2023 06:13 AM
hi all i need some pointer in what i do wrong
i connected my modem ISP to ge0/0 and gets an dhcp ip so far so good
but when i connect an cable to one of the open fasstethernet nothing happends and yes i am an beginner tryed to add vlans but wont connect
my isp is 192.168.2.1 i added the modem ip dhcp and made an dhcp but when i want to connect to the ge port well nothing
i am doing something very wrong and yes i am an beginner
also 1 port is dedecated 10.10.10.0 well so far i can l can log in to the gui
but then
what i want him to do is allowing the isp dhcp to give fastethernets also an ip adres so i can go on the internet if i try to do the and point to dhcp well you geussed it the router doesnt want to do that
so how can i this beutifull machine talking to the ge0/0
anyone would have the time to tell me how this can be fixed would be greatfull
thank you in advance
Solved! Go to Solution.
03-08-2023 03:09 AM
If the WAN Interface is 1GB interface and you connected to ISP 1GB that is ok ?
if the Lan interfce fast ethernet, that is limitation max 100MB,
if you looking 1GB on the Lan side you need to buy different model which has gig ethernet lan side also.
if that answer all your questions, not further assistance required, can we mark as resolved..so in the future if some one has same issue the users can be refer this thread for solution.
03-08-2023 03:57 AM
03-07-2023
08:14 AM
- last edited on
03-10-2023
01:57 AM
by
Translator
Login to command level and post
show run
Thinking that you have connected your ISP side modem Ethernet connection to Gig 0 - below config should work. :
ip dhcp excluded-address 10.10.10.1 10.10.10.5
!
ip dhcp pool MYDHCP
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 8.8.8.8
!
interface GigabitEthernet0
ip address dhcp
ip nat outside
no shut
!
!
interface Vlan1
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
ip routing
!
access-list 10 permit 10.10.10.0 0.0.0.255
ip nat inside source list 10 interface gig0 overload
ip route 0.0.0.0 0.0.0.0 gig0 dhcp
still not working post new config
==============================
show run
show IP interface brief
show IP route
03-08-2023 02:25 AM
03-08-2023 03:09 AM
If the WAN Interface is 1GB interface and you connected to ISP 1GB that is ok ?
if the Lan interfce fast ethernet, that is limitation max 100MB,
if you looking 1GB on the Lan side you need to buy different model which has gig ethernet lan side also.
if that answer all your questions, not further assistance required, can we mark as resolved..so in the future if some one has same issue the users can be refer this thread for solution.
03-08-2023 03:57 AM
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