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

2000/4/27-29 [Computer/Networking, Computer/SW/Unix] UID:18124 Activity:high 72%like:18122
4/26    I have one IP address on my DSL line.  I have three computers
        on my LAN.  I want to be able to telnet into any of these from
        an outside IP address.  How do I do this?  [Question re-phrased]
        [Does anyone know of a product that can route more than one domain
        on one ip?  I know this is possible with virtual hosting.  Im trying
        to set up three computers I can telnet to on my DSL line, which only
        comes with one static ip.]
        \_ This question makes no sense.  What you've seen is web virtual
           hosting but given that your DSL provider only provided you one
           IP address you cannot create 3 new IP addresses visible to the
           outside world.  The best you can do is create a subnet
           (192.168.*.*) and have a computer (Linux IPmasq, NAT, WinGate,
           whatever) perfrom some sort of network translation.  The reason
           why web server virtual hosting works is because it's really
           using the same IP address but the URL that the web browser sends
           to the server hints to which directory to look at.  For example,
                      suggest NAT software in which the telnet remaps are
           if I have a web page at http://www.dnai.com/~jondoe I can request that
           dnai set up virtual hosting so that when a browser asks for
           http://www.jondoe.com it will actually return to the browser
           http://www.dnai.com/~jondoe instead (although the person surfing the
           web can tell this).  How that's done is simply adding a DNS entry
           and reconfiguring the web serer.  But most services don't do
           that.  You cannot map a host name to an internal firewall's IP's
           port.  For example, you cannot create a DNS entry called
           <DEAD>ssh-to-scotch.berkeley.edu<DEAD> to map to <DEAD>scotch.berkeley.edu<DEAD>:22.
           If you want to be able to telnet to your three internal
           computers protected by the firewall, you can setup portforwarding
           which is supported by many OS's.  So you can have a port listenig
           on port 1234 of your firewall so that when you do a
           > telnet <DEAD>mydslline.com<DEAD> 1234
           it will send all the packets to your internal computer.
        \_ I know Win2K server can do this, because I have it working now
           with your situation.  Incidentally, I asked the same question
           on the motd half a year ago and the responses I got were
           the equivalent of "huh, fux0r?" and "fux0r me".
                \_ Win2K isn't magic - any NAT software can do this, but
                   you'll have to map different ports to different hosts
                   (i.e. telnet NAT 23 goes to host a, telnet NAT 123 to
                    host b, telnet NAT 223 to host c)
                   \_ Yeah, but Win2K has it nicely dumbed down.  Please
                      suggest software in which the telnet remaps are
                      easy with the matching OS name.  Thanks! =)
           \_ uh, the "product" that can "route" more than one domain to
              one IP is called "DNS", and that doesn't stand for "Digital
              Nervous System" you stooge.  -tom
              \_ tom, as you've pointed out, the question has some problems.
                 Nevertheless, you can set up Win2K server to route
                 telnets to your single DSL IP to an IP in your internal LAN.
        \_ the question is stupid and will be deleted in about 20 minutes.
                \_ Don't be a doofus.  The guy just wants to know how to do
                   NAT.  Just because he doesn't know the exact right question
                   to ask doesn't make it a stupid question.  If he knew
                   what NAT was he probably wouldn't have had to ask how to
                   do it.
                   \_ No he doesn't you doofus. You cannot solve this with
                     NAT, because he stated he has ONE IP ADDRESS globally.
                     You need a reverse-proxy, or plug-gw, on a
                     real operating system.
                        \_ A real OS, NAT, and DNS and he's fine.  WTF's your
                           problem?  _I_ wasn't the one talking about win2k.
                           \_ Win2K is a real OS. Oh shit, no it isn't. Sorry.

                              his requirements with NAT.
                              You might want to actually READ the requirements
                              this time.
                              \_ Person A is mad about other people being mad;
                                 Person B is mad about "NAT" term usage.
        \_ how about a home gateway? 2 Wire is suppose to come out
           with something this spring: http://www.2wire.com
           \_ Please tell me of inexpensive, easy port forwarding software
              for Windoze|Linux|Slowaris.  Thx.
                \_ http://coombs.anu.edu.au/ipfilter does a nice job.
                   Otherwise, freebsd comes with ipfw and natd.  Linux
                   I believe  comes with some weird ipmasq stuff.  I've
                   found ipfilter (comes with a component called ipnat)
                   to be pretty fast and straightforward.  -John
                   \_ Thanks, John!  Now if only there weren't so many
                      root kits lying around for all the Unix boxes.
                      \_ Did you plan on installing and out-of-date UNIX
                         base system, with all of the default software
                         turned on, so one of these rootkits would actually
                         be a problem?
            \_ But of course, you'll be forwarding to port 22, since you
               should use ssh instead of telnet.
