Gentoo Archives: gentoo-security

From: Robert Larson <robert@×××××××××.com>
To: gentoo-security@l.g.o
Subject: Re: [gentoo-security] Should I change my password?
Date: Fri, 17 Feb 2006 22:55:05
Message-Id: 200602171649.08698.robert@sixthings.com
In Reply to: [gentoo-security] Should I change my password? by "J.A."
1 On Friday 30 September 2005 02:02 pm, J.A. wrote:
2 > I have a separate gateway/firewall (in.thesame.net) but I forgot the
3 > user name and password. It was setup with openna.com security procedures
4 >   about four years ago.
5 openna.com mentions nothing (I didn't see it) about securing your BIOS or boot
6 loader. This means that you can download knoppix and boot it (assuming you
7 have a bootable cdrom, you may need to change bios settings).
8
9 Once knoppix is up and running, find the device that contains your firewall's
10 filesystem. If the filesystem is on multiple partitions, then mount them as
11 they would be on the live system. Assuming /dev/hda3 is your primary
12 partition, perform the following:
13 # mount /dev/hda3 /mnt/hda3
14 # chroot /mnt/hda3
15 # passwd
16 ... type your new password, twice to verify
17
18 If it complains, you may need to have proc mounted. If so, you can do this:
19 mount -t proc none /mnt/hda3/proc
20
21 These are a little bit generalized, but I hope it helps.
22
23 Robert Larson
24
25 --
26 gentoo-security@g.o mailing list

Replies

Subject Author
Re: [gentoo-security] Should I change my password? Paul de Vrieze <pauldv@g.o>