Displaying 4 results from an estimated 4 matches for "ss991023".
2005 Jan 18
1
proxyarp and masq ip
...till today when the box was
0wn3d and started scanning other networks with the address of our
firewall :c) joy...
Shorewall version 1.4.7 with 3 zones+openswan running a hardened
diskless linux kernel of my own making.
Kernel 2.4.22 with a few patches and tweeks
Arp 1.5 from nettools
Ip iproute2-ss991023
Regards
Sean Mathews
2000 Oct 25
2
Can't use two links on a linux box
...ustom table (201) and added a rule for it. Then
the network was unreachable.
I tried the same things on kernel 2.2.14 (suse 6.4) and kernel 2.2.16
(on a modified redhat). I tried also on a machine with two network
cards. I also played with /proc/sys/net/ipv4/ip_forward.
The ip command version was ss991023 (suse 6.4) and ss001007 on redhat.
What am I doing wrong?
Thank you,
Gustavo.
--
"E pur si muove"
-- Galileo Galilei
2005 Oct 21
0
MASQed network to exit on different ext IP addres
....0.0.0/24 (alias on eth0) --
fff.fff.fff.fff.fff
i need that all traffic from subnet 10.0.0.0/24 goes out masqueraded
with ip address of alias on eth0 (fff.fff.fff.fff)
and have default gw bbb.bbb.bbb.bbb . There is obsolote kernel 2.2.25
and iproute ver. iproute2-ss991023 with ipchains version
ipchains 1.3.8, 27-Oct-1998
I tried folowing
/usr/sbin/ip rule add prio 100 dev vlan0015 lookup 15 (here i tried also
to do prio 100 from 10.0.0.0/24 lookup 15 )
/usr/sbin/ip route add default via bbb.bbb.bbb.bbb table 15 (here i
tried to add src fff.fff.fff.fff, but no...
2001 Jun 19
3
RTNETLINK answers: Invalid argument
Hi all,
I have installed 2.4.5 kernel, Debian Potato.
my tc script:
#!/bin/bash
tc qdisc add dev eth1 root handle 20: cbq bandwidth 10Mbit avpkt 1000
echo root
tc class add dev eth1 parent 20:0 classid 20:1 cbq bandwidth 10Mbit rate \
10Mbit allot 1514 weight 1Mbit prio 8 maxburst 20 avpkt 1000
echo class
tc class add dev eth1 parent 20:1 classid 20:100 cbq bandwidth 10Mbit rate \
5Mbit allot