Skip The IP Address 24
j0hnyb1423 writes "Have you ever wanted to be able to connect to that stackless Snort or Hogwash box without walking over to it and plugging in a monitor and keyboard? Well, at last here's your answer - noiptun. Yes, it requires an IP stack to be compiled into the kernel but no IP addresses necessary on the real interface(s). And if stealth IDS setups aren't your bag, then you can at least use it to browse /. without having an IP bound to your linux workstation."
Is it just me.. (Score:4, Insightful)
Re:Is it just me.. (Score:2)
It's an encrypted, secure, service. Says so on the first page.
Re:Is it just me.. (Score:2)
Re:Is it just me.. (Score:1, Offtopic)
Re:Is it just me.. (Score:3, Funny)
How do you know?
Re:Is it just me.. (Score:5, Informative)
Whats to stop an attacker connecting through the tunnel to the noip'd box?
The box itself will stop such traffic (only if it's a known exploit though). The bad traffic usually comes from outside. The management and this tunnel is supposed to connect from the internal network. The problem with such bridging boxes is, they either don't have an IP address and are only administratable via the console or configurable via booting/floppy/CD, or they have another interface with a secure network to administer. Switches usually have a dedicated network for their administration. In the latter case, the box has an IP address. In all cases, administration is not supposed to be done via an in-band network connection.
The whole point of this noiptun is to get rid of this extra interface which is usually needed to do some kind of administration.
Re:Is it just me.. (Score:2)
But I can see the use now.. methinks I may need to reread the article
Re:Is it just me.. (Score:2, Informative)
From the README [sourceforge.net] of Noiptun:
Re:Is it just me.. (Score:2, Interesting)
I agree, but for a different reason. This box has an IP address. It uses one, so it has an IP address. Any other definition is pointless. What it doesn't have is an IP stack, which the story gets right. Only the title says it has no IP address.
Re:Is it just me.. (Score:1)
Your computer.... (Score:4, Funny)
Ummm.... VLANS... (Score:2, Informative)
Since all the addresses on the internal VLAN are non-routable you'd need a box with an external public ip address with one of the VLANS built to it from the switch as well as the internal VLAN to make a compromise, this should never happen.
This seems kinda like a rigged situation, if you have an IDS you probably also have switches which support VLANS.
Re:Ummm.... VLANS... (Score:1)
It's backwards client server (Score:3, Insightful)
The author must be a X-windows fanatic. He uses the terms "client" and "server" backwards. The end that sits there passively waiting for someone to connect is called the "client", and the end you run when you want to talk is called the "server".
Note that the "client" opens an Ethernet interface in promiscuous mode, so if you put this on a machine on a busy network, it's going to spend most of its time discarding packets.
Send this guy a roll of duct tape.
Re:It's backwards client server (Score:4, Informative)
Re:It's backwards client server (Score:5, Informative)
The end that sits there passively waiting for someone to connect is called the "client", and the end you run when you want to talk is called the "server".
That's not how X works, nor is the terminology backwards. In X, the resource that's being served is the terminal (the display and input devices). The server sits around waiting for the clients (applications) to connect to it.
The problem is that you think server means remote and client means local, and that's just wrong; it's actually about who is providing resources and who is consuming them.
arp -s anybody? (Score:1)
What does noiptun add in functionality to this, what have I missed?
Re:arp -s anybody? (Score:1)
Re:arp -s anybody? (Score:2, Insightful)
Re:arp -s anybody? (Score:2, Informative)
Oh great! (Score:2)
Oh great! Now I won't be able to track down what open relay was used to send me spam.