Re: Configure 1800 Router with ethernet connection



On Oct 25, 12:43 pm, Trendkill <jpma...@xxxxxxxxx> wrote:
On Oct 25, 12:11 pm, Ciscohater <smd...@xxxxxxxxx> wrote:



We no longer will be using our T1 connection we now have a dedicated
lan connecting to the web. I am new to Cisco routers. How do i
configure this Router with my settings.

Internet Provider gave me the following info and I am not sure how i
can configure it. So i am a bit confused.

Example......
External IP Address 10.1.111.34
Subnet 255.255.255.252
Gateway 10.1.111.33
DNS 127.0.0.1

Internal IP Address 10.1.55.161
Subnet 255.255.255.224

Thanks

configuration terminal
interface fastethernet<mod/port> (example, 1/0, you can get this from
show ip interface brief)
ip address 10.1.111.34 255.255.255.252
description External
no shut
!
interface fastethernet<mod/port>
ip address 10.1.55.161 255.255.255.224
description internal
no shut
!

Your clients will need to be configured with the gateway, and your
default route (presuming this network does not have any other segments
that need to exchange routes, is:

ip aroute 0.0.0.0 0.0.0.0 10.1.111.33

Oops - ip route (not ip aroute)


.



Relevant Pages

  • Re: Routes not deleted after link down
    ... you may need a route daemon for this. ... >I've checked that Cisco routers remove route from FIB when interface ...
    (freebsd-net)
  • Re: Routes not deleted after link down
    ... you may need a route daemon for this. ... >I've checked that Cisco routers remove route from FIB when interface ...
    (freebsd-stable)
  • Re: Cant send packets via WiFi (possibly route issue)
    ... I think that this WiFi device should route all ... it should *all* be routed to the eth1 interface. ... Wireless is much like a point-to-point link using ... The connection between the two networks is the "Wifi AP". ...
    (comp.os.linux.networking)
  • RE: Running public IPs inside an RFC 1597 network
    ... > I'm running a typical Class C RFC 1597 network in my lab. ... know or care if we humans designate a subnet as public or private. ... is the absolute most general route there is for a machine. ... In a correctly configured system when you define an interface, ...
    (freebsd-questions)
  • Equal cost paths from separate OSPF Processes
    ... the network statements are valid in all OSPF processes. ... interface Serial0.300 point-to-point ... router#sh ip route ospf ... connected, includes subnets in redistribution ...
    (comp.dcom.sys.cisco)