ERROR, url_link recursive (eces.Colorado.EDU/secure/mindterm2) 2025/04/03 [General] UID:1000 Activity:popular
4/3     

You may also be interested in these entries...
2009/11/4-17 [Computer/SW/P2P, Computer/Networking, Computer/SW/Security] UID:53495 Activity:nil
11/4    Holy cow, I got a warning from my ISP that they were notified
        by BSA/baytsp.com that I was copying music/video/software.
        Do they do port scan or something? That's a first for me.
        \_ They hang out on P2P networks and track IP addresses.  -tom
           \_ I believe they are paid by content providers to perform this
              monitoring service, so you should only run this risk with content
	...
2008/11/7-13 [Computer/Networking] UID:51876 Activity:low
11/7    Need help on http proxy. After I VPN to work, I'd like to tunnel
        all the traffic to my machine. How do I setup my machine (Linux)
        as a proxy server so that my home computers can route through it?
        I'm asking because the site we're testing on requires that we
        come from the same IP. If I use VPN, the server will reject me
        based on the fact that it's a different IP than my work Linux.
	...
2008/8/5-10 [Computer/Networking] UID:50788 Activity:nil
8/5     It looks like my company has started blocking HTTPS tunneling.
        I used to do this by tunneling SSH through the HTTP/HTTPS proxy
        server, but this seems to have stopped working. Does anyone know
        how the implementation of tunneling detection works, and whether
        there are widely available implementations? We run a bunch of MS
        stuff, so I imagine we're running an MS proxy server or something.
	...
2007/6/28-7/2 [Computer/Networking] UID:47104 Activity:nil
6/28    what?
        We are deeply, deeply sorry to say that due to licensing constraints,
        we can no longer allow access to Pandora for most listeners located
        outside of the U.S. We will continue to work diligently to realize
        the vision of a truly global Pandora, but for the time being we are
        required to restrict its use. We are very sad to have to do this, but
	...
2007/6/28-7/2 [Computer/SW/SpamAssassin] UID:47111 Activity:nil
6/28    Q: What are folks using these days for anti-spam measures?  I'm
        looking for something that integrates with my MTA (postfix) or my
        delivery agent (sieve).  Currently I'm using a crufty version of
        spamassassin wired into postfix via amavisd-new.  It's decent, but I
        don't want to be bothered with manually upgrading spamassassin or
        updating rulesets on a regular basis.  Anyone have any experience
	...
2006/2/18-23 [Computer/Networking] UID:41923 Activity:low
2/18    My DSL modem's ip address is 192.168.0.1, my internal network
        behind my router is 10.0.0.x. Is there a way I can configure
        the router so I can access the DSL modem from my 10.0.0.x
        network directly without re-wiring? Static routes? I tried it
        but no much luck. I also tried changing my internal network to
        192.168.0.x, but still does not work. Thanks.
	...
2006/1/28-31 [Computer/Networking] UID:41585 Activity:low
1/28    Just switched to Comcast from SBC and generally happy with it.  But
        can someone please explain to me why they are constantly pumping
        ARP traffic through the network?  It seems harmless, but I'm curious
        as I didn't see it with DSL.  It's a little disconcerting to see
        constant traffic on your router, even if ARPs are harmless from
        a bandwidth perspective, and it makes the WAN send/receive light
	...
2006/1/22-24 [Computer/Networking] UID:41477 Activity:nil
1/21    I am trying to setup a small network for my girlfriend's
        mom's company.  They just bought an accounting package
        which requires windows 2003 server.  And they want internet
        access from each computer.  How should the network be setuped?
        Would it be dumb to use static IP for each computer and a
        computer as internet gateway?
	...
2005/8/29-30 [Computer/Networking] UID:39329 Activity:moderate 54%like:37400
8/29    What's the difference between a hub, a switch and a router?  Thx.
        \_ AFAIK, probably be corrected by someone:
           hub: Allows communication on a LAN with bandwith shared amongs all
                the nodes on the hub and maxing out at the max line speed.
           switch: Allows communication on a LAN with bandwith greater than
                the max line speed (point to point)
	...
2005/6/2-3 [Computer/Networking] UID:37941 Activity:moderate
6/2     I've been to many places and almost every place I go to have
        802.11b/g. However, almost all of them have protected access,
        which I presume they use because they don't want people stealing
        their bandwidth. So here is one idea I think will really
        revolutionize 802.11X... an option in the router that allows you to
        specify the percentage of unprotected bandwidth you are willing to
	...
2005/5/23-25 [Computer/Networking] UID:37799 Activity:nil
5/23    Has anyone played with carp/pfsync on OpenBSD? I have a simple
        two firewall setup, one fw running 3.6, the other running 3.7.
        Right now the 3.6 system is the "master" and everything seems
        to work properly except that I can't ping the virtual ip from
        the master system. Any ideas?
        \_ I've seen this with a lot of virtual IP/failover/load balancers.
	...
