Hi Raymond,
I was able to get it to work by setting the Gigabit interface as the NAT outside interface, and ucse as the NAT inside interface. Not sure if this is exactly what you want, but I was able to ping and SSH to the server from another machine outside the router with this setup. I have included the relevant sections of my router and server config below.
Thanks,
Daniel
Router:
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
service-module enable
!
interface GigabitEthernet0/0
ip address 172.25.209.111 255.255.255.128
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
no keepalive
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/0/0
no ip address
!
interface GigabitEthernet0/0/1
no ip address
!
interface GigabitEthernet0/0/2
no ip address
interface GigabitEthernet0/0/3
no ip address
!
interface ucse1/0
mac-address 0002.0003.0004
ip address 10.0.0.2 255.255.255.0
ip nat inside
ip virtual-reassembly in
imc ip address 172.25.209.109 255.255.255.128 default-gateway 172.25.209.1
imc access-port shared-lom ge2
!
interface ucse1/1
description Internal switch interface connected to Service Module
no ip address
!
interface Vlan1
no ip address
!
ip default-gateway 172.25.209.1
ip forward-protocol nd
!
ip http server
ip http authentication local
no ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip nat inside source static 10.0.0.1 172.25.209.117
ip route 0.0.0.0 0.0.0.0 172.25.209.1
ip route 10.0.0.1 255.255.255.255 ucse1/0
Server:
[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr F0:F7:55:12:07:1A
inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::f2f7:55ff:fe12:71a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12715 errors:0 dropped:0 overruns:0 frame:0
TX packets:9534 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2404660 (2.2 Mi

TX bytes:1375955 (1.3 Mi

Interrupt:19
eth1 Link encap:Ethernet HWaddr F0:F7:55:12:07:1B
inet6 addr: fe80::f2f7:55ff:fe12:71b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:326382 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:22733876 (21.6 Mi

TX bytes:492 (492.0 b)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:105512 errors:0 dropped:0 overruns:0 frame:0
TX packets:105512 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:38464036 (36.6 Mi

TX bytes:38464036 (36.6 Mi

[root@localhost ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 * 255.255.255.0 U 0 0 0 eth0
default 10.0.0.2 0.0.0.0 UG 0 0 0 eth0