Solaris 10 12/06 IP Routing problems

Hello,

I have setup a Solaris x86 12/06 with a dual port Intel PRO 1000 MT Server adapter and I have an ADSL NAT router connecting to the internet, I also have a PC running Windows XP Pro 2002 SP2 and a gigabit switch.

e1000g0: 10.16.0.1/16

e1000g1: 10.32.0.1/16

Router : 10.32.255.254/16

WinXP : 10.16.5.1/16 GW 10.16.0.1 DNS 10.32.255.254

WinXP and e1000g0 are physically connected to the gigabit switch.

e1000g1 is connected to the Router.

The Solaris server can connect to the internet without issue, however when I try to connect from my WinXP workstation I cannot, I can ping 10.32.0.1 from WinXP.

/etc/ipf/ipf.conf

pass in quick on lo0 all

pass out quick on lo0 all

pass in quick on e1000g0 all

pass out quick on e1000g0 all

pass in quick on e1000g1 all

pass out quick on e1000g1 all

/etc/ipf/pfil.pa

e1000g -1 0 pfil

Routing Table: IPv4

DestinationGatewayFlags RefUseInterface

-- -- -- --

default 10.32.255.254UG118

10.16.0.010.16.0.1U 12 e1000g0

10.32.0.010.32.0.1U 13 e1000g1

224.0.0.010.16.0.1U 10 e1000g0

127.0.0.1127.0.0.1UH140 lo0

As root I have done the following:

routeadm -e ipv4-routing

routeadm -e ipv4-forwarding

routeadm -u

svcadm enable ipfilter

{have also rebooted}

The ipfilter service is online and modinfo confirms ipf is loaded, ipf (IP Filter: v4.1.9)

Is there supposed to be a loaded module for pfil?

What do I need to do so traffic from 10.16.0.0/16 is routed via 10.32.0.0/16?

Any assistance greatly appreciated,

Kenny.

[1691 byte] By [kstuarta] at [2007-11-26 17:09:10]
# 1

> Hello,

>

> I have setup a Solaris x86 12/06 with a dual port

> Intel PRO 1000 MT Server adapter and I have an ADSL

> NAT router connecting to the internet, I also have a

> PC running Windows XP Pro 2002 SP2 and a gigabit

> switch.

>

>e1000g0: 10.16.0.1/16

> e1000g1: 10.32.0.1/16

>Router : 10.32.255.254/16

> WinXP : 10.16.5.1/16 GW 10.16.0.1 DNS 10.32.255.254

Does your ADSL router have a route for 10.16.0.0/16? Unless it knows to forward it to the Solaris machine, there's no way for return traffic to get back.

> What do I need to do so traffic from 10.16.0.0/16 is

> routed via 10.32.0.0/16?

For all the routing devices to know that. How is the ADSL router configured?

--

Darren

Darren_Dunhama at 2007-7-8 23:36:59 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Hehehe...in my haste I totally forgot about the return journey!Thanks for your help Darren, now I can get on setting up the firewall etc...still I have all weekend now.Kenny
kstuarta at 2007-7-8 23:36:59 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...