Berkeley CSUA MOTD:Entry 15666
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/04 [General] UID:1000 Activity:popular
4/4     

1999/3/30-4/1 [Computer/SW/OS/Linux, Computer/SW/OS/FreeBSD] UID:15666 Activity:kinda low
3/30    I've got a friend who'd like to config a Linux machine to act as a
        a gateway so that their home network can share a DSL line -- I've
        never done this (and obviously they haven't, since they're asking
        me) . . . any good FAQ's I can point them to for advice?

3/30
 _   _    _    ____  ______   __  ____ ___ ____ _____ _   _ ____    _ __   __
| | | |  / \  |  _ \|  _ \ \ / / | __ )_ _|  _ \_   _| | | |  _ \  / \\ \ / /
| |_| | / _ \ | |_) | |_) \ V /  |  _ \| || |_) || | | |_| | | | |/ _ \\ V /
|  _  |/ ___ \|  __/|  __/ | |   | |_) | ||  _ < | | |  _  | |_| / ___ \| |_
        \_ A friend of mine uses ip masquerading. here's an email blurb:
           >lines added to the end of file /etc/rc.d/rc.local.
           >
           >echo "ip_masq 192.128.1.1"
           >echo "1" > /proc/sys/net/ipv4/ip_forward
           >/sbin/depmod -a
           >/sbin/modprobe ip_masq_ftp.o
           >/sbin/modprobe ip_masq_raudio.o
           >/sbin/modprobe ip_irc.o
           >/sbin/ipfwadm -F -p deny
           >/sbin/ipfwadm -F -a m -S192.168.1.0/24 -D0.0.0.0/0
           >/sbin/ifconfig eth1 192.168.1.1
           >/sbin/route add -net 192.168.1.0
           >-----------------------------------------
           >
           >also you have to set up the linux machine
           >as a gateway in tcpip settings in w95
           I'm not exactly sure what each line does. Don't forget to compile
           IP Masquerading into the kernel.
           \_ This is for Linux 2.0.x, which is what the latest Redhat
              distrib ships with.  You should really upgrade to 2.2.5 (it's
              \_ oh shit, i didn't know they were up to 2.2.5 already. it
                 was only a month ago when people were boasting about 2.2.2
                 \_ As you wrote this, three newer versions were relased.  By
                    the time you finish reading this sentence, they'll be at
                    version 6.2.7.8 (or so - depends on your reading speed).
              pathetically easy), and use the ipchains stuff below.  Better
              yet, use FreeBSD --dbushong
        \_ natd
           \_ That's for FreeBSD.  On a modern Linux box, use ipchains:
              ipchains -A forward -s 10.42.42.0/24 -d 0/0 -j MASQ
              (where 10.42.42.0 is your internal subnet).  You probably
              also want to add the built in proxies for things that doesn't
              cover:
              insmod ip_masq_cuseeme

3/30
 _   _    _    ____  ______   __  ____ ___ ____ _____ _   _ ____    _ __   __
| | | |  / \  |  _ \|  _ \ \ / / | __ )_ _|  _ \_   _| | | |  _ \  / \\ \ / /
| |_| | / _ \ | |_) | |_) \ V /  |  _ \| || |_) || | | |_| | | | |/ _ \\ V /
|  _  |/ ___ \|  __/|  __/ | |   | |_) | ||  _ < | | |  _  | |_| / ___ \| |_
|_| |_/_/   \_\_|   |_|    |_|   |____/___|_| \_\|_| |_| |_|____/_/   \_\_( )
                                                                          |/
         _____ __  __  ___  _   _ ____   ___  _____
        |_   _|  \/  |/ _ \| \ | |  _ \ / _ \| ____|
          | | | |\/| | | | |  \| | |_) | | | |  _|
          | | | |  | | |_| | |\  |  _ <| |_| | |___
          |_| |_|  |_|\___/|_| \_|_| \_\\___/|_____|
              insmod ip_masq_ftp
              insmod ip_masq_irc
              insmod ip_masq_raudio                 --dbushong
