• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by BollWeevil

  1. B

    Virtual IPs in Windows

    Howdy all, it's been a while since I've posted. I'm curious about binding multiple IP addresses to a single network adapter in Windows XP where one IP is given by DHCP and another IP is statically set. The network I am using gives out addresses by DHCP assignment, but often I need to configure...
  2. B

    PPPoE...Is this possible?

    Yes, it's possible. I do this on my home wireless network. I run the pppoe daemon on a linux router, denying all traffic forwarded from the wireless interface, but allowing forwarding on traffic from a ppp[x] interface, thus requiring users to login using PPPoE in order to pass traffic beyond...
  3. B

    virtualization and security

    There are several ways it can be done. VMWare is certainly one way, and is probably the most secure, given the servers will run incompletely separate environments. Other options would be to run multiple instances of Apache, each bound to separate ports (see the Listen directive), or to run a...
  4. B

    Who makes a long range Wireless card?

    You're better off getting a PCMCIA card with an external antenna jack and hooking up an external antenna, such as an Orinoco style card. All wireless devices are regulated in the amount of power they can output, (want to say around 200mW for 802.11) and once you reach this limit, there's not...
  5. B

    Need help with some network stuff in Linux...

    The Ximian Connector is an app that lets Evolution communicate with an Exchange server. It used to be a commercial product but is now bundled with Evolution. To allow the linux box to authenticate with an Active Directory controller, you'll need to configure Samba and Winbind. Do a google...
  6. B

    VPNs.... need info...

    XP Pro has a built-in VPN server. Just do a google search, there are tons of articles giving step by step instructions for enabling it. You may also have to open ports on your router.
  7. B

    Looking For A Hardware Ethernet Bandwidth Display

    I picked up one of these at a flea market. It's the only one I've seen with a huge LCD panel that displays a bar graph of bandwidth, collisions, packets per port. The picture below doesn't do it justice, but it's the best I could find. It's a rather old switch, and only does 10 Mbit, so you...
  8. B

    Sharing files between computers?

    Why do you need two separate networks for internet vs file sharing? Why not just plug both in to the router's built-in switch and share files over their existing connection?
  9. B

    Tell me about Vonage

    First, how much extra charges do they put in when you first get it? I think the router is free but are there any other charges for adapters or anything? I think the activation fee is around $25, but the first month was included in this. You can either purchase a router or with built in ata...
  10. B

    Wireless fax with VOIP?

    gratefulgary, You can setup a wireless to ethernet bridge several different ways. They can be purchased as stand alone devices (such as this), or you can do exactly as you described and use a PC with both a wireless card and an ethernet card to bridge the connections. In Windows, go into...
  11. B

    Please help a networking noob

    There's good info at http://portforward.com/, including walkthroughs and screenshots for most popular routers.
  12. B

    Wireless fax with VOIP?

    I believe the setup you're asking about is the following. Wireless Router )))))(((((( Wireless Bridge <-------> ATA VOIP adapter <-----> fax The wireless bridge would convert the wireless signal into wired ethernet, enabling the ATA adapter to access the VOIP server, and provide a analog...
  13. B

    Double speed with Multiple ISP Connections

    Actually, splitting up which packet goes were will mess up a TCP connection, as the source address will be different depending on which connection you're using. So beyond keeping TCP streams together, if you're using linux routing you can divide up the traffic however you want (round robin...
  14. B

    # of Wireless nodes - ?

    802.11 channels are like unswitched ethernet segments: multiple carriers, only one of them can talk at once, and if two try to talk at the same time, you get collisions. Even worse than plain ethernet, there are position-related problems such as the hidden node problem, where multiple clients...
Back
Top