All posts by donn

Thinkpad T41p and Fedora Core 5

Installed FC5 off all 5 cdroms.
During installation, configured monitor for "LCD 1400×1050"
eth0 was auto-discovered, but not ath0 (wireless).
Get eth0 up: ifconfig eth0 192.168.1.222 up, route add default gw 192.168.1.1
vi /etc/resolv.conf, and add line "nameserver 206.13.28.12"
Downloaded madwifi drivers (.tar.gz) from madwifi.org
Untar’d to tmp dir
Requires kernel srcs! So, ‘yum install kernel-devel-[match kernel version].i686’
yum install gcc (for building madwifi)
cd madwifi_subdir
make
make install
modprobe ath_pci
ifconfig -a (should see ath0 now)
Load scanner: modprobe wlan_scan_sta
ifconfig ath0 up
iwlist ath0 scan (view APs in the area and which are encrypted)
iwconfig ath0 essid "default"
iwconfig ath0 key <wep key in hex>
dhclient ath0

(this is from the madwifi "newbie howto" doc)

Disabled acpi in kernel boot options (disable suspend/power management)
kernel … acpi=off rhgb quiet
(/boot/grub/grub.conf)

Disabled apmd (suspend results in freeze)
[root@localhost ~]# chkconfig –list| egrep apm
apmd            0:off   1:off   2:on    3:on    4:on    5:on    6:off
[root@localhost ~]# chkconfig apmd off
chkconfig apmd off
[root@localhost ~]# chkconfig –list| egrep apm
apmd            0:off   1:off   2:off   3:off   4:off   5:off   6:off

Change /etc/X11/xorg.conf to read:
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Generic Laptop Display Panel 1400×1050"
        HorizSync    31.5 – 90.0
        VertRefresh  59.0 – 75.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon Mobility M9"
        Option      "AGPMode" "4"
        Option      "EnableDepthMoves" "on"
        Option      "EnablePageFlip" "on"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1400×1050" "1280×1024" "1280×960" "1152×864" "1024×768" "640×480"
                Virtual  0 0
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection
(end of xorg.conf)

Knoppix and Wireless on Thinkpad T41p

6/11/2006
Downloaded Knoppix 5.0 iso (single cd)
burned cdrom
NOTE: T41p Thinkpad had NO hard drive at all! 🙂
Booted off cdrom into knoppix
su to root
ifconfig -a (ath0 is wireless)
vi /ramdisk/etc/network/interfaces

auto ath0
iface ath0 inet dhcp
  wireless_mode managed
  wlan_ng_authtype sharedkey
  wireless_enc on
  # WEP key
  wireless_key xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
  wireless_essid default

