It is normal that if I connect to your public IP (say IPa) from the
128k line my connection times out.
THE REASON IS:
It is normal because I am in Internet and my machine sends the SYN
packet to your IPa, then SYN packet arrives to your linux machine, but
the routing table in your linux machine s
What is the output of "ifconfig -a" in your machine?
Regards
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
quot; and you can do this with iptables+iproute2 suite.
iptables (I think with -t mangle --set-mark ) will be used to mark the
packets and "ip rule" and "ip route" to implement the rest of the
stuff.
Have fun.
Regards
On 11/18/06, Amit Joshi <[EMAIL PROTECTED]> wrote:
On Fr
A very simple way of doing this is using iproute2.
First you need to know what ports (tcp or udp) uses each of your applications.
Then, using iptables "mark" the traffic (mangle) for each application,
for example:
Mark with label "A" traffic of emule and bittorrent.
Mark with label "B" the rest of
To assign more than one ip address per physical interface you can do
things like:
ifconfig eth0:1 192.168.169.170 255.255.255.0 up
(the preceding ":1", ":2", etc... denotes "alias" interfaces)
Better than ussing aliases is to connect the routers to a vlan capable
switch and define a dotted 1q inte
The best way to acomplish this is using ettercap on your linux box.
If the WRT is configured as a bridge (not a layer 3 router) between
wireless and LAN you can do the following.
With ettercap you can do that the wireless client thinks that the MAC
addr of the router is the MAC addr of your linux
Probably you are using a crossover cable when you connect directly
with your cable modem.
The crossover cable will not function to connect to your switch.
When you attach devices to the switch you must use a direct "plain" cable.
Once connected try to use mii-tool or ethtool to see if you have li
Also, you can compile it as a kernel modules and it only be loaded
into the kernel space if they are needed.
Regards
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Exatly the same thing hapened to me.
What I done was installing an older version of debian and once
installed upgrade it.
Thanks and best regards
On 6/10/06, Thomas Martinsen <[EMAIL PROTECTED]> wrote:
Hello.
I'm trying to install Debian Etch, which I got from
http://cdimage.debian.org/cdimage/
in the lilo boot prompt you can specify where is the / filesystem with the "root=" parameter.
On 8/31/05, Rodney D. Myers <[EMAIL PROTECTED]> wrote:
I just attempted to install an "InClose ID-ATA66-2C PCI IDEController", when initially installed and booted up, debian etch findsit.The problem. It re
I have no idea of perl at all.
It is possible that line 40 must be:
$server->user(%pop{user}) || die;
instead of:
$server->user($pop{user}) || die;?
On 8/30/05, Donald Perkovich <[EMAIL PROTECTED]> wrote:
I have a perl program that runs every hour that scans a POP3 maildrop.About once every other d
netstat -anp will tell you the proccess name that is listening on tcp port 21
On 8/25/05, Ivan Glushkov <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> one of the previous treads reminded me to check wheather I have ftp
> server working on my laptop (after 1.5 years with Debian, I am still
> surprised
netstat -anp will say you the proccess that is listening.
If inetd is the proccess you must edit /etc/inetd.conf
If xinetd is the proccess you must go to /etc/xinetd.d and edit the
file for the telnet service (put disable=yes).
On 8/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I recently
13 matches
Mail list logo