launcehaught
Technical User
Ok, I purchased a used 1720, and popped the t1 wic out of it, upgraded IOS, and installed a pair of ethernet wics.
The goal is to set my system to route outbound traffic for VOIP out of ethernet1 and all other traffic out of ethernet 2.
I however can not even get the unit to route traffic.
my config is:
Current configuration : 821 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname netgate
!
boot-start-marker
boot-end-marker
!
enable secret
enable password
!
memory-size iomem 25
no aaa new-model
ip subnet-zero
!
!
!
!
ip cef
!
!
!
!
interface Ethernet0
ip address 64.81.27.100 255.255.255.0
half-duplex
!
interface Ethernet1
no ip address
shutdown
half-duplex
!
interface FastEthernet0
ip address 192.168.0.1 255.255.255.0
speed auto
half-duplex
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
no ip http server
!
!
dialer-list 1 protocol ip permit
snmp-server community BroadlineSFOffice RO
snmp-server enable traps tty
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password
login
!
end
What am I doing wrong, and how can I port specify outbound pathing for Skype?
Thanks!
--L
The goal is to set my system to route outbound traffic for VOIP out of ethernet1 and all other traffic out of ethernet 2.
I however can not even get the unit to route traffic.
my config is:
Current configuration : 821 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname netgate
!
boot-start-marker
boot-end-marker
!
enable secret
enable password
!
memory-size iomem 25
no aaa new-model
ip subnet-zero
!
!
!
!
ip cef
!
!
!
!
interface Ethernet0
ip address 64.81.27.100 255.255.255.0
half-duplex
!
interface Ethernet1
no ip address
shutdown
half-duplex
!
interface FastEthernet0
ip address 192.168.0.1 255.255.255.0
speed auto
half-duplex
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
no ip http server
!
!
dialer-list 1 protocol ip permit
snmp-server community BroadlineSFOffice RO
snmp-server enable traps tty
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password
login
!
end
What am I doing wrong, and how can I port specify outbound pathing for Skype?
Thanks!
--L