as root:
# ifup -a -v –interfaces /ramdisk/etc/network/interfaces
[will print a few "if-pre-up.d" lines, then "pump -i ath0" will print then there’ll be a long pause, then "if-up.d" lines" and then you can ping.]

Donn Lee: Enhanced IP Services for Cisco Networks, ISBN 1578701066

 

Amazon

4.5 out of 5.0 stars

Click to view on Amazon.com

cover_small
Enhanced IP Services for Cisco Networks
A practical resource for deploying quality of service, security, IP routing and VPN services.Enhanced IP Services for Cisco Networks is a guide to the new enabling and advanced IOS services that build more scalable, intelligent, and secure networks. Networking professionals will gain an understanding of services that help networks support more users, more locations, and more applications. You will learn the technical details necessary to deploy Quality of Service and VPN technologies, as well as improved security and advanced routing features. These services will allow you to extend the network to new frontiers securely, protect your network from attacks, and enhance network transport with application-level prioritization.Donald Lee (Donn Lee) provides a useful and instructive breakdown of each enhanced service: what it is, why you need it, how it works, how to deploy it, how to validate it. This book offers a practical guide to implementing IPsec, the IOS Firewall, and IOS Intrusion Detection System. Also included are advanced routing principles and Quality of Service features that focus on improving the capability of your network. A good briefing on cryptography fully explains the science that makes VPNs possible. Rather than being another routing book, this is a guide to improving your network’s capabilities by understanding and using the sophisticated features available to you in Cisco’s IOS software.

  • Understand VPN security concepts: confidentiality, integrity, origin authentication, non-repudiation, anti-replay, perfect forward secrecy
  • Deploy Quality of Service technologies to protect your mission-critical applications
  • Find out how IPsec technology works and how to configure it in IOS
  • Learn how to set up a router as a firewall and intrusion detection system
  • Gain efficient use of your IP address space with NAT, VLSM, IP unnumbered
  • Solve real-world routing problems with redistribution, route filtering, summarization, policy routing
  • Enable Authentication, Authorization, and Accounting (AAA) security services with RADIUS and TACACS+ servers

This book is a part of the Cisco Press Core Series that offers networking professionals valuable information for constructing efficient networks, understanding new technologies, and building successful careers.

Author’s Bio

Donald C. Lee (CCIE #3262) is a Senior Systems Engineer at Cisco Systems. A graduate of UCLA’s electrical engineering program, Donald has more than eight years of experience in the networking industry. He is currently responsible for designing, implementing and troubleshooting network solutions for several of Cisco’s largest Fortune 500 customers.

Reader Reviews of the Book

Groupstudy.com mailing list, 11/11/1999 (Groupstudy’s home page)
Usenet posting #1
Usenet posting #2
Usenet posting #3
Usenet posting #4
Usenet posting #5
Usenet posting #6
Usenet posting #7
Usenet posting #8
Usenet posting #9
Usenet posting #10
Usenet posting #11
Usenet posting #12
Usenet posting #13
Usenet posting #14
Usenet posting #15
Usenet posting #16
Usenet posting #17
Amazon.com reviews

More from Usenet messages:

Date: Sun, 25 May 2003 09:05:15 -0600
From: CCIE8122 <none@none.com>
Newsgroups: comp.dcom.sys.cisco
Message-ID: <3ED0DBAB.90805@none.com>
Subject: Re: Cisco reference book

>>Hi,
>>
>> I’m new to Cisco crypto and want to learn more on crypto map,
>>building router to router vpn. Can anyone advise any good reference
>>book for me ? I search on the web, not many books on the list….
>
> Enhanced IP Services by Donald Lee is pretty good place to start.

That would be my pick too. That was what I read for a crash course in
IOS VPN the night before I did a VPN consulting gig with no practical
experience whatever.

Saved my bacon.

kr


From: Hansang Bae <uonr@alp.ee.pbz>
Newsgroups: alt.certification.cisco
Subject: Re: Material for config IPsec on Cisco Router 827
Message-ID: <MPG.191929458d092bc398998c@news-server.nyc.rr.com>
Date: Wed, 30 Apr 2003 05:24:36 GMT

In article <yECra.78166$iy5.2386696@twister2.libero.it>,
joenet@inwind.it says…
> Someone can tell me some link or book
> where to find good material for studing
> configuration of IPSec on Cisco router 827 (ADSL)
> Any suggestion will be appreciate.

Enhanced IP Services by Donald Lee. It has an excellent chapters on
IPSec configuration.

hsb


From: “Russell Baker” <russell@russellb.demon.co.uk>
Newsgroups: alt.certification.cisco
Subject: Re: EVODD-DQOS (Cisco IP Telephony Design Specialist)
Date: Mon, 17 Feb 2003 20:15:30 -0000
Message-ID: <b2rft8$at5$1$8300dec7@news.demon.co.uk>

> Anyone know of the recommended reading for EVODD and DQOS?
>

I attended an IPT Seminar at Cisco UK just before Christmas, and I asked the
presenter if he knew what would be the best material to study for this. His
reply was that he was acting as a technical reviewer for Ciscopress for that
very book, he then showed me some of the chapter that he was currently
reviewing.

So to sum up some time soon. Otherwise Ciscopress do an IP Quality of
Service book and there are a couple of Chapters in Enhanced IP Services for
Cisco Networks
.

 

Russ


In article <VPQmKKAyzav9Ew2z@iconia.org.uk>, news@iconia.org.uk says…
> Anything that has good step-by-step info on lock-and-key access and/or
> IPSec really.

The earlier suggestion for the former. Enhanced IP Services by Donald Lee
for the latter.

While the first book has a chapter on IPSec, the Lee book is much better.


> Enhanced IP Services by Donald Lee for the latter.

I’ll second that. I got thrown into the fire on a consulting gig where
they had VPN all over the place, I had no book or practical knowledge of
IPSec. Read the IPSec section of this book several times, and I was
very prepared.


By the way, Enhanced IP Services by Donald Lee has some EXCELLENT chapters
on IPSec. If you read this book and can’t get basic IPSec up and running,
you need to look for a different career! <g>


> Does any one know really good VPN Book for Cisco router

Enhanced IP Services is a good one to start with. It’s not a VPN only
book, but covers the topic of IPSec, ISAKMP, etc. very well.


> Took and passed the MCast + QoS today, so have completed my CCIP
> Security. However, I felt that my QoS skills weren’t as sharp as
> possible, so would like some links/hints etc. to further reading for the
> Cisco QoS.
>
> I used the following for the exam:
> – Ciscopress: IP Quality of Service
> – Ciscopress: Enhanced IP Services for Cisco Networks
>
> Cheers,
>
> –Gareth


I really don’t think that “you’re in good shape” means that you’re actually
ready to take the exam. In fact, Hansang has posted his recommended reading
list in the past… hmmm… I think it’s here somewhere… aha!

*****
1. Jeff Doyle: Routing TCP/IP (both volumes).
2. Tanenbaum: Computer Networks.
3. Caslow: Cisco Certifications (bridges, routers and switches)
4. Donald Lee: Enhanced IP Services
5. Nam-Tan Kee: Configuring Cisco Routers for Bridging DLSw+
and Desktop Protocols
6. Slattery/Burton: Advanced IP Routing in Cisco Networks
7. Rudenko: Cisco Routers for IP Routing
8. Clark/Hamilton: Cisco LAN Switching
9. Perlman: Interconnections, Second Edition, Bridges/Routers/Switches
10. Willamson: Developing IP Multicast Networks: Definitive Guide…
11. Comer: Internetworking with TCP/IP.
12. Halabi: Internet Routing Architecture

to start…and no, I’m not joking.


I really like the Enhanced IP Services for Cisco Networks by Donald
Lee. If you can wait a couple weeks my book will be available too.

John Kaberna


> I have done IPSec ESP DES on a 3620 connecting back to back to a second
> router and then via ethernet to a third. Middle middle router is “unsecure
> Internet” as a Lab setup.. There is no problem. The best overview is in a
> wonderful book:
> Enhanced IP Services for cisco networks (ISBN: 1578701066).