Networking Forums

Networking Forums > Computer Networking > Windows Networking > RRAS - Netsh parameter issues

Reply
Thread Tools Display Modes

RRAS - Netsh parameter issues

 
 
billykaka
Guest
Posts: n/a

 
      05-16-2006, 09:08 PM
Hi Guys

I need to configure about 70 + servers with RRAS. These servers are
going to be NAT boxes and will only allow certain kinds of traffic to
certain IP's. I am using the following Netsh command

netsh rout ip add filter name="external" filtertype=input
srcaddr=10.0.3.16 srcmask=255.255.255.0 dstaddr=10.0.28.16
dstmask=255.255.255.0 proto=any
netsh rout ip add filter name="external" filtertype=output
srcaddr=10.0.28.16 srcmask=255.255.255.0 dstaddr=10.0.3.16
dstmask=255.255.255.0 proto=any

What I am expecting it to do is to allow all traffic from ip 10.0.3.16
to 10.0.28.16.

However what happens is that it actuallied denies this specifically and
allows everything else but this. If I go into the RRAS Admin GUI it
says Recieve all packedts except those that meet the criteria below. I
have to then check the box that says Drop all packedts except those
that meet the criteria below.

Is there any way to fix my netsh command in the first place so that I
do not have to go into the GUI and check that box. I.e. is there any
way to have the Drop all packedts except those that meet the criteria
below box checked using the netsh command

Any help would be greatly appreciated

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: VPN Issues using RRAS Bob Lin \(MS-MVP\) Windows Networking 0 11-27-2009 02:19 PM
Netmeter - the parameter is incorrect Mike NG Broadband 0 02-27-2005 11:08 PM
Win2003 RRAS PPTP VPN Issues Keith Trahan Windows Networking 0 01-20-2005 03:26 PM
Issues with W2K3 RRAS =?Utf-8?B?dW5hcnk=?= Windows Networking 2 08-05-2004 01:23 AM
Parameter to change TIME_WAIT interval Syam Linux Networking 2 02-17-2004 09:29 AM



1 2 3 4 5 6 7 8 9 10 11