Hello everyone,
I'm trying to hook up a pix 515 to SBC DSL.
I am running into some mild trouble.
I want to edit ip config on ethernet0 however nothing doin'.
Suppose my provider gateway is 1.2.3.4 and My ip is 1.2.3.2 with a subnet of 255.255.255.248
My procedure:
config t
interface ethernet0 (no effect)
I found I can 'edit' the ip address and subnet with:
ip address outside 1.2.3.2 255.255.255.248
But this does not let me set the gateway address for this ethernet.
Do I instead need to set the:
route outside 0.0.0.0 0.0.0.0 1.2.3.4?
Do I need to do other configuration changes to make it compatible with SBC DSL?
Thank you,
I'm trying to hook up a pix 515 to SBC DSL.
I am running into some mild trouble.
I want to edit ip config on ethernet0 however nothing doin'.
Suppose my provider gateway is 1.2.3.4 and My ip is 1.2.3.2 with a subnet of 255.255.255.248
My procedure:
config t
interface ethernet0 (no effect)
I found I can 'edit' the ip address and subnet with:
ip address outside 1.2.3.2 255.255.255.248
But this does not let me set the gateway address for this ethernet.
Do I instead need to set the:
route outside 0.0.0.0 0.0.0.0 1.2.3.4?
Do I need to do other configuration changes to make it compatible with SBC DSL?
Thank you,