View Single Post
  #4   (View Single Post)  
Old 25th November 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

You should have a /dev/cuaU0 which is a USB dial out device. Have you entered a definition for this device in /etc/remote?

Code:
# Sample dial out lines.
#   
cua00|For hp300,i386,mac68k,macppc,mvmeppc,vax:\
        :dv=/dev/cua00:tc=dialup:tc=unixhost:
cuaa|For sparc,mvme68k:\
        :dv=/dev/cuaa:tc=dialup:tc=unixhost:

# USB version for i386
cuaU0|For hp300,i386,mac68k,macppc,mvmeppc,vax:\
        :dv=/dev/cuaU0:tc=dialup:tc=unixhost:
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote