Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ZZtops

  1. ZZtops

    When use dial-up-networking connection, I loose my local networking.

    But I don't know if that will work - I too see my internet connection to the cable modem go dead while I'm dialed out to another network. Not sure why that is binding order maybe?
  2. ZZtops

    When use dial-up-networking connection, I loose my local networking.

    route add syntax is as follows 1.2.3.0 (the ip of the network you want to reach) mask 255.255.255.0 (or what ever mask is suitable based on your network 2.3.4.5 (the ip of the router that is able to connect to network 1.2.3) route add 1.2.3.0 mask 255.255.255.0 2.3.4.5 {-p for permanent) So...
  3. ZZtops

    Baystack instant Internet (Contivity100) and routers

    Oops - ok Maybe subnetted is the wrong term network 1 has ip 1.2.3.0 network 2 has ip 1.2.4.0 network 3 has ip 1.2.5.0 The baybox is at 1.2.3.254. In addition to the baybox at 1.2.3 is a router 1.2.3.253 which connects to 1.2.4.0 and 1.2.5.0. through the second interface. In network 1.2.4...
  4. ZZtops

    Baystack instant Internet (Contivity100) and routers

    I have a subnetted network with multiple routers how can I get computers from the subnetted networks to be able to use the instant internet box as their internet access point? Local net is fine -
  5. ZZtops

    Contivity 100 config - port to private IP

    I believe you need to do a nat add telnet to the box type config copy this information for reference to a notepad document nat add 1.1.1.1:2222 2.2.2.2:2222 tcp where 1.1.1.1 is the external/public ip where 2.2.2.2 is the internal/private ip where 2222 is the port you want to use tcp is the...

Part and Inventory Search

Back
Top