<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>getting my hand wet over cisco!! please help in Cisco</title>
<link>http://www.dslreports.com/forum/r10361865</link>
<description></description>
<language>en</language>
<pubDate>Fri, 21 Nov 2008 20:38:33 EDT</pubDate>
<lastBuildDate>Fri, 21 Nov 2008 20:38:33 EDT</lastBuildDate>

<item>
<title>Re: Yay! We did it!</title>
<link>http://www.dslreports.com/forum/remark,10382857</link>
<description><![CDATA[<A HREF="/useremail/u/946484"><b>emidika</b></A> : God bless u Man!<br>God bless u man!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10382857</guid>
<pubDate>Mon, 31 May 2004 07:06:48 EDT</pubDate>
</item>

<item>
<title>Yay! We did it!</title>
<link>http://www.dslreports.com/forum/remark,10381444</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : You're welcome! Actually I should give the advise at the 1st glimpse. This is what happen when I am in a middle of something.<br><br>FYI, instead of using the private address 10.10.10.x; you of course can use 192.168.0.x like the one you show. But I always like to use 10.x.x.x for PC's network settings and use 192.168.x.x for routers (or layer-3 capable device) for the sake of OSPF.<br><br>I hope we all can learn something here. And emidika, you might want to document this thread for future reference, in case you lost the config or face similar situation.<br><br>I always like happy ending ... :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10381444</guid>
<pubDate>Mon, 31 May 2004 00:04:58 EDT</pubDate>
</item>

<item>
<title>Re: getting my hand wet over cisco!! please help</title>
<link>http://www.dslreports.com/forum/remark,10378161</link>
<description><![CDATA[<A HREF="/useremail/u/946484"><b>emidika</b></A> : Thanks aryoba, i follow your advice and now i am connected!!!!!!, everything start to make sense now to me! i have been the biggest idiot to believe that i could have use the fix ip address to configure my interface e0. But thanks to you i learn my lesson. I can think you enough, ss you man i am now enjoying a bit of my investment. many thank and have a great week end.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10378161</guid>
<pubDate>Sun, 30 May 2004 15:47:09 EDT</pubDate>
</item>

<item>
<title>Re: Clarification and suggestion</title>
<link>http://www.dslreports.com/forum/remark,10377517</link>
<description><![CDATA[<A HREF="/useremail/u/946484"><b>emidika</b></A> : ok , i am giving it a go. i shall let you know in lets than an hour. Other than that the address that was giving to me by my isp is: 81.56.167.167 and you can verify it by looking at my ipconfig /all<br>                                            smtp.free.fr<br>                                            news.free.fr<br><br>Ethernet adapter Local Area Connection:<br><br>        Connection-specific DNS Suffix  . : free.fr<br>        Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connecti<br>on<br>        Physical Address. . . . . . . . . : 00-07-E9-43-4A-1F<br>        Dhcp Enabled. . . . . . . . . . . : No<br>        IP Address. . . . . . . . . . . . : 192.168.0.5<br>        Subnet Mask . . . . . . . . . . . : 255.255.255.0<br>        Default Gateway . . . . . . . . . : 81.56.167.167<br>        DNS Servers . . . . . . . . . . . : 212.27.32.176<br>                                            212.27.32.177<br>        NetBIOS over Tcpip. . . . . . . . : Disabled<br><br>PPP adapter free ADSL:<br><br>        Connection-specific DNS Suffix  . : free.fr<br>        Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface<br>        Physical Address. . . . . . . . . : 00-53-45-00-00-00<br>        Dhcp Enabled. . . . . . . . . . . : No<br>        IP Address. . . . . . . . . . . . : 81.56.167.167<br>        Subnet Mask . . . . . . . . . . . : 255.255.255.255<br>Let me know if there is something odd in this .]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10377517</guid>
<pubDate>Sun, 30 May 2004 14:03:48 EDT</pubDate>
</item>

<item>
<title>Clarification and suggestion</title>
<link>http://www.dslreports.com/forum/remark,10375882</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : After I revisit your config, there are some things that are incorrect. 1st of all, let me clarify something.<br><br>1) Does your ISP require you to use PPP (specifically PPPoE)?<br>2) Is it the IP address of 81.56.167.167 the proper IP address the ISP gave to you?<br><br>Assuming answers of above questions are all true, you cannot use 81.56.167.167 (or any IP in 81.56.167.x range) for LAN interface (e0). Why? Because you perform NAT. You have to use different IP segment (private IP address recommended).<br><br>The example on the FAQ stated, it used 10.10.10.x (10.10.10.1 255.255.255.0 to be precise) as IP address of e0. Now for the sake of simplicity, do the followings:<br><br>1) Replace the e0's IP address with 10.10.10.1.<br><br>2) Modify "access-list 10 permit 81.56.x.0 0.0.0.255" to be "access-list 10 permit 10.10.10.0 0.0.0.255" to match the modification on the step 1.<br><br>3) Add "ip tcp adjust-mss 1452" under interface e0's config to match the interface d1's.<br><br>4) Replace your PC's network setting with the followings. Set the IP address as (let's say) 10.10.10.2 with subnet mask 255.255.255.0 and IP default gateway as 10.10.10.1. <br><br>5) Lastly enter the DNS IP address (or addresses) to the PC's setting as well. If you don't know, ask your ISP; or see if you can find and use a working DNS.<br><br>Try these steps and see what happen ... :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10375882</guid>
<pubDate>Sun, 30 May 2004 09:23:07 EDT</pubDate>
</item>

<item>
<title>Re: getting my hand wet over cisco!! please help</title>
<link>http://www.dslreports.com/forum/remark,10370866</link>
<description><![CDATA[<A HREF="/useremail/u/886370"><b>ChitownSVT</b></A> : It seems like ur connected since you do get an ip address.  I would say try pinging your DNS servers or google.com or something, If you get replies then make sure u set the DNS servers on your PC.  Other than that im not sure what the problem could be.  <br>One more thing, try sending it through a switch instead of directly into the router.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10370866</guid>
<pubDate>Sat, 29 May 2004 14:29:18 EDT</pubDate>
</item>

<item>
<title>Re: getting my hand wet over cisco!! please help</title>
<link>http://www.dslreports.com/forum/remark,10370080</link>
<description><![CDATA[<A HREF="/useremail/u/946484"><b>emidika</b></A> : again i need to ask this. i got only one pc and one router 2514 load with ios 12.3 and 2 transceiver + 3 cross over cable. I have connect the port ethernet0 to the pc and ethernet1 to the modem. i have also configure the router with the above configuration that i save in my nvram.<br>Now i don't know what to do next because i thought that after those step if i click on the explorer icone i can be connected to the net, but it is not the case! so i know i am missing something. Normally i can do without the hassle by connecting directly my modem to my pc without the router. But i want to learn so i though of giving this connection router+modem+pc a try!. Can someone tell me if i need more stuff or if i am missing something please. The whole thing is driving me nut because i been on this problem for months and i just realized that without outside help i will never gonna be able to do it.:o:o:o:o:o]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10370080</guid>
<pubDate>Sat, 29 May 2004 12:18:54 EDT</pubDate>
</item>

<item>
<title>Re: getting my hand wet over cisco!! please help</title>
<link>http://www.dslreports.com/forum/remark,10364746</link>
<description><![CDATA[<A HREF="/useremail/u/946484"><b>emidika</b></A> : i have added the command :<br>dialer-list 1 protocol ip permit<br>and i can still see nothing !<br>in fact when the configuration is done and the modem is connect via the transceiver on ehternet1 and ethernet0 is link to the pc port what should then happen? let say when that is done if i open explorer could access the internet, or do i need some extrat thing? if someone as got this type off setting please help out. I think norezo did say on this forum that he succeded building such network connection with his router 2514. It is the same issue that i have now. i have finish the hardware connection now i don't know how to do to get the whole thing working.:uhh::uhh::uhh:]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10364746</guid>
<pubDate>Fri, 28 May 2004 17:15:46 EDT</pubDate>
</item>

<item>
<title>Re: getting my hand wet over cisco!! please help</title>
<link>http://www.dslreports.com/forum/remark,10362992</link>
<description><![CDATA[<A HREF="/useremail/u/946484"><b>emidika</b></A> : I am using a cross over cable. However after reading a post by a member it is state that you need a tftp server. this is what he develop: <br><br>I REPEAT THIS IS NOT FROM ME BUT IT IS AN EXAMPLE THAT I FOUND ON THIS FORUM!<br>**************************<br><br> A)For illustration purposes, I use:<br>* Cisco 806 router<br>* ISP provided static IPs<br>* ISP provided DNS<br>* PPPoE (have to put username and password to connect to ISP)<br><br>Also for illustration purposes, I run FTP server behind the router. This configuration can be modified to also have web or mail servers.<br><br>Just a bit of explanation. E0 interface is for inside network (LAN). E1 is for outside (ISP or WAN). Dialer1 is for PPPoE. The 1.0.0.13 is ISP provided static IP address for the use of the server. This configuration example is for running FTP server, which uses the standard port 20 and 21.<br><br>The LAN uses 10.10.10.0 network with 255.255.255.0 subnet. All servers in the LAN use static IP address.<br><br>Basically I suggest that you deploy NAT (Network Address Translation) and PAT (Port Address Translation) to setup your own servers behind Cisco router. The NAT is used to translate the ISP's given static IP address to your local IP address. The PAT is used to translate TCP ports (the port 20 and 21) between the two IP addresses.<br><br>Instruments used in this illustration are pretty much standard for running your own servers. Please note that IP addresses, username, and password are changed. However, you could always modify the configuration to suit your situation.<br><br>SO MY QUESTION IS SHOULD I RUN A TFTP SERVER AS WELL IN ORDER TO BE ABLE TO LAUNCH EXPLORER AS EXPLAINED?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10362992</guid>
<pubDate>Fri, 28 May 2004 13:34:25 EDT</pubDate>
</item>

<item>
<title>Re: getting my hand wet over cisco!! please help</title>
<link>http://www.dslreports.com/forum/remark,10362567</link>
<description><![CDATA[<A HREF="/useremail/u/886370"><b>ChitownSVT</b></A> : What kind of cable are you connecting to the PC with<br>straight-through or crossover?  You should be using a crossover if its connected directly to the PC.  ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10362567</guid>
<pubDate>Fri, 28 May 2004 12:33:40 EDT</pubDate>
</item>

<item>
<title>Add this command</title>
<link>http://www.dslreports.com/forum/remark,10361984</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : Try to add command "dialer-list 1 protocol ip permit" and see what happen ... :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10361984</guid>
<pubDate>Fri, 28 May 2004 11:17:40 EDT</pubDate>
</item>

<item>
<title>getting my hand wet over cisco!! please help</title>
<link>http://www.dslreports.com/forum/remark,10361865</link>
<description><![CDATA[<A HREF="/useremail/u/946484"><b>emidika</b></A> : Hi all, let say that i got a configuration on this forum to launch home network. For this purpose i bought two transciever and the appropriate cable. Now my problem is that after i key in the configuration and save it in my router 2514 i don't know how to connect to the internet. I usually click on my dial up DSL to be connected but now when i do that i got no response. But i can see from my router that something is happening but i don't know what!<br>Now !is there a special setting that i should do to have my pc able to get me connect to my router? For those who can understand cisco this is my configuration:<br>NICO#sh start<br>Using 2008 out of 32762 bytes<br>!<br>! Last configuration change at 13:46:41 UTC Fri May 28 2004<br>! NVRAM config last updated at 13:51:25 UTC Fri May 28 2004<br>!<br>version 12.3<br>no parser cache<br>no service pad<br>service timestamps debug uptime<br>service timestamps log uptime<br>service password-encryption<br>service udp-small-servers<br>service tcp-small-servers<br>no service dhcp<br>!<br>hostname NICO<br>!<br>boot-start-marker<br>boot system flash<br>boot-end-marker<br>!<br>logging console informational<br>enable password xxxxxxxxxx<br>02:12:39: %DIALER-6-BIND: Interface Vi1 bound to profile Di1<br>02:12:39: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up<br>02:12:46: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access1, chang<br>ed s!        p<br>no aaa new-model<br>ip subnet-zero<br>ip cef<br>!<br>vpdn enable<br>!<br>vpdn-group 1<br> request-dialin<br>  protocol pppoe<br>!<br>!<br>!<br>!<br>interface Ethernet0<br> description Lan Interface<br> ip address 81.56.x.x 255.255.255.0<br> ip nat inside<br> no ip mroute-cache<br> no cdp enable<br>!<br>interface Ethernet1<br> description ADSL Interface<br> no ip address<br> no ip mroute-cache<br> pppoe enable<br> pppoe-client dial-pool-number 1<br> no cdp enable<br>!<br>interface Serial0<br> no ip address<br> no ip mroute-cache<br> shutdown<br> no cdp enable<br>!<br>interface Serial1<br> no ip address<br> no ip mroute-cache<br> shutdown<br> no cdp enable<br>!<br>interface Dialer1<br> description Free ADSL<br>p address negotiated<br> ip access-group 101 in<br> ip mtu 1492<br> ip nat outside<br> encapsulation ppp<br> ip tcp adjust-mss 1452<br> no ip mroute-cache<br> dialer pool 1<br> dialer-group 1<br> no cdp enable<br> ppp authentication chap callin<br> ppp chap hostname xxxxxxxx@freeadsl<br> ppp chap password 7 xxxxxxxxxxxxxxx<br> ppp pap sent-username xxxxxxx@freeadsl password 7 xxxxxx<br>!<br>ip nat inside source list 10 interface Dialer1 overload<br>no ip http server<br>ip classless<br>ip route 0.0.0.0 0.0.0.0 Dialer1<br>!<br>!<br>access-list 10 permit 81.56.x.0 0.0.0.255<br>access-list 101 deny   tcp any any eq telnet<br>access-list 101 permit ip any any<br>no cdp run<br>!<br>banner motd ^C<br>FUTHER ACTION WILL BE TAKEN BY THE POLICE<br>************************************************************************<br>^C<br>!<br>line con 0<br>line aux 0<br> transport input all<br>line vty 0 4<br> password 7 xxxxxxxx<br> login<br>!<br>ntp clock-period 17042336<br>ntp server 212.27.32.176 prefer<br>ntp server 212.27.32.177<br>!<br>end<br>**************and when i do <br>sh ip int brief I got:<br>NICO#sh ip int brief<br>Interface                  IP-Address      OK? Method Status                Prot<br>ocol<br>Ethernet0                  81.56.167.167   YES manual up                    up<br><br>Ethernet1                  unassigned      YES manual up                    up<br><br>Serial0                    unassigned      YES manual administratively down down<br><br>Serial1                    unassigned      YES manual administratively down down<br><br>Virtual-Access1            unassigned      YES unset  up                    up<br><br>Dialer1                    81.56.167.167   YES IPCP   up                    up<br><br>From all this information can someone guide me through please. I have been stuck with this issue for at least 3 monts now and i like to learn, know and understand this cisco stuff. Any help will be appreciated. In particular when you have the modem connect through the transciever on Ethernet1 and on Ethernet0 i have a transciever which is connect to the ethernet port of my pc. and i have key in and save my configuration now what else i need to do so that when i open explorer i will see that i am connected to the internet?:huh::huh::huh::huh::huh::huh::huh:]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,10361865</guid>
<pubDate>Fri, 28 May 2004 11:04:02 EDT</pubDate>
</item>

</channel>
</rss>