2012/8/29-11/7 [Computer/SW/Security] UID:54467 Activity:nil
8/29    There was once a CSUA web page which runs an SSH client for logging
        on to soda.  Does that page still exist?  Can someone remind me of the
        URL please?  Thx.
        \_ what do you mean? instruction on how to ssh into soda?
           \_ No I think he means the ssh applet, which, iirc, was an applet
              that implemented an ssh v1 client.  I think this page went away
	...
2012/8/30-11/7 [Computer/SW/Apps, Computer/SW/Unix] UID:54470 Activity:nil
8/30    Is wall just dead? The wallall command dies for me, muttering
        something about /var/wall/ttys not existing.
        \_ its seen a great drop in usage, though it seems mostly functional.
            -ERic
        \_ Couldn't open wall log!: Bad file descriptor
           Could not open wall subscription directory /var/wall/ttys: No such file or directory
	...
2012/9/20-11/7 [Computer/SW/Unix, Finance/Investment] UID:54482 Activity:nil
9/20    How do I change my shell? chsh says "Cannot change ID to root."
        \_ /usr/bin/chsh does not have the SUID permission set. Without
           being set, it does not successfully change a user's shell.
           Typical newbie sys admin (on soda)
           \_ Actually, it does: -rwsr-xr-x 1 root root 37552 Feb 15  2011 /usr/bin/chsh
	...
2012/3/29-6/4 [Computer/HW/Memory, Computer/HW/CPU, Computer/HW/Drives] UID:54351 Activity:nil
3/29    A friend wants a PC (no mac). She doesn't want Dell. Is there a
        good place that can custom build for you (SSD, large RAM, cheap video
        card--no game)?
        \_ As a side note: back in my Cal days more than two decades ago when
           having a 387SX made me the only person with floating-point hardware,
           most machines were custom built.
	...
2012/5/8-6/4 [Computer/SW/Unix] UID:54383 Activity:nil
5/8     Hello everyone!  This is Josh Hawn, CSUA Tech VP for Spring 2012.
        About 2 weeks ago, someone brought to my attention that our script
        to periodically merge /etc/motd.public into /etc/motd wasn't
        running.  When I looked into it, the cron daemon was running, but
        there hadn't been any root activity in the log since April 7th.  I
        looked into it for a while, but got lost in other things I was
	...
2012/1/27-3/26 [Computer/SW/Unix] UID:54299 Activity:nil
1/27    Interesting list of useful unix tools. Shout out to
        cowsay even!
        http://www.stumbleupon.com/su/3428AB/kkovacs.eu/cool-but-obscure-unix-tools
        \_ This is nice.  Thanks.
	...
Cache (158 bytes)
www.2wire.com
Copyright 2003, 2Wire, Inc. All Rights Reserved. Privacy Policy | 12 Legal Notices | 13 Contact Us | 14 Site Map References Visible links 1. Hidden links: 15.
Cache (767 bytes)
coombs.anu.edu.au/ipfilter -> coombs.anu.edu.au/ipfilter/
Donations Thanks to those who have been able to support IP Filter through 13 donations of hardware. The current implementation provides a small set of tools, which can easily be used and integrated with regular unix shells and tools. Amongst these tools is a new addition, ipftest, which is provided so that you can test a rule set before committing it to use in your kernel. It can also be used to flush the current firewall rule set or delete individual firewall rules. This allows for testing of firewall rule list and examination of how a packet is passed along through it. Documentation on ioctl's and the format of data saved to the logging character device is provided so that you may develop your own applications to work with or in place of any of the above.
Cache (1188 bytes)
www.dnai.com/~jondoe -> www.rcn.com
Now you can get the fastest High-Speed Internet access on the market absolutely FREE for up to 6 months when you buy an RCN bundle. Click the link below to learn more about our special offers. Now you can get the fastest High-Speed Internet access on the market absolutely FREE for up to 6 months when you buy an RCN bundle. Click the link below to learn more about our special offers. With 6 to 10 times more detail and fantastic sound - RCN HDTV offers the ultimate home theater experience. CBS adds great entertainment choices to an already potent High-Definition lineup. Call 1-800-RING-RCN or use your TV remote to place an order today. Click the links below to view the movie trailers on the RCN Megaband Portal. Zipcode:* Go *Indicates required field Locate your favorite channel in our local channel line-ups. Visit our support pages for more help with your RCN services. RCN offers a free online tool that searches your computer for viruses, including the latest "in the wild" viruses and displays a list of infected files. The perfect complement to anti-virus protection, a firewall places a protective barrier between Internet criminals and the personal information on your PC.
Cache (59 bytes)
www.jondoe.com
Not Found The requested URL / was not found on this server.