• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

DSL VS CABLE

avp06

Member
I currently have Verizon dsl, home service not biz. I have tryed setting up a server on one of my home computers, all with out luck. I only see 1 ip for all of my pcs and was unable to access the server thru the that ip. I know the verizon biz package give you a static ip but its 2x the price.

Has anyone run a web server of a home dsl or cable connection? and what isps were used? My options are Verizon or Optimum.

Thanks,
-Alex
 
are you behind a router? you will need to forword port 80. however, some isps disable port 80 to prevent people from setting up web servers. thus, you will need to use a different port for the web server, eg. 8080.
 
Originally posted by: avp06
I do use a router.

I'm gonna try changing the port. But its very strange that I get only one ip.

it is normal to have one ip. that is why you have a router.
 
You only get one IP from the ISP. The router is giving out individual IPs to your computers, and use what is called NAT (Network Address Translation--I think that's what it means) to let your computers communicate to the web. It's also why all your computers would appear as only one. dc5 is correct that forwarding port 80 to the computer that is going to be running the web server should work.
 
Do any of u know a way to get high speed internet in an out of DSL/Cable area other than Satellite?

I'm probably about 5 miles away from the nearest access point
 
Originally posted by: drpootums
Do any of u know a way to get high speed internet in an out of DSL/Cable area other than Satellite?

I'm probably about 5 miles away from the nearest access point

No cable in your area? Cable doesn't depend on proximity of a CO (central office) that is, like I said, unless you do not have a cable provider in your area. Where are you?
 
Originally posted by: avp06
I currently have Verizon dsl, home service not biz. I have tryed setting up a server on one of my home computers, all with out luck. I only see 1 ip for all of my pcs and was unable to access the server thru the that ip. I know the verizon biz package give you a static ip but its 2x the price.

Has anyone run a web server of a home dsl or cable connection? and what isps were used? My options are Verizon or Optimum.

Thanks,
-Alex

Use a router, set up a home network (network wizard), sign in to your router (usually 192.168.1.1 admin and password) and set the ip's for each pc. Whatever router you have, go to the website or read your manual and look at configuring a home network. Its rather simple. A little reading will get you where you wanna be. 😉
 
Yes DHCP modems. Also.... I'll repeat.
Verizon's AUP/TAC forbids running a server.

Your account can be terminated for it.
 
ribbon EVERY isp forbids it they don't want everyone running one unless you start running huge nubers out of it you won't get in trouble. If you don't know about port forwarding you need to learn about networking before you start running a server.
 
Just changed the port to 8080 and assigned an ip, but still no luck.

When i try to access it thru ip:8080 it only works for the server computer.
 
Originally posted by: avp06
Just changed the port to 8080 and assigned an ip, but still no luck.

When i try to access it thru ip:8080 it only works for the server computer.

That's how it should be.

Do a google search for NAT and learn some networking. Not trying to sound like an ass, but you need to do some reading to better understand this stuff.
 
Set up NAT on your router. Set your server as a DNS server with a static IP address (in the NAT range). So if your router address is 192.168.1.1, then you can set your DNS server to 192.168.5.1. Your ISP won't know the difference. It will only see one device accessing the Internet, and that's your Gateway or router. The other PC's on your network will get their addresses assigned to them by the DNS server.
 
I have Verizon and I run a server. They block port 80, so I run it on port 8080. Make sure you set the options in the router right. (ie forward the right ports and run a DHCP server.)
Then you should get a DNS service for your server. That way your server can be something like www.home.com. Oh, don't forget to set up IIS too if that's what you're using. Windows XP pro only lets 10 people log in at once so you may want to run Windows 2003 on your pc. Good luck!
 
Originally posted by: JBDan
Originally posted by: drpootums
Do any of u know a way to get high speed internet in an out of DSL/Cable area other than Satellite?

I'm probably about 5 miles away from the nearest access point

No cable in your area? Cable doesn't depend on proximity of a CO (central office) that is, like I said, unless you do not have a cable provider in your area. Where are you?

I live in a little town about 5-6 miles away from the nearest city. The town i live in is unicorperated (sp?) and has a pop. of about 180. I dont think there is a provider where i live, but in the city about 5 miles away the DSL and cable is available.

I just want to get high speed internet without the whole "$70 a month plus $600 for the setup for satellite" thing.
 
Back
Top