2025/04/04 [General] UID:1000 Activity:popular
4/4     

You may also be interested in these entries...
2013/2/19-3/26 [Computer/SW/OS/OsX] UID:54611 Activity:nil
2/19    I program a lot by sshing to a Linux cluster.  So I'm used to using
        Xemacs to code.  This works fine from a Linux or Windows workstation,
        but sometimes I have to use a Mac.  On Mac, the meta is usually
        bound to option, but that often doesn't work over ssh for some reason.
        This makes using emacs a real pain.  Any suggestions on how to fix it?
        (Other than "use vi")
	...
2012/8/28-11/7 [Computer/HW/Memory] UID:54466 Activity:nil
8/26    Amazon medium instances (3.75GB RAM): 0.160/hour = $1382/year
        Generic standard Linux VPS (4GB RAM): $480/year
        Amazon costs more (but does offer superior scaling options).
        \_ Amazon is $670 if you buy a year's usage up front (heavy util).
           Why is heavy util less expensive than light util?
	...
2012/1/4-2/6 [Computer/HW/Drives] UID:54281 Activity:nil
1/4     I want to test how my servers behave during a disk failure and
        a RAID reconstruction so I want to simulate a hardware failure.
        How can I do this in Linux without having to physically pull
        a drive? These disks are behind a RAID card and run Linux. -ausman
        \_ According to the Linux RAID wiki, you might be able to use mdadm
           to do this with something like the following:
	...
2010/7/21-8/9 [Computer/SW/OS/FreeBSD] UID:53890 Activity:nil
7/21    Can I just use ifconfig to expand my netmask on a FreeBSD box?
        Are there any gotchas here? Linux forces me to restart my network
        to expand my netmask.
        \_ yes... and no, you don't have to restart your network on linux either
           \_ Rebooting is the Ubootntoo way!
              \_ Oooboot'n'tootin!
	...
2010/7/22-8/9 [Computer/SW/OS/FreeBSD, Computer/HW/Drives] UID:53893 Activity:nil
7/22    Playing with dd if=/dev/random of=/dev/<disk> on linux and bsd:
        2 questions, on linux when <disk>==hda it always gives me this off
        by one report i.e. Records out == records in-1 and says there is an
        error. Has anyone else seen this?  Second, when trying to repeat this
        on bsd, <disk>==rwd0 now, to my surprise, using the install disk and
        selecting (S)hell, when I try to dd a 40 gig disk it says "409 records
	...
2010/5/26-6/30 [Computer/SW/Unix/WindowManager, Computer/SW/OS/OsX] UID:53844 Activity:nil
5/26    anyone use lxde?  supposedly it is less stupid than xfce and
        less bloated than gnome.  thoughts?
        \_ lol, does anyone still use desktop linux?  Get with the times
           buy a mac.  Now.  DO IT.  Go NOW.
           \_ but we prefer herring to Kool-Aid
              \_ "you have to yell, he's hard of herring"
	...
2010/5/6-26 [Computer/SW/OS/Windows] UID:53818 Activity:low
5/5     Does anyone know how to do custom install of Ubuntu 10.04? I can't
        even boot it up to give me the menu to custom install and it
        keeps installing a bunch of crap I don't need. It's getting
        just as slow and bloated as Winblows install. Dear lord,
        I miss the old Ubuntu.
5/5=1.0 Numerology FTW.    5+5=10
	...
2010/4/22-5/10 [Computer/SW/Languages/Misc] UID:53797 Activity:nil
4/22    In Linux is there an easy way to rename the scripts in /etc/rc?.d ?
        For example I want to set all the /etc/rc?.d/S91apache to S100apache
        so that it'll run the ramdisk BEFORE going to apache.
        \_ Sure, just move them.
           \_ I mean is there a script that will rename all of them
              for me? Like: setrc apache2 0 0 1 1 1 1
	...