Networking Forums

Networking Forums > Computer Networking > Linux Networking > subnet forward suse 9.1/9.3

Reply
Thread Tools Display Modes

subnet forward suse 9.1/9.3

 
 
jef peeraer
Guest
Posts: n/a

 
      02-12-2006, 12:11 PM

i have following network config in the the range 192.168 with subnet
masks 255.255.255.128

=======router-------vpn-server----------clients
wan 1.1 1.2 1.129 1.130

natting/firewalling is done in the router, vpn server is used as an
openswan gateway.
With suse 9.1 i only had to set the ip_forward to 1 to get packets from
the clients routed.
With a suse 9.3 , this doesn't seems to work anymore .
Any ideas ?


jef peeraer
 
Reply With Quote
 
 
 
 
Eric Teuber
Guest
Posts: n/a

 
      02-14-2006, 09:47 PM
jef peeraer wrote:
>
> i have following network config in the the range 192.168 with subnet
> masks 255.255.255.128
>
> =======router-------vpn-server----------clients
> wan 1.1 1.2 1.129 1.130
>
> natting/firewalling is done in the router, vpn server is used as an
> openswan gateway.
> With suse 9.1 i only had to set the ip_forward to 1 to get packets from
> the clients routed.
> With a suse 9.3 , this doesn't seems to work anymore .
> Any ideas ?


You probably need to open the firewall appropriate. I am not quite sure,
but the firewall policies (FORWARD) between 9.1 and 0.3 might have change.

Is the SuSEfirewall activated? If so stop it with the runlevel editor.
Since you already got one, you don't don't need this peace of crap on
your SuSE 9.3 box.

Eric
 
Reply With Quote
 
Eric Teuber
Guest
Posts: n/a

 
      02-14-2006, 10:14 PM
jef peeraer wrote:
>
> i have following network config in the the range 192.168 with subnet
> masks 255.255.255.128
>
> =======router-------vpn-server----------clients
> wan 1.1 1.2 1.129 1.130
>
> natting/firewalling is done in the router, vpn server is used as an
> openswan gateway.
> With suse 9.1 i only had to set the ip_forward to 1 to get packets from
> the clients routed.
> With a suse 9.3 , this doesn't seems to work anymore .
> Any ideas ?


You probably need to open the firewall appropriate. I am not quite sure,
but the firewall policies (FORWARD) between 9.1 and 9.3 might have changed.

Is the SuSEfirewall activated? If so stop it permanently with the
runlevel editor.
Since you already got the fw in the router, you don't need this piece of
crap on your SuSE 9.3 box.

Eric
 
Reply With Quote
 
jef peeraer
Guest
Posts: n/a

 
      02-15-2006, 11:48 AM
Eric Teuber wrote:
> jef peeraer wrote:
>
>>i have following network config in the the range 192.168 with subnet
>>masks 255.255.255.128
>>
>>=======router-------vpn-server----------clients
>> wan 1.1 1.2 1.129 1.130
>>
>>natting/firewalling is done in the router, vpn server is used as an
>>openswan gateway.
>>With suse 9.1 i only had to set the ip_forward to 1 to get packets from
>>the clients routed.
>>With a suse 9.3 , this doesn't seems to work anymore .
>>Any ideas ?

>
>
> You probably need to open the firewall appropriate. I am not quite sure,
> but the firewall policies (FORWARD) between 9.1 and 9.3 might have changed.
>
> Is the SuSEfirewall activated? If so stop it permanently with the
> runlevel editor.
> Since you already got the fw in the router, you don't need this piece of
> crap on your SuSE 9.3 box.
>
> Eric

the firewall doesn't run on the suse box, it's indeed in the router. All
iptables entries are empty, and default policies are accept. Isn't this
ip_forward flag enough to activate the forwardiing, or do i need a
specific forwarding rule ? this wasn't necessary in suse 9.1


thanks for the info


jef peeraer
 
Reply With Quote
 
Trygve Selmer
Guest
Posts: n/a

 
      02-15-2006, 12:12 PM
jef peeraer wrote:
> Eric Teuber wrote:
>
>> jef peeraer wrote:
>>
>>> i have following network config in the the range 192.168 with subnet
>>> masks 255.255.255.128
>>>
>>> =======router-------vpn-server----------clients
>>> wan 1.1 1.2 1.129 1.130
>>>
>>> natting/firewalling is done in the router, vpn server is used as an
>>> openswan gateway.
>>> With suse 9.1 i only had to set the ip_forward to 1 to get packets from
>>> the clients routed.
>>> With a suse 9.3 , this doesn't seems to work anymore .
>>> Any ideas ?

>>
>> You probably need to open the firewall appropriate. I am not quite sure,
>> but the firewall policies (FORWARD) between 9.1 and 9.3 might have
>> changed.
>>
>> Is the SuSEfirewall activated? If so stop it permanently with the
>> runlevel editor.
>> Since you already got the fw in the router, you don't need this piece of
>> crap on your SuSE 9.3 box.

>
> the firewall doesn't run on the suse box, it's indeed in the router. All
> iptables entries are empty, and default policies are accept. Isn't this
> ip_forward flag enough to activate the forwardiing, or do i need a
> specific forwarding rule ? this wasn't necessary in suse 9.1


Your vpn-server must have 192.168.1.1 as its default gateway, all your
clients must have 192.168.1.129 as their default gateway. Assume
router side is 192.168.1.0/25 (25 == 255.255.255.128) and client side
is 192.168.1.128/25. Your router must also have a route for network
192.168.1.128/25 pointing to 192.168.1.2 so return traffic will go to
the client side.

 
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
Routing - Computers on either subnet have problems finding PCs on the other subnet ZZYZX Windows Networking 2 03-26-2011 01:01 AM
Can I port forward to a different subnet? mike Network Routers 0 07-08-2008 03:40 PM
VPN Clients and subnet, NOT the usual "255.255.255.255 subnet mask" question! snowdog_2112 Windows Networking 4 09-09-2006 01:35 AM
Can see Suse and Window server, but can't access SuSe shares Suicyco Linux Networking 0 08-10-2004 01:49 AM
subnet to subnet routing question S James Linux Networking 0 09-04-2003 03:37 PM



1 2 3 4 5 6 7 8 9 10 11