|
||||||||
Thank you again Jonathan, but how, or where, do I add these rules? Do I have to install the ssh agent for m0n0? How do I access a CLI in order to perform this? Also, I do not see an option anywhere for bridging sis0 to sis1. .vp >From: "Jonathan De Graeve" <Jonathan dot De dot Graeve at imelda dot be> >To: "Vadim Pushkin" <wiskbroom at hotmail dot com>, <m0n0wall at lists dot m0n0 dot ch> >Subject: RE: [m0n0wall] Need To Create A Fractional T1 Simulator >And example config if you not want to share the bandwidth evenly > >Bridge sis0 and sis1 > >Ipfw add pipe 1 ip from any to (your network) >Ipfw pipe 1 config bw 1024Kbit/s queue 10 >Ipfw add pipe 2 ip from (your network) to any >Ipfw pipe 2 config bw 1024Kbit/s queue 10 > >You can do a lot of variants on this ;) > >J. > >-- > > > -----Oorspronkelijk bericht----- > > Van: Jonathan De Graeve [mailto:Jonathan dot De dot Graeve at imelda dot be] > > Verzonden: donderdag 8 juni 2006 17:16 > > Aan: Vadim Pushkin; m0n0wall at lists dot m0n0 dot ch > > Onderwerp: RE: [m0n0wall] Need To Create A Fractional T1 Simulator > > > > IIRC (for example): > > Bridge sis0 and sis1, > > > > Ipfw add queue 1 from any to (destination network/24) > > Ipfw queue 1 config weight 5 pipe 1 mask dst-ip 0x000000ff > > Ipfw pipe 1 config bw 1024Kbit/s > > > > Ipfw add queue 2 from (source network/24) to any > > Ipfw queue 2 config weight 5 pipe 2 mask src-ip 0x000000ff > > Ipfw pipe 2 config bw 1024Kbit/s > > > > Somebody correct me if I'm wrong... > > > > Adapt mask and dst/src network where needed. > > > > Kind Regards, > > > > J. > > > > -- > > Jonathan De Graeve > > > > > -----Oorspronkelijk bericht----- > > > Van: Vadim Pushkin [mailto:wiskbroom at hotmail dot com] > > > Verzonden: donderdag 8 juni 2006 16:47 > > > Aan: Jonathan De Graeve; m0n0wall at lists dot m0n0 dot ch > > > Onderwerp: RE: [m0n0wall] Need To Create A Fractional T1 Simulator > > > > > > Thank you. One final (I hope) question. How do I set this up so >that > > it > > > can run "inline"? I do not wish to use IP addresses on either sis0 >or > > > sis1, > > > instead, I would like the interfaces to be IP-less and have this > > device > > > act > > > as an in-line filter. Do you know if this is possible? > > > > > > .vp > > > > > > > > > >From: "Jonathan De Graeve" <Jonathan dot De dot Graeve at imelda dot be> > > > >To: "Vadim Pushkin" <wiskbroom at hotmail dot com>, ><m0n0wall at lists dot m0n0 dot ch> > > > >Subject: RE: [m0n0wall] Need To Create A Fractional T1 Simulator > > > > > > >Setup your m0n0wall as normal, enable traffic shaper create 2 pipe > > rules > > > >with the expected bandwidth, make 2 rules where you define which >pipe > > to > > > >use for which direction. > > > > > > > >J. > > > > > > > >-- > > > >Jonathan De Graeve > > > > > -----Oorspronkelijk bericht----- > > > > > Van: Vadim Pushkin [mailto:wiskbroom at hotmail dot com] > > > > > Verzonden: donderdag 8 juni 2006 16:14 > > > > > Aan: Jonathan De Graeve; m0n0wall at lists dot m0n0 dot ch > > > > > Onderwerp: RE: [m0n0wall] Need To Create A Fractional T1 >Simulator > > > > > > > > > > Hi Jonathan, or anyone who cares to help, > > > > > > > > > > I am trying to set this up on a 4521, previously stated I has a > > 4801. > > > >I've > > > > > downloaded 1.22 (latest) onto my CF card and it is bootable. > > > > > > > > > > Upon my initial setup (through console), do I assign both LAN >and > > WAN > > > >IP > > > > > addresses as 0.0.0.0/8? Should I IP the LAN as something like > > > >192.168.1.1, > > > > > then using the GUI, re-IP? > > > > > > > > > > How, and where, do I setup dummynet? (I am begining to think >that > > it > > > >may > > > > > have been named after me.. ) > > > > > > > > > > Thank you all, > > > > > > > > > > .vp > > > > > > > > > > >From: "Jonathan De Graeve" <Jonathan dot De dot Graeve at imelda dot be> > > > > > >To: "Vadim Pushkin" <wiskbroom at hotmail dot com>, > > <m0n0wall at lists dot m0n0 dot ch> > > > > > >Subject: RE: [m0n0wall] Need To Create A Fractional T1 >Simulator > > > > > > > > > > > > > > > > >Dummynet can perform this for you perfectly > > > > > > > > > > > >J. > > > > > > > > > > > > > -----Oorspronkelijk bericht----- > > > > > > > Van: Vadim Pushkin [mailto:wiskbroom at hotmail dot com] > > > > > > > Verzonden: maandag 5 juni 2006 15:21 > > > > > > > Aan: m0n0wall at lists dot m0n0 dot ch > > > > > > > Onderwerp: [m0n0wall] Need To Create A Fractional T1 >Simulator > > > > > > > > > > > > > > Hello; > > > > > > > > > > > > > > Using a Soekris (4801) and monowall, is it possible, using > > > >bandwith > > > > > > > throttloing? to create a T1 or a fractional T1 simulator? I >am > > > >hoping > > > > > >to > > > > > > > achieve this with a 4-50Ms latency. > > > > > > > > > > > > > > Any help would be greatly appreciated. > > > > > > > > > > > > > > .vp |