Posted: 2007-09-04 06:31pm
If I get one IP Address for each computer, can I ditch my router and just use a switch?
Get your fill of sci-fi, science, and mockery of stupid ideas
http://stardestroyer.dyndns-home.com/
If you have a DSL or cable connection, you will still need a router to do protocol conversion and session management (though this is not technically IP layer routing). If your Internet service is delivered over Ethernet then probably yes, unless your ISP has some special rules about local gateways. This is generally the case when you co-locate a bunch of servers; Internet connectivity is supplied as an Ethernet connection and you just need to supply a switch to tie together the equipment in your rackspace.Dominus Atheos wrote:If I get one IP Address for each computer, can I ditch my router and just use a switch?
Yes, although I would prefer the safety of having a hardware firewall that a router provides over any software solution.Dominus Atheos wrote:If I get one IP Address for each computer, can I ditch my router and just use a switch?
It's virtually impossible to get a DSL modem with a single ethernet port here. They're all either USB, or have an integrated ethernet switch (usually four port). But even if it has only one ethernet port, for consumer devices it's almost always acting as a router rather than an ethernet bridge; the encapsulation happens at the IP level and the 'modem' is set as the gateway on the local subnet. It just isn't doing NAT. To genuinely dispense with IP-level routing for WAN connections you have to be using some sort of frame relay connection.Lisa wrote:when I had PPPoE I had the switch plugged into the dsl modem
I have cable internet from Comcast.Starglider wrote:If you have a DSL or cable connection, you will still need a router to do protocol conversion and session management (though this is not technically IP layer routing).Dominus Atheos wrote:If I get one IP Address for each computer, can I ditch my router and just use a switch?
Nonsense. Some DSL modems are capable of running in bridging mode. Mine, for instance, runs that way to get a static IP. If I wasn't running an internal NAT network, I wouldn't need a router at all. Oh, and it's a standard consumer device with only one ethernet port.Starglider wrote:It's virtually impossible to get a DSL modem with a single ethernet port here. They're all either USB, or have an integrated ethernet switch (usually four port). But even if it has only one ethernet port, for consumer devices it's almost always acting as a router rather than an ethernet bridge; the encapsulation happens at the IP level and the 'modem' is set as the gateway on the local subnet. It just isn't doing NAT. To genuinely dispense with IP-level routing for WAN connections you have to be using some sort of frame relay connection.
He does live in the UK, where things might be different.Darth Holbytlan wrote:Nonsense. Some DSL modems are capable of running in bridging mode. Mine, for instance, runs that way to get a static IP. If I wasn't running an internal NAT network, I wouldn't need a router at all. Oh, and it's a standard consumer device with only one ethernet port.
Verizon used to run frame relay over DSL but later switched to ATM; their modem/router combos can still run in bridge mode, however.Starglider wrote:To genuinely dispense with IP-level routing for WAN connections you have to be using some sort of frame relay connection.
I read Starglider's post as a general statement, not something UK-specific (except for the first bit I quoted). If he meant the latter, I'll defer to his personal experience.phongn wrote:He does live in the UK, where things might be different.
I have never seen a UK DSL connection that runs in bridging mode; in fact every one I've seen routes IP over PPPoE. However virtually all ADSL in the UK is provided by one wholesaler, British Telecom, which frame-relays the PPPoE to the ISP that unpacks it and provides the actual Internet connectivity. As such everyone else was forced to adopt their technical choices, which may not hold elsewhere. Ethernet bridging mode is inherently impractical for this kind of reselling though.Darth Holbytlan wrote:I read Starglider's post as a general statement, not something UK-specific (except for the first bit I quoted). If he meant the latter, I'll defer to his personal experience.
The ones we have have the options of IP over PPPoE, IP over ATM (most DSL networks are ATM, but e.g. the ISP I work for is switching to Ethernet-based stuff), but there is a wide variety of stuff the devices can do. We have it fairly good with the selection of devices, since there are a couple of very good domestic manufacturers of ADSL routers (A-Link and Telewell). Besides those, the most common other brands are Zyxel and D-Link, but compared to the current Telewell devices, all of the rest suck ass in the user friendliness (never mind tech support side if you need to configure them).Starglider wrote:I have never seen a UK DSL connection that runs in bridging mode; in fact every one I've seen routes IP over PPPoE. However virtually all ADSL in the UK is provided by one wholesaler, British Telecom, which frame-relays the PPPoE to the ISP that unpacks it and provides the actual Internet connectivity. As such everyone else was forced to adopt their technical choices, which may not hold elsewhere. Ethernet bridging mode is inherently impractical for this kind of reselling though.Darth Holbytlan wrote:I read Starglider's post as a general statement, not something UK-specific (except for the first bit I quoted). If he meant the latter, I'll defer to his personal experience.