PDA

View Full Version : StarOS 1.11.10 build 3274 released.


tony
04-28-2003, 12:31 AM
New in version 1.11.10: ** BETA RELEASE **

Fixed: PPtP IP Range as specified in the PPtP dialog now works as expected. Previously it would issue IPs in the 192.168.1.x subnet regardless of the settings specified.

Update: PPPoE and PPtP MTU sizes have been properly adjusted.

This is the last 1.11.x BETA release. Please report any problems you find.

bino
04-28-2003, 03:35 AM
New in version 1.11.10: ** BETA RELEASE **

This is the last 1.11.x BETA release. Please report any problems you find.

Great ...
Is it mean that the next release will come with ability to explore all iproute2 power ?

sincerely
-bino-

tony
04-28-2003, 07:52 AM
No, it does mean however that v1.12.x will be released shortly based on the feedback from our last few betas.

Policy routing is coming however. ;)

tony
04-28-2003, 08:23 AM
Great ...
Is it mean that the next release will come with ability to explore all iproute2 power ?

Perhaps it is time to look into Policy routing for 1.12.x, or at least the beginning of it. Do you have any specific iproute2 configuration that you currently have in use, that you can send me? (to get an idea of the enhancements you are looking for).

This also goes to all who currently use iproute2's enhanced routing abilities, and would like see those features in one of StarOS's upcoming releases.

bino
04-28-2003, 07:26 PM
You ask for it,
Here it goes.



#!/bin/bash

RCDLINKS="2,S60 3,S60 4,S60 5,S60"

# chkconfig: - 16 84
# description: sourcebased
#
# processname: sourcebased
# config:
#!/bin/sh
echo " source based "
# jala
ip rule add from 202.155.112.14/32 table jala
ip rule add from 202.51.239.0/24 table jala
ip rule add from 202.51.238.0/24 table jala
ip rule add from 203.130.238.48/28 table jalaup
ip route add default via 10.10.4.2 dev eth1 table jala
ip route add default via 10.10.3.6 table jalaup

## paladin
ip rule add from 10.155.1.0/24 table pala

ip route add default via 10.4.1.9 dev eth2 table pala

# uii
ip rule add from 202.162.40.0/24 table uii
## uii default gateway
ip route add default via 10.4.1.7 dev eth2 table uii

#uii1
ip rule add from 202.162.37.16/24 table uii1
ip route add default via 10.10.3.2 dev eth0 table uii1

#PSN
ip rule add from 202.95.155.0/24 table psn
ip rule add from 202.95.156.0/24 table psn
ip rule add from 202.95.157.0/24 table psn
ip rule add from 202.95.159.0/24 table psn
## psn default gateway
ip route add default via 10.10.3.6 dev eth0 table psn

# bit
ip rule add from 202.93.41.0/24 table bit

## bit default gateway
ip route add default via 10.4.1.1 dev eth2 table bit


#Rule for ALL
ip rule add to 202.155.112.0/28 table main
ip rule add from 202.162.40.0/24 to 202.162.32.0/20 table bit
ip rule add to 10.0.0.0/8 table main
ip rule add to 10.155.1.0/24 table main
ip rule add to 172.17.1.0/28 table main
ip rule add to 172.17.2.0/29 table main
ip rule add to 202.162.40.0/24 table main
ip rule add to 202.162.47.0/29 table main
ip rule add to 202.162.37.16/24 table main
ip rule add to 202.93.41.0/24 table main
ip rule add to 202.95.155.0/24 table main
ip rule add to 202.95.156.0/24 table main
ip rule add to 202.95.157.0/24 table main
ip rule add to 202.95.159.0/24 table main
ip rule add to 202.155.112.48/28 table main
ip rule add to 202.51.239.0/24 table main
ip rule add to 202.51.230.128/28 table main
ip rule add to 202.51.238.0/24 table main
ip rule add to 202.155.112.14/32 table main


Note :
1. Need to add additional tables to /etc/iproute2/rt_tables (uii, jala, jalaup, psn, bit, etc etc etc)
2. This script is kicked at the very end ... after the zebra.

sincerely
-bino-

tony
04-28-2003, 10:06 PM
You ask for it,
Here it goes.

sincerely
-bino-

Thank you. We will see about implementing iproute2 support in one of the upcoming